Hide item in list view based on attribute

0
Hi All, I’m having an issue figuring out how to hide the empty rows from a list view. I’m using the ShowByCondition widget to hide the fields based on the attributes but it leaves the empty row. Any help would be most appretiated. Thanks!
asked
1 answers
2

If you do not want the row to show up in the listview at all, you could constrain the listview to only show the objects with the right data. You can do this either with a database constrained, xpath or using a microflow datasource.

answered