Set limit to columns without overriding other limit
I'm needing to put limits into a data column from a separate table. That table has a "0" if that particular limit is not set. This script works fine for loading the limits if there are no limits, or if it has both limits, but I have been unable to get it to work when there is just one limit. It puts both in leaving the second limit set at "0".//set limits
If( db_Tests:MinLimit[TestRow[1]] !=
...