Skip to main content
Announcements
See what Drew Clarke has to say about the Qlik Talend Cloud launch! READ THE BLOG
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)