Hi Waseem
Here's what you can try out:
Create a query 1 with the condition to show only TOP 10 values.
Then create a query 2 and using replacement path variable restrict some characteristic (like doc no) in query 2 with the output of query 1 and exclude this variable from the query 2.
This way the top 10 values from query 1 should get excluded from the query 2 output.
Hope this helps.
Regards,
Ninad
Add a comment