Hello Community,
I have these queries which are pretty much the same query. query1&3 produces results but query2 doesn't. I am sure I have records that meet the criteria but the second query just doesn't seem to like the user check. Please any thought on this?
Query1: If(requestTab="open", Filter('Requests','Request User'.Email=User().Email))
Query2: Filter('Requests',If(requestTab="open",'Request User'.Email=User().Email)) - This is pretty much same as above but written in different way and produced no result...
Query3: Filter('Requests',If(requestTab="open",'Request Status'.Value= "Submitted")) - Same query as above but different filter criteria, which produced the record.
Also found if I take the if condition out of query2 it does return the record. So it seems it just doesn't like the if statement used with user check... I'm so confused.
Regards
Kira