How to use column name as a variable.
I want to select some rows from a column ( I have a column named as 'RESOLUTION' in the current data table)This two lines will work:======================================dt = Current Data Table();dt<<Select Where(RESOLUTION > 0.);======================================If I define 'RESOLUTION' as another variable, it doesn't work:============================================dt = Current Data Table();...