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

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)

1 Like

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.

DaGi07:

CONTEXT(“View”)=“AVANZAMENTI+TRAIPROLAC”

Should be:

CONTEXT(“View”)=“AVANZAMENTI TRAIPROLAC”
3 Likes