How do I get a JSL script to Sum cells based of other cells.
Hi All,I've gotten stuck trying to write a script that will Sum cells based on 2 other cells within the same row.Im able to select the correct rows with dt << row selection (Select where (:Column 3== CurrentWrkWk & :Column 1== "TIM703"));
Final answer I expect isThe sum should be 3.913.Ive been reading the scripting index but am lost Names Default To Here( 1 );
Clear Globals();
dt = current data t
...