Skip to content

Instantly share code, notes, and snippets.

@NithinMahesh1
Created August 30, 2021 21:50
Show Gist options
  • Select an option

  • Save NithinMahesh1/5801acfb5cd5d25c1027aae1242f741d to your computer and use it in GitHub Desktop.

Select an option

Save NithinMahesh1/5801acfb5cd5d25c1027aae1242f741d to your computer and use it in GitHub Desktop.
let resultValue = Dscore.toFixed(1);
// Error checking for when user is inputting Relevance score and market alignment is note yet set
if(resultValue == "Infinity") {
return;
}
// This call updates the table value using the id of the cell
inArgs.resultBuilder.markToUpdateValue(Dscore_val.id, resultValue);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment