How to create a shortcut (action) between two REF tables

Hi,
I want to create quick shortcut between these two REF tables.


When I create action to view โ€œHydranty_Inlineโ€ it shows whole table - not filtered.

I tried something like that but with no effect.

0 7 185
7 REPLIES 7

Steve
Platinum 4
Platinum 4

What do you mean by โ€œquick shortcutโ€?

I mean nothing special but the ability to show another view via one click.

[Object] = ANY( LIST( [Object] ) )
is exactly equivalent to just:
[Object] = [Object]

Which obviously will always be true.

Perhaps youโ€™re wanting to use [_THISROW].[Object] for one side of the equality?

Looking good! But when I make an action
LINKTOFILTEREDVIEW(โ€œHydranty_Inlineโ€, [Obiekt] = [_THISROW].[Obiekt]) action does not appear.

Please post a screenshot of the action configuration screen.


You are expecting the button to show up in the red box?

Your expression is dependent on the value of a column in a single record. Since this is a table view, that shows multiple records, there is no way for the system to know which record the use when evaluating the expression. Thus this Action is not going to be compatible with the โ€œOverlayโ€ prominence that youโ€™re wanting.

Alternatively, you can attach it to the records with โ€œInlineโ€ prominence.

Top Labels in this Space