Slices Not Working

rwksys
New Member

I’ve created a slice with a formula that I am confident works because I when I click “view data” I see the rows I want displayed. However, when I try to select the slice as the source in UX (for a deck, table, map, etc.) it returns no values. I don’t believe the UX view to be an issue because if I change the source to my table instead of a slice, it populates as expected. I’ve played with it for a long time, but suspect there is some simple thing I am overlooking. Does this sound familiar to anyone? Suggestions? TIA!

Solved Solved
0 8 409
1 ACCEPTED SOLUTION

When using FIND() expression, the resut is number, not TRUE/FALSE. You would need to use something like… FIND(“Charlotte”, [Categories])>0

View solution in original post

8 REPLIES 8
Top Labels in this Space