Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Toggle selection added to report name?

is it possible to add toggle selection to report name? if yes - how? example?

4 Replies
swuehl
MVP
MVP

Sorry, can you elaborate what you are trying to achieve?

Not applicable
Author

you have an object that has a toggle to change dimensions - for example, country, region, sub - region and also the title of the object - "sales by country" but when i change the toggle to region - the title shows "sales by country".   can title follow the toggle change?

swuehl
MVP
MVP

Ah, ok, you are talking about using a (cyclic or drill-down) dimension group, right?

Note that there is a 'toggle selection' action, e.g. for use with a button object, but that's probably not what you are talking about.

To get the currently active dimension in your chart title, you can use GetCurrentField( GROUPNAME), like

='Sales by ' & GetCurrentField( YourGroupName )

dinuwanbr
Creator III
Creator III

Hi Rafal,

Hope you are looking for this

GetCurrentField(GroupName)

PFA


Rgds,

Tharindu