JSL:Difference between 2 columns
What if I have 2 columns with column names based on the input of data and I need to subtract them and store it in a column?It's simple with the column name A and B and you can calculate A-B. If the column name A||cyclecountvalue1 and B||cyclecountvalue2 , it gives me an error saying name unresolved. Should I use associative array or complex function? I really appreciate your help.Thanks