i want to remove a one result from pagelist based on the when condition
i have requirement to remove result from pagelist based on the when condition in the Data transform
1) pagelist is ExceptionList
*ExceptionList(1)
i)Exception ID
ii) Exception Name
iii)FacilitySubType
*ExceptionList(2)
*ExceptionList(3)
If each page consist of FacilitySubType="Express" should remove the particular Result(FacilitySubType=="Express" Contain page). how should i implement this scenario
Hi,
You can try using Obj-Filter method to filter the results based on the condition. Also, you can try calling an inner loop and pass the index of the current loop page to a property as parameter. This will delete the page from the pagelist. It can also be done on a condition.
Thanks,