Linktoview formula with variable view name but same criteria

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 :

GFormMLH_0-1665996132609.png

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 Solved
0 4 74
1 ACCEPTED SOLUTION

Steve
Platinum 4
Platinum 4

Because you need to filter the results, your current approach--a new stanza for each table--is the only approach, unfortunately.

View solution in original post

4 REPLIES 4

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. 

Steve
Platinum 4
Platinum 4

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 😞

Top Labels in this Space