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 :

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 !

Are your “Controles” views vastly different or are they mostly the same just accessing different source tables?

1 Like

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

1 Like

They are different, but all of them have a column with the same ref table.

Thank you for your answer Steve.

Although it’s not a big issue, it’s still unfortunate :disappointed_face:

1 Like