
Contributor III
2021-09-09
03:59 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
How to display current drill-down level with treemap
Hi,
when you use a drill-down dimension in a bar chart, under it you see the path where you are. Let's say
Division>Warehouse>Lot type
But when you use a treemap, you don't have this.
Is there a formula that I could use to change the treemap Title to "Quantities by" & drill-down level currently displayed ?
thanks
518 Views
1 Reply

MVP
2021-09-09
10:35 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Not sure but getcurretselections() shows the field name and the selected values, so may be just at the top of the chart we could show text box object with this measure -
=GetCurrentSelections (chr(13),': ',',')
just a workaround
481 Views
