Skip to main content
Announcements
SYSTEM MAINTENANCE: Thurs., Sept. 19, 1 AM ET, Platform will be unavailable for approx. 60 minutes.
cancel
Showing results for 
Search instead for 
Did you mean: 
rmbsrichard
Contributor II
Contributor II

Drill Down Chart and Pop Up Labels

Is it possible to have different Customise Pop-up labels depending on where one is in a drill-down chart? i.e. If I am at the Top level I want the Pop Up label to show A = XXXX and if I drill down I want B = YYYY.  At the moment I get A = XXXX, B = ''

1 Reply
Not applicable

Hi Richard,

You can know where you stand within your drill-down group by using the function GetCurrentField:

GetCurrentField([TypeHereYourGroupName])='TypeTheFieldUsed'

You can use the above for a conditional visibility of the objects in the layout properties.

You can also use it within an "if" statement for other conditional purposes.

Hope this helps.