Hi ,
I have an arraylist ["1700",1701","1702","1703"] and selected value is "1700" .
I want to a method to return another arraylist with all the possible combination of a given arraylist in PORTALS.
Please help me with this.Thanks in advance!!!
Output:
1700
1700,1701
1700,1702
1700,1703
1700,1701,1702
1700,1701,1703
1700,1702,1703
1700,1701,1702,1703
Regards,
Susritha