Created
August 30, 2021 21:50
-
-
Save NithinMahesh1/5801acfb5cd5d25c1027aae1242f741d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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