How to print the Duplicate data in a form in incremental order using groovy
Summary:
Exporting the Repeated Data Combination in a form in incremental order using Groovy
Content (please ensure you mask any confidential information):
I want to print the Data Combination of Repeated Data from a form in an Incremental order using groovy
Version (include the version you are using, if applicable):
Code Snippet (add any code snippets that support your topic, if applicable):
I need the output like :
A2→Jan : 50
A3→Feb : 50
A2→Feb : 55
A4→Mar : 55
Tagged:
0