Forum Discussion

vasker's avatar
vasker
Frequent Visitor
9 months ago
Solved

Tool Tip page Context

i have created a tooltip page which show bar chart for last 3 years . when i am trying to show the tooltip from base page  grid column where its shows data based on selected year  of the base page and then its shows only the data for the current year in tool tip page not all 3 years

 

that means it takes the context of base page how to show the data for all years 

  • Hi vasker ,

    depending on your exact requierements you can try two approaches:

    1. Change Format->Page Information->Keep all filters setting of you tooltip page to "Off"
    2. Define measures that change the filter context appropriate to your needs and use them to build up the bar chart for the last 3 years

    Hope that helps.

3 Replies

  • Hi vasker ,

    depending on your exact requierements you can try two approaches:

    1. Change Format->Page Information->Keep all filters setting of you tooltip page to "Off"
    2. Define measures that change the filter context appropriate to your needs and use them to build up the bar chart for the last 3 years

    Hope that helps.

  • vasker's avatar
    vasker
    Frequent Visitor

    Thanks a lot for promt reply!  it really works 👍