I want to remove this

I want to remove this download

button from this view. how can I do.

From Behavior, look for your action, open it, scroll down to “Only if this condition is true”, and use CONTEXT(“View”), to prevent this action from showing on your view.

1 Like

CONTEXT(“View”)

Sir, can you explain this.

OK. What is the name of your view ?

See this @Joseph_Seddik

I’m asking about the NAME of the view. This is what we’ll need to hide your action.

Please post a complete screenshot of your whole editor screen. Just open the app editor in your browser, and while your view is displayed, make a screenshot of your whole screen. Thanks.

2 Likes

@Joseph_Seddik

Go to Behavior, find your action, and put this expression in the Only if this condition is true field:

NOT( IN(CONTEXT(“View”), LIST(“BAD STOCK”) )

Inside LIST(), you can add more views where you want to hide this action, separated by commas.

3 Likes

Thank u @Joseph_Seddik

2 Likes