Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Selected drilldown group level in title

Hello,

I created a drilldown group consisting of year, month, week and day. I use this drilldown group as a dimension in a trend graph.

Now I want to show the current drilldown group level in the title of the graph.

For example 'Sales per week' if week is the dimension (drilldown level) and 'Sales per year' if year is the dimension.

Any suggestions how to do this?

Thanks.

tariaj68

1 Solution

Accepted Solutions
jagan
Luminary Alumni
Luminary Alumni

Hi,

Try like this

='Sales per ' & GetCurrentField('DrillDownGroupName')

Hope this helps you.

Regards,

Jagan.

View solution in original post

3 Replies
jagan
Luminary Alumni
Luminary Alumni

Hi,

Try like this

='Sales per ' & GetCurrentField('DrillDownGroupName')

Hope this helps you.

Regards,

Jagan.

Not applicable
Author

Thanks al lot. It works.

Not applicable
Author

Thanks Jagan Mohan...