Slicing a row with signature but not appearing in the sliced view

Hi everyone, I'm trying to slice a row from a table containing signatures so that I can make a separate dashboard containing a list with signatures attached. I tried to set the filter condition as [Verified] = Has attachments and the expression passed. However, when I tested it, it showed me a blank page. I am sure I have a few rows in the table with signatures in place. Is this a bug?

Solved Solved
0 4 46
1 ACCEPTED SOLUTION

Try this formula

ISNOTBLANK([ColumnNameForSignature])

View solution in original post

4 REPLIES 4

Steve
Platinum 4
Platinum 4

What makes you think [Verified] = Has attachments would filter the way you want?

Some expressions worked by having equal to "Result of the output". I'd just tried if it applies to Signature and the expression checker passed so I would expect it would also filter the way I want ๐Ÿ˜…

Try this formula

ISNOTBLANK([ColumnNameForSignature])

Thank you for the response!

Top Labels in this Space