Basic Filtering 101

Im increasingly frustrated by the filtering quirks of AppSheet.

This time I am wanting to filter for a slice of data on a field "Wave" for text that currently shows "Featured Swim (11am)"

and NOTHING I try has worked so far. Not...

IN("Featured",[Wave])

CONTAINS("Featured", [Wave])

AND(CONTAINS([Wave], "feat"),CONTAINS([Wave], "ured"))

the last one inspired by the "solution to my last question about filtering for "10:10", to which the answer was: AND(CONTAINS([Wave],"10:"),CONTAINS([Wave],":10"))

I still dont know why that exact solution works! An explanation of the issue would be appreciated so I have an idea of what might be worth trying?

 

Solved Solved
0 5 131
1 ACCEPTED SOLUTION

OK, yes the data exists. I'm embarrassed to say that the problem seems to be that you must SAVE the app after creating the slice before viewing it!?

WOW, there goes a couple of hours!

View solution in original post

5 REPLIES 5
Top Labels in this Space