How to hide if any cells are empty

I’m creating a Gantt chart, and only want to display only if all the columns are complete.
How can I hide line items that don’t have all the information?

In the config of rows top right - there is a nonempty button

answereasybi

Pranam

1 Like

Hi,

Additionally to what Pranam suggested ([nonempty] would hide all versions without any measures in the given report context), you can add row filter (option “Filter row”) with a regular expression MATCHES . to filter only versions with start and end dates, as [nonempty] does not take into account the existence of any property value.
If you would set the filter on both Version start date and Version end date, only versions with both dates would appear in the report.

Best,
Ilze, support@eazybi.com