- Mark as New
- Follow
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report
Hi Naveen,
You can do this in the first query block using window function.
You have to create an additional attribute as RowNum(PartitionBy(Delivery), OrderBy(Desc(count)))
Then you can create a filter in refine target as line Number <= 2
Thanks,
Saikat