Formula in jsl script
I have single column table of numeric type, I want to add column and give a formula where it will check each cell of the first column with a variable name passed in script, mycol << New Column ("belowCount", Numeric, Formula(If( col_to_check < limit_val, 1, 0 ) ); mycol is single column data table and col_to_check is reference first column and limit_val is variable When I open table formula is ...
jay_holavarri