Hello Appsheet Users, I have created a slice...

Eric
New Member

Hello Appsheet Users,

I have created a slice for one of my tables. I want to make it so that a specific row is only included in the slice if it is not empty. How would I be able to achieve this?

0 2 310
2 REPLIES 2

If what is not empty? If you want to filter based on a specific column being empty, try

ISNOTBLANK( [ column name ] )

for the row filter condition in the Slice settings.

Eric
New Member

@GreenFlux This worked for me, I was putting in speech marks instead of the brackets. Thank you

Top Labels in this Space