Customers with null names should be hidden in the customer list

I created the dashboard; some customer names are null. Now I need to fix this one - Customers with null names should be hidden in the customer list. How can we achieve this?

2 Likes

Hey @ksatish

You can simply add a filter to the table, like the one I’m using, so that any records where customer_name is blank or null are excluded from the results.

If we remove this filter, the table will include entries with null values.

It will work for you
Thank you.

1 Like