23
Views
3
Comments
Solved
Problem with Information display
Question

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


2018-10-29 08-31-03
João Marques
 
MVP
Solution

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

2023-03-09 07-10-59
Vipasha Sharma

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 

2026-02-26 06-29-24
Rahul
 
MVP

Vipasha Sharma wrote:

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 

 

 HI Vipasha,


Please do not repeat same answer in a post.

@João Marques  has given solution and you posted same thing.


Regards

Rahul

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.