Question
Tata Consultancy Services
IN
Last activity: 18 Jul 2024 1:12 EDT
Getting Duplicates From Pagelist
Hi All,
Any way to get all duplicates values from a pagelist in data transform.
Ex:- Rit <--- Pagelist
Rit(1) = RID = 1, Identifier = "OK" <--- Properties inside Pagelist 1
Rit(2) = RID = 1, Identifier = "Hello" <--- Properties inside Pagelist 2
Rit(3) = RID = 1, Identifier = "Hi" <--- Properties inside Pagelist 3
Rit(4) = RID = 1, Identifier = "Good" <--- Properties inside Pagelist 4
Rit(5) = RID = 1, Identifier = "Bye" <--- Properties inside Pagelist 5
I want all pagelist where RID = 1 and store this pagelist in new/existing pagelist.
Thanks,