Hello, actually what I would like to do is the following.
I have a Deck type view where my projects are, I have created a detail view called "Related Jobs". When I touch on the Project that I need, it sends me to related jobs, which is a table with the jobs of this project.
As expected, this shows me an inline table, and two buttons appear below
See
Add
If I touch see it sends me to the inline table already filtered with the works of that project, however I would like to skip this step and not see the inline table but rather see the final table, but filtered.
Is this possible? What formula should I use? Where do I put it?
I appreciate your answers.
Solved! Go to Solution.
Much simpler:
LINKTOFILTEREDVIEW( "xxx_inline" , [ref-column] = [_THISROW] )
You should be using ‘VIEW’ name. That is ‘Jobs_Inline’ in LINKTOFILTEREDVIEW() it was done wrong.
User | Count |
---|---|
36 | |
8 | |
3 | |
2 | |
2 |