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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Help required: When Region selected chart changes to all the district with in that Region

Hi All,

Please help, i want to show District value if i select any one Region. So if Region "Central" is selected chart changes to all the district within that Region.

Excel and Qlikview files attached.

Regards,

Manish Virmani

1 Solution

Accepted Solutions
d_pranskus
Partner - Creator III
Partner - Creator III

Hi Manish

When you do not select Region this will give multiple expression values for your dimension combination. So you must use some aggregation function your expression. Please find attached sample. I am not sure if the percentage values are correct though. It is always good to calculate ratios in chart, like this SUM(Value1)/SUM(Value2), for example for margin percentage it would be (SUM(Sales) - SUM(Cost)) / SUM(Sales).

Cheers

Darius

View solution in original post

11 Replies
MK_QSL
MVP
MVP

Can you elaborate little more please?

Roop
Specialist
Specialist

Create a Drill-Down Group.....

Under your dimensions in your chart press the Edit Groups button.

Select New and add dimensions Region and District

Name the Group as RegionDistrict

Then incorporate this new group as a dimension in your chart replacing Region

When you click on a Region it will drill down to the districts within it

Hope this helps

tresesco
MVP
MVP

Probably, you want to create a drill group like attached sample.

Not applicable
Author

Hi Rupert

Thanks for the solution.

I tried this but when I am not selecting any Region(clear all) it is not showing my any result(which is not correct). However when I am selecting any one region it is showing the districts under it (which is correct).

Please see the attached files.

Thanks

Manish Virmani

Not applicable
Author

Hi Manish,

I am trying to show chart which have the Region level data, but when i select one Region it shows all the District which are mapped to that particular region. So for example i have 4 Regions so in chart 4 bubble will apear (this is done). But when i select one Region so all the District which are associated with that Region will apear.

Hope this make sense.

Excel and Qlikview file attached in the original post.

Regards,

Manish Virmani

Not applicable
Author

Hi Tresesco,

I tried but there is no data showing. It seems i did something wrong. Please see the attached file.

Not applicable
Author

Hi Manish,

Please confirm is this possible?

Thanks

Manish Virmani

d_pranskus
Partner - Creator III
Partner - Creator III

Hi Manish

When you do not select Region this will give multiple expression values for your dimension combination. So you must use some aggregation function your expression. Please find attached sample. I am not sure if the percentage values are correct though. It is always good to calculate ratios in chart, like this SUM(Value1)/SUM(Value2), for example for margin percentage it would be (SUM(Sales) - SUM(Cost)) / SUM(Sales).

Cheers

Darius

Not applicable
Author

Thank you so much Darius!!

This is perfect and really helpful.

Thanks

Manish Virmani