Announcements
This site is in read only until July 22 as we migrate to a new platform; refer to this community post for more details.

Skip inline table and go directly to filtered table

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 Solved
1 14 292
  • UX
2 ACCEPTED SOLUTIONS

Much simpler:

LINKTOFILTEREDVIEW( "xxx_inline" , [ref-column] = [_THISROW] )

View solution in original post

You should be using ‘VIEW’ name. That is ‘Jobs_Inline’ in LINKTOFILTEREDVIEW() it was done wrong. 

View solution in original post

14 REPLIES 14
Top Labels in this Space