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

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
helen_pip
Creator III
Creator III

Container Object to interact with input box and drill down group

Dear Qlikview User

Container Object

I have a container object which has 4 pivot tables within it

Each pivot table has the same dimension.  The dimension is a group of fields I.e. Division, Care Group, Treatment Function

Input Box

I then have an input box where I am using the same dimension as the pivot tables within the container, which enables the user to make a selection and the pivot table interacts with the input box

Help with the following

I now want to revert back to the pivot tables within the container and add an extra drill down group.  However I don't want this group to be visible to the end user, but I just want the functionalty to work

At the moment the addition of the extra group is expectantly showing an extra column.  I would like this column to be grouped up and not visible to to the end user

Any suggestions?

Kind Regards

Helen

1 Solution

Accepted Solutions
Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

see attached example.


talk is cheap, supply exceeds demand

View solution in original post

4 Replies
Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

You want to nest a drilldown group in another group? That's possible. Add an expression for the second level group to the top level group: =$(='[' & GetCurrentField(SecondLevelGroupNameHere) & ']'). You won't have a drill up/down button though.


talk is cheap, supply exceeds demand
helen_pip
Creator III
Creator III
Author

Hello Gysbert

Thank you for your suggestion.  I know this is common place, but could you kindly attach an example, so I can see a working example

Only if not too much trouble

Kind Regards

Helen

Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

see attached example.


talk is cheap, supply exceeds demand
helen_pip
Creator III
Creator III
Author

    Thank you Gysbert