Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
row1.CLITPR!="*"?Import_as400_presta.id_default_group=="2":Import_as400_presta.id_default_group=="1"
row1.CLITPR.equals("*")?"Import_as400_presta.id_default_group==1":"Import_as400_presta.id_default_group==2"
The result will return the String "true" or "false" based on a Boolean value.