PRIMARY ACTION DASHBOARD

Hi everyone
I would like to have the overlay action buttons both only in the deck view (the one on the left). (This is to switch the view on the right from a detail view to a map view).

I don’t understand why the deck view doesn’t let me see the “ADD | AZIENDE MAP” action.

Any help? I don’t think I’ve put any special conditions on the actions, or even removed the action from the slice. Could it depend on the Deck view type?

Once you set any action explicitly in a Deck view, then you need to list ALL of the actions you wish included in that Deck View. Currently, based in the screenshots, the Deck view has actions listed but doesn’t include the “Add | Aziende Map” action in the actions list.

1 Like

yes at the moment it was not selected because adding it to the actions does not show it as primary, but puts it in line with the other actions. Instead, I would like it to be shown as the primary in the foreground and not repeated in all rows. It’s possible?

I see. Yes it’s possible.

However, your action is using LINKTOFORM() which cannot be a “Primary” action.

You instead can use LINKTOVIEW(). To automatically assign the UNIQUEID() value into your [IDAZIENDA] column, you should set UNIQUEID() as the “Initial Value” expression of that column. This will achieve the same outcome as what you are attempting to do in the LINKTOFORM() function.

2 Likes

I don’t know why he didn’t show them to me. I reset everything and now it works. Thank you