Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Pie Chart

Hi to all

I have a issue that

I have created a Pie Chart with Hierarchy

Year

Month

Date

with Show and Hide Condition.

when I click a value in Year Chart it is displaying Month Chart

But it Should not make any changes in Year char rather it Should only display the Month Chart

is it Possible ?

Regards

Tahemas

1 Solution

Accepted Solutions
Anonymous
Not applicable
Author

If(GetSelectedCount(Year) >= 1, 1, 0)

  Sum({<Year=,Month=,Day=>}Sales)

View solution in original post

1 Reply
Anonymous
Not applicable
Author

If(GetSelectedCount(Year) >= 1, 1, 0)

  Sum({<Year=,Month=,Day=>}Sales)