Show Actions button based on specific view

Hi - I want to only show an action button (to create a CSV file) for a specific slice filtered view.

I am trying to use the “Behavior” settings on the Actions to show only if the view is my “Data_Transfer” view - is this the way to do about it? Is my syntax correct?

Cheers

You can do that with the formula CONTEXT(“View”)=“DATA_TRANSFER”

5 Likes

Awesome! Was so close! Many thanks

You’re welcome

Thanks

It’s not working for me

Additionally, please verify whether you have selected the desired action name (which you have created) from the drop down values of “Slice Actions” field, available under the following path.

Traverse through the menu:
“Data” → “” → “Slice Action (Actions to include in the slice)”.

Then only the relevant action button would appear on the page view of your application.

1 Like