I'm tying to filter the gallery by the person who created items, and hide if the status is "Checked Out" using a toggle button. It showing error like below could you please assist.
If(HideCompleted.Value=true,
Sort(Filter('Visitor Log','Created By'.Email = User().Email && Status.Value<>"ChekedOut"),"ID",Ascending),
Sort(Filter('Visitor Log','Created By'.Email = User().Email),"ID",Ascending))
Thank you @zmansuri for your quick update
I'm getting a delegation warning like below and the gallery not showing any value while toggle is true or false.
If you have less than 2000 records you can ignore delegation. Code is correct make sure you are using corrects column names. Try not filtering at all to see the output
The records are below 2k.
When i apply
Sort(Filter('Visitor Log','Created By'.Email = User().Email),"ID",Ascending) it showing items,
however the gallery is empty when i use the code you shared.
Instead of "Status" i can filter if "Check out date" is empty also.
Please advice.
User | Count |
---|---|
261 | |
130 | |
99 | |
48 | |
47 |