I want to remove this

I want to remove this download

button from this view. how can I do.

 

566.PNG

Solved Solved
0 8 176
1 ACCEPTED SOLUTION

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.

Capture dโ€™eฬcran 2022-04-19 aฬ€ 08.20.48.png

View solution in original post

8 REPLIES 8

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.  

CONTEXT("View")

Sir, can you explain this. 

OK. What is the name of your view ?

See this @Joseph_Seddik 

 

Screenshot_20220418-225452195~2.jpg

โ€ƒ

 

 

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. 

Screenshot_20220419-071117887~2.jpg

โ€ƒ@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.

Capture dโ€™eฬcran 2022-04-19 aฬ€ 08.20.48.png

Thank u @Joseph_Seddik 

Top Labels in this Space