Noob question organisining my data


noob question here i have a RG of food catergorys here and a RG below that im trying to populate with food sub catergorys when the RG food catergorys is clicked on but im struggling to work it out. the sub catergories have a relationship with the food catergories, any advice would be greatly appreciated.

Cheers Dan

On click of burger => element action, display data in Sub Category Repeating Group, source: do a search for sub categories where main category = burger

Custom states might help here.

Create a Custom State on your page.
Make the state type “Food Category” data type or option set if it’s that. Call it “Category filter”.
Now filter your sub RG using that custom state. (have ignore empty constraints on)
Now when you click a cell from the Category RG (Burger) set the state of your new filter to the current cells “Food Category”

This topic was automatically closed after 70 days. New replies are no longer allowed.