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

Announcements
Join us in NYC Sept 4th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Path in cyclic drill down group:urgent

Hi,

I want to depict the path of drilldown over my report .

For eg

I have cyclic group of Continents,Countries and Cities .

-  If user click on North America and then drill to countries and then select Canada and then drill down to Cities and click to Toronto

then path should be like this

All > North America > Canada > Toronto

and this path should update as user drills into the report like first only north america, then adds canada and then adds toronto

8 Replies
rupamjyotidas
Specialist
Specialist

Try using this expression

=GetFieldSelections(Continent)&'->'&GetFieldSelections(Country)&'->'&GetFieldSelections(City)

Ponkaviyarasu
Partner - Contributor III
Partner - Contributor III

Hi Anubhav,

you can use Button object to drill down information by Setting variables in Actions

Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

If you want to drill down then change the group type from Cyclic Group to Drill-down Group.


talk is cheap, supply exceeds demand
Not applicable
Author

I want this implementation in cyclic group only

Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

Good luck then. I'm not going the create that particular monster. Perhaps you can find somebody else daft enough to try to mess about wih a cyclic group of calculated dimensions.


talk is cheap, supply exceeds demand
vvvvvvizard
Partner - Specialist
Partner - Specialist

Either use the Drill down group to drill down or uninstall Qlikview

agomes1971
Specialist II
Specialist II

Hi,

you should take in account the inputs given by Gysbert!

Regards

André Gomes

MarcoWedel

Hi,

I guess your question rather is about creating and presenting the path information than about drill-down vs. cyclic dimension groups, so possible solutions might be:

(drill down group in this case to simplify the actual drilling but without influence on the path information)

QlikCommunity_Thread_230915_Pic1.JPG

QlikCommunity_Thread_230915_Pic2.JPG

QlikCommunity_Thread_230915_Pic3.JPG

QlikCommunity_Thread_230915_Pic4.JPG

using this title expression:

QlikCommunity_Thread_230915_Pic5.JPG

or using the standard GetCurrentSelections() function:

QlikCommunity_Thread_230915_Pic6.JPG

QlikCommunity_Thread_230915_Pic7.JPG

or slightly modified:

QlikCommunity_Thread_230915_Pic8.JPG

QlikCommunity_Thread_230915_Pic9.JPG

sticking to your cyclic group instead keeps the possibility to select more than one value in the chart:

QlikCommunity_Thread_230915_Pic10.JPG

hope this helps

regards

Marco