Question
Ernst & Young LLP
IN
Last activity: 24 Jul 2019 12:07 EDT
How to copy a pagelist to another pagelist when i have some duplicate (i.e pyID)
Hi All,
I have a requirement where i will have page list in the following way.
ABC (Pagelist)
ABC(1) --> .pyID == 01, .Name ==PQR, .Address ==RTY
ABC(2) ---> .pyID ==02, .Name == XYZ, .Address ==TYU
ABC(3) ---> .pyID== 01, .Name == GHJ, .Adress ==SDF
Here in the above page list i have duplicate of pyID i.e 01, in the final result of page list want in the below format
FinalList (Pagelist)
FinalList(1)
Details(1)
.pyID == 01, .name == PQR, .Address ==RTY
Details (2)
.pyID == 01, .name ==GHJ, .Adress == SDF
FinalList(2)
Details(1)
.pID == 02, .name == XYZ, .address == TYU
Please let me know how to i do it.
In UI i want o display only one pyID followed by there details .
Regards,
Sowmya
***Moderator Edit-Vidyaranjan: Updated Platform Capability***