Hi everyone, i hope you are all having a nice day.
I'm facing an issue with my app :
I have multiple views, and i want the user to be able to easily find a value within those view, based on the a criteria.
I created a behavior where if X table is selected by the user, then it will link to that table with the criteria :
The problem is that everytime i add a table, i have to add it inside the formula, which can easily be forgotten.
So i want to built a formula with a variable view name, but the formula only accept text answer, while i need to insert the user selection to make it variable.
What i tried : Linktofilteredview([UserTableSelection], criteria )
Any help is welcome !
Solved! Go to Solution.
Because you need to filter the results, your current approach--a new stanza for each table--is the only approach, unfortunately.
Are your "Controles" views vastly different or are they mostly the same just accessing different source tables?
They are different, but all of them have a column with the same ref table.
Because you need to filter the results, your current approach--a new stanza for each table--is the only approach, unfortunately.
Thank you for your answer Steve.
Although it's not a big issue, it's still unfortunate 😞
User | Count |
---|---|
17 | |
12 | |
5 | |
5 | |
5 |