Hi all, I’m trying to setup a dynamic dashboard with filters following this video from AppSheet training, https://www.youtube.com/watch?v=nK-Aq_ak_T8&t=2830s . I have gotten all filters to work except the filters of YES/NO column. The expression that I’m having trouble with is as follows;
This particular column is YES/NO type. The problem I’m facing is instead of showing all values when the filter is not selected, its shows all values except the item which is in the filter. And when the filter is applied, it shows only the item which is in the filter, which is correct. I need all values to show when the filter is not applied. Anyone can help please?
Yes I did try that too but same results. It’s not showing the entire list when filter is not applied and shows the filtered list when the filter is applied. Been going at this for 2 days now. Just can’t seem to figure this out. Thanks for your suggestions by the way
Another question, just to make sure that we are on the same page.
When you say " It’s not showing the entire list when filter is not applied", what exactly are being shown. Even when [Carnet Filter] is NOT applied, the other filters are still applied affecting the results.
Just tested with the one filter as you suggested and its displaying results similar to the earlier expression. So for example one of the crew in the list has 17 items and 3 items marked as carnet. Without applying any filters, instead of showing all 17 items, only 14 items are being displayed. The 3 items which are marked as carnet do not show. And when i apply the carnet filter, only the 3 items show in the list which is working correctly. Its the full list that i need to display when no filters are being applied.
I have removed the particular SELECT() expression and tried without it but the results are the same. Oh and thanks for ISBLANK() update. I was following the video where the AppSheet crew team guy was using this expression so i just lifted off and applied it.
Yes i was thinking that same thing too that the filter was being applied when its not selected but the other way round. I tried your suggestion but I’m getting getting an IF statement error,
IF function is used incorrectly:the first input should be a condition that returns true or false.
The total items should be 17 when filter is not applied. Camera is one of the item that is tagged as carnet and it doesn’t show in the full list before filter