Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Talend Cloud AWS EU Scheduled Outage: Starting Tues 26 May 21:00 CEST with expected completion Wed 27 May 01:00 CEST
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Drill down and Cyclic

hi all

How to get current selection in the Drill down /cyclic group field?

Labels (1)
3 Replies
Not applicable
Author

create a chart> in general tab down u have edit groups>click on new>choose drill down or cyclic >add dimension >click on ok.

by using drill down and cyclic we can have multiple dimensions in same manner

JonnyPoole
Former Employee
Former Employee

Use getcurrentfield()  function.  When you refer to the cycle or drill group name, enclose it it sqare brackets []

ex:

getcurrentfield( [DrillGroupName])

getcurrentfield( [CycleGroupName])

It will return the current field name the user is looking at as a string

Anonymous
Not applicable
Author

thank you guys