Is there a way to allow my user to choose which data source they view?
30-second Loom on what I’m trying to do.
Thanks!
Is there a way to allow my user to choose which data source they view?
30-second Loom on what I’m trying to do.
Thanks!
If you mean filtering which row you want your user to view then it can be done.
You can build that tab on top of a new table with a single row, then add a column to house the user’s choice for which row they want to view.
It should be a user-specific column, and you should write the rowID of the row the user wants to view to that column, presenting it as the “campaign name” on the front end.
On the back end, you use that rowID to create a relation to the campaign table, then lookups to return the info you need to display on the screen.
This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.