Forum Discussion

rikabkothari's avatar
rikabkothari
Frequent Visitor
2 years ago
Solved

2 Toggles that is using 4 bookmarks

Hi 

 

I have 2 toggle button in of the page.

 

1st Toggle Button: User can selected First Name or Last Name

2nd Toggle Button: User can selected Day or Month

 

So combination is selection can be below

 

1st Toggle: First name  -  2nd Toggle: Day --> Show the first name by day in matrix

1st Toggle: First name  -  2nd Toggle: Month --> Show the first name by month in matrix

---

1st Toggle: Last name  -  2nd Toggle: Day --> Show the last name by day in matrix

1st Toggle: Last name  -  2nd Toggle: Month --> Show the last name by month in matrix

 

Problem what i am facing is if select something in the 1st toggle and as soon as I select something in the 2nd toggle first selection is getting changed. This may be becuase I might have updated the bookmark when the toggle 1 bookmark is selected.

 

In my case though there should not be any relationship between both the toggles but It is indirectly connected. 

 

Please help me achieve this required. It is very confusing to implement.

 

 

 

 

 

4 Replies

  • Anonymous's avatar
    Anonymous
    Not applicable

    Hi rikabkothari ,

    Regarding your question, is your toggle button similar to this?

    For a toggle button, two pictures are actually bound to two bookmarks respectively. However, you mentioned that you plan to use two toggle buttons, which I think is impossible because when you click any toggle button, it will jump to the corresponding bookmark and the selection of the other button cannot be saved.

    I think you can create four bookmarks and use them with the bookmark navigation button.

     

    Best Regards,
    Wenbin Zhou

    • rikabkothari's avatar
      rikabkothari
      Frequent Visitor

      I have 2 toggles, first one has 2 button(First name and Last name) and 2nd one has 2 button(Day and Percentage).

  • rikabkothari's avatar
    rikabkothari
    Frequent Visitor

    Anonymous Yes I am already using 4 bookmarks but still it is not working. The reason I should display the measure in the matrix based on the combination of selection between toggle 1 and toggle 2. In my scenario once I select toggle 1 and move on to toggle 2 the selected option in the toggle 1 is disappeared and changes to the selection which I might have updated when toggle 2 bookmark is updated.

     

    Hope you can understand the problem statement.