wrote:
Hi Nassif,
Use a Block.
Inside the block, put an input parameter (date) and use it in the aggregate to fetch the records filtered by this date.
When you place the block in the list, just set its value to the date from the current item of the list of the aggregate that fetch the dates grouping them (to do the DISTINCT).
Cheers.
Thanks,
It resolved by the same.
I created a block with separate aggregate & passed an input param to it through the upper list.
Here in upper list I used the GroupBy solution for Distinct.
Cheers,
Assif