LINKTOFILTEREDVIEW and 'Stickiness' of navigation

I use a combination of slices and actions to view filtered data and navigate through my app.

Data filtering works as expected when I use the triggers set by my actions but the filtering fails when I go directly to a view using the ‘thumb menu’ view button.

LINKTOFILTEREDVIEW(“Cabinet View”, [location] = [_THISROW].[location]) gets me from stations view to cabinet view.

So far so good - 4 rows of filtered data showing!

If I navigate away and come back using the thumb menu button I get the full unfiltered view. The desired result is to have the same filtered view as shown above:

Is there a way to ‘remember’ the previously selected row (beyond one click) so that I can apply another LINKTOFILTEREDVIEW to the cabinets view thumb menu button? Or any other way?

Thanks in advance!

Solved Solved
1 29 1,302
1 ACCEPTED SOLUTION

Bahbus
New Member

Ah, I think I finally see the issue.
2X_5_590851e388c37445184efe8b47c59b5cc3936e73.png
I believe you want the other action here. As I don’t see it being used anywhere else. It’s currently set up to repeat the same action as your trigger action.

View solution in original post

29 REPLIES 29
Top Labels in this Space