Action only in a particular View

Hello everyone,
I would show an action “indietro” only in a view chart. I use this formula CONTEXT(“View”)=“AVANZAMENTI+TRAIPROLAC” but I don’t see the action in this specific view. I used the name view that you could see in the attached.

How it’s possibile?
TKS YOU

Solved Solved
0 4 950
1 ACCEPTED SOLUTION

Steve
Platinum 4
Platinum 4

Should be:

CONTEXT(“View”)=“AVANZAMENTI TRAIPROLAC”

View solution in original post

4 REPLIES 4

Hi, is the name of the view the same, with “+”?
I usually use the name as listed under preview as: 3X_e_3_e3f1cbc9441532489ab7611bdb04b5f7c58e8aa9.png

Another thing that could be affecting it: is the action attached to a field that is not visible in the view? Or if you use slices, is the action allowed to perform (eg update/add action on a read only slice)

the problem could be in the fact that this condition work at row level of the table rather view?

If i set the condition at view level (CONTEXT(“View”)=“AVANZAMENTI+TRAIPROLAC) It won’t find the value in the table because it is a view. It’s possible?

to answer your question: i’m not using slice in this app

No, the problem is definitely the “+” vs “and”, as @Metworks_IT suggested.

Steve
Platinum 4
Platinum 4

Should be:

CONTEXT(“View”)=“AVANZAMENTI TRAIPROLAC”
Top Labels in this Space