Forum Discussion

Robert_G's avatar
Robert_G
Frequent Visitor
3 years ago
Solved

Select previous / next slicer-element with buttons

Hi,

hope you can help me:

I have a slicer with customer  and a table with customerdetails. If a customer is selected, then customerdetails are shown in a table.

Since the customerlist (in the slicer) is quite long, I'd like to implement some kind of previous and next button to select the next/prev customer from the slice.

if the last customer in the list is reached and the next-button is clicked, then it starts with the first customer in the list, if the first customer is currently selected and the prev-button is clicked, then the last customer is selected.

 

I hope someone have had the same problem & solved it.

thanks.

 

  • Anonymous's avatar
    Anonymous
    3 years ago

    Hi Robert_G ,

     

    You could use bookmark to achieve it.

    Create two bookmarks that display the selection topmost slicer value and the selection bottommost slicer value.

    Then add a bookmark navigater to get two buttons.

     

     

     

    Best Regards,

    Stephen Tao

     

    If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

     

2 Replies