I have a problem - I added a screenshot.
If the client has a closed credit card agreement, then the table should be empty, but I don't know why it shows data
Hi there,
You need to add a filter on the query that you have binded to the TableRecords.
The filter should state that credit card agreement status has to be different than closed.
This will cause those records not to come and your table to be empty.
Hope it helps.
Cheers,
João
Hi,
you need to put a filter in aggregate from which you bind your table.
Filter should be something like: closed credit card agreement <> null.
Hope this will help you
Regards,
Vipasha
Vipasha Sharma wrote:
HI Vipasha,
Please do not repeat same answer in a post.
@João Marques has given solution and you posted same thing.
Regards
Rahul