Is it possible to do an Inbox Query Expression using null or not-null values?

1388
2
Jump to solution
06-11-2021 04:14 AM
SaraMiller
New Contributor III

I'd like to set a filter on the Inbox such that only records with a blank in a certain field in the parent table will be available in the Inbox.  The field type is 'note' so it's a string, and I've tried doing 'string-length(${OutcomeSummary_copy})=0' but it returns Error 400.

0 Kudos
1 Solution

Accepted Solutions
TL2
by
Occasional Contributor III

OutcomeSummary_copy is null

OutcomeSummary_copy is not null

View solution in original post

0 Kudos
2 Replies
TL2
by
Occasional Contributor III

OutcomeSummary_copy is null

OutcomeSummary_copy is not null

0 Kudos
SaraMiller
New Contributor III

Wow, I really didn't expect it to be that simple...  Thank you!

0 Kudos