I have a Custom WatchList Column linked to a Scan that displays a 1.0 if true and a different color. I want to improve the Column with a Checklist or Grading of the Scan results.
I want to add code that displays the Sum of additional Conditions in the Column
So the column will display a 1.0 or 2.0 or 3.0. Can you help with the count code please?
I want to add code that displays the Sum of additional Conditions in the Column
Code:
If “Condition2" is true then count 1+1=2.0, else 1+0=1.0;
If “Condition3" is true then count +1, else +0;
So the column will display a 1.0 or 2.0 or 3.0. Can you help with the count code please?