App showing items that I have chosen to not be shown

The title of my question may not be worded quite as it should but.
I have an inventory app where some items I will be deleting as I go along marked as Depleted…
I would like the main page [Log] to not show items that have been marked as “Depleted”
I have put the following in the UX [Log] view under Display, Show If
SHOW_IF Status <> “Depleted”
It shows below: (“SHOW_IF Status”) is not equal to (“Depleted”)
The main Log page still shows item that have been depleted.
Is there a way I can have the main page not show these items?
I have another view where I can see all the items I have marked as Depleted.
TIA

Solved Solved
0 5 405
1 ACCEPTED SOLUTION

Well, I found that rather than state what I did not want it to show, using
CONTAINS ([Status], “Good”)
Now only shows the items in the main view marked as Good.
For some reason I also had to change my Depleted slice to
CONTAINS ([Status], “Depleted”)
to only show items that have been removed.
Thank you for your suggestion, I have it working as I’d like now.

View solution in original post

5 REPLIES 5
Top Labels in this Space