I have a data table for an autoparts catalog,...

I have a data table for an autoparts catalog, i need to filter data based on previous selections.

If user selects

Make = Nissan, only nissan models, should appear, and so son with the other selections. My question is, how can i achieve that? at this momment the only thing i can do is add or edit data, but not make a query like the one i need.

0 7 472
7 REPLIES 7

Check out the AppSheet Inventory Management Sample app.

Itโ€™ll show you how to set up dependent drop down. Sample mobile apps for common scenarios appsheet.com

Another Dependent Dropdown Sample App.

Itโ€™s easy, youโ€™ll have it sorted in a Jiffy! Dependent Dropdowns - How to create a dropdown menu with values that depend on earlier choices appsheet.com

@Stephen_Mattison Thanks !!

just did it and it works !!

Now i can filter the data and find the part code, but how can i use that result to show the product attributes like photo, price, stock?

@Francisco_Guerrero Itโ€™s easy!

You just need to โ€œdereferenceโ€ on the [PartCode] that you have filtered to pull in photo, price, stock. It will look something like [PartCode].[Photo]. This would go in the Photo column AppFormula of your ending table.

Top Labels in this Space