Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi my requirement is some thing like this ...
if I found multiple records with an exact match of Plan + ID (plan is no and ID as well )
When the Gender Served field is populated, and the values are not an exact match, and one of the values is Unknown
Then I will choose the value other than Unknown .OR I will default to Both when the values contain both Male and Female
Note: below are examples of the logic.
Question :- if I have 10 matching records how to compare the values of all of the records for above scenario and get an output as one record .
Hello,
You can build a routines that take as a parameter a list and return a string.
You can have a method with switch case. Then call for this routines from a tJavaRow or a tMap
https://www.w3schools.com/java/java_switch.asp