Strange Behavior App

1.pngHi everyone!
I have a problem with my APP, in a view with the formula [Checked on (date)]>(TODAY())-15 I display the data for the last 15 days. With a security filter [Station] = ANY(SELECT(User[Station], [Email] = USEREMAIL())) I only display the data of the correct station. Everything works perfectly but I have a problem with an Email address where only the formula [Checked on (date)]>(TODAY())-15 doesn't work, it shows me all the data from the previous months the email is formatted like this
it.mxp.gse@..........
It only happens to me with this email, the others all work
the account is Microsoft
Thank you

Solved Solved
0 12 239
3 ACCEPTED SOLUTIONS

Only FIND Condition with AppSheet could be Case-sensitive, why do you wanna test with it?

View solution in original post

What happens if you simplify your condition something like [Checked on(date)]>TODAY()? What about [Checked on(date)]>"06/01/2024"?

View solution in original post

I have started wrapping email fields and USEREMAIL() in LOWER() for this exact reason.

View solution in original post

12 REPLIES 12

First.. change the email address with small letters and then test it.

Only FIND Condition with AppSheet could be Case-sensitive, why do you wanna test with it?

I have seen cases now and then when the email address was not identified when it started with upper case ๐Ÿ™‚ After writing it with all small letters, it has started to work. And those cases didn't have anything to do with FIND().

I have started wrapping email fields and USEREMAIL() in LOWER() for this exact reason.

Hi, I tried but it doesn't work

Hi, I tried but it doesn't work

So.. I assume the security filter works properly, right? Where are you using this formula? Is it with a slice?

Hi, yes exactly, I use this in the slice1.png

Hi, yes exactly and this is in the security filter2.png

What happens if you simplify your condition something like [Checked on(date)]>TODAY()? What about [Checked on(date)]>"06/01/2024"?

Thanks to everyone, I solved it, rechecking the dates, practically some of them were in American format, so the filter was not hiding the data.
Thanks for your support

Good to hear!

Top Labels in this Space