Use column variable in IF expression
Dear Cummunity, Below, I'm using several variables brought by a Dialog:colSelect: the column to be analyzedquantVal1 & quantVal2: Quantile valuesIn the following piece of script, I'm creating a "Categories" column, that will then be tabulated to obtain amounts for each quantile. Two problems:replacing the hardcodedl column name with an Eval() method does not workhow could I test if the column alre...