I have a select line as below:
if {table.field} = ["12548","12457","12248","95684","65236","78555","78854","12544"] then 'set1'
else {table.field}
Trouble is I want to only mark as 'set1' if ALL of them are in a record there as at the moment its putting in 'set1' if ANY of them are there.
Is this possible?
if {table.field} = ["12548","12457","12248","95684","65236","78555","78854","12544"] then 'set1'
else {table.field}
Trouble is I want to only mark as 'set1' if ALL of them are in a record there as at the moment its putting in 'set1' if ANY of them are there.
Is this possible?