Find a column whose name needs a string from another column
I am trying to use a value from a column named "Freq " and find another column . I get an error Invalid RowThe column I am looking for is available. The column Freq is numeric. Is that the issue? For example the value in a row of the column Freq is 200 then I am looking for the value in IDynatTsense__200__65 . Code:HashFreqval = Column( "Freq" );IDyn = Column( "IDynatTsense__"||HashFreqval[]|| "__...