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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
dafnis14
Specialist
Specialist

Selection from a chart does not work as expected

Hi,

I've created a table which consists of items which i flagged as Total or Item.

I grouped them with a Category code.

The two charts are supposed to be linked. So if i select a bar which represents Total  on the left,

I would see the linked items on the right.

It works only if I select a category:

Selecting a bar from the left does not display the linekd items:

Attached is a demo model.

Could someone assist me in finding the reason?

Thanks!

Labels (1)
1 Solution

Accepted Solutions
sunny_talwar
MVP
MVP

Not sure what you are looking to get, but may be this for sub level chart

sum({< Income_Flag_Item ={1}, Income_Desc, Income_Categ_Code = p(Income_Categ_Code)>} Income_Total_Amount)

View solution in original post

2 Replies
sunny_talwar
MVP
MVP

Not sure what you are looking to get, but may be this for sub level chart

sum({< Income_Flag_Item ={1}, Income_Desc, Income_Categ_Code = p(Income_Categ_Code)>} Income_Total_Amount)

dafnis14
Specialist
Specialist
Author

Dear Sunny,

I just thought of it myself after taking a break.. 🙂

You are absolutely right...!

Thanks!