Using Column Properties in Column Functions?
Is there a way to create a new function column within a table that uses the properties of another column along with that column's data? For instance, making a flag column for items outside of assigned LSL and USL? I know I can do it by using JSL and iteratively evaluating cell values and Get Property ... etc, but that seems unnecessarily complex for such a simple comparison and logic operation. In...