I am trying to create basically a glorified todo list/goals/journaling app. I have linked a repeating panel up to a data table. the data table has several columns but one column is filled with a list of categories. I have buttons on my sidebar which there is one for each category. I would like to on the press of a button filter the repeating panel to only retrieve that data from the data table which is in the corresponding category. I’m pretty new to coding so I tried this and it didn’t work.
Thanks duncan.
With the app_tables.my_table.search() what do you place within the parenthesis to help it find a particular category in a particular row?