Inventory App - Remove product from the view when there is a value in a column

I am looking to hide product that is already sold and only displays available items depending on if there is a value in a column.

This is the view of my app displaying all the products

screenshot-www.appsheet.com-2022.04.19-10_31_48.png

And here is the data source

screenshot-docs.google.com-2022.04.19-10_36_02.png

If there is a value in the "Job Name" column, I would like that row not to display in the previous screenshot.

I tried searching around before making this post but had no luck. I am sure the answer is somewhere around these parts, just need a friendly guide to point me in the right direction. 

Solved Solved
0 6 206
2 ACCEPTED SOLUTIONS

You got it, but I'm not sure I'm following on that last part.

The idea is to use the Ref_rows to create an inline view using the slice as a source in order to filter those rows, so that you can use this to substitute this inline view:

Rafael_ANEICPY_0-1650382767727.png

Let me know if that works for you.

For reference:

https://help.appsheet.com/en/articles/2357313-ref_rows

View solution in original post

The REF_ROWS syntax is REF_ROWS(from-dataset , ref-column )

So yours should be REF_ROWS("the name of your slice", "Models")

View solution in original post

6 REPLIES 6
Top Labels in this Space