[JSL] Select rows using "Complex" conditions
Hello All, I would like to write a JSL script to select the rows in a table with “complex” conditions:I need to select ONE ROW per Metric (Column :Metric) with conditions IN ORDER OF PRIORITY: 1- if the condition Flag1 = “FLAG” AND Flag2 = “FLAG” exists, Select Col Max (:Metric1) of this condition2- if the condition Flag1 = “FLAG” XOR Flag2 = “FLAG” exists, Select Col Max (:Metric1) of this condit...