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

Solved Solved
0 6 2,655
1 ACCEPTED SOLUTION

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

View solution in original post

6 REPLIES 6

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

Thanks

 

Awesome! Was so close! Many thanks

You’re welcome

It's not working for me


@KiannS wrote:

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 Name>" -> "Slice Action (Actions to include in the slice)".

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

Top Labels in this Space