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

Animated Grid Chart

Hi, I need some help..

I want to make a grid chart and animate it.

Date is my first dimension, animation rotates on date dimension.

I dont want to show the years before 2006 because data is not reliable so much.

How can I restrict the date value, and start from 2007??

Thanks ..

1 Solution

Accepted Solutions
sparur
Specialist II
Specialist II

Hello,

you can use Set Analysis in your expression:

sum({<Year = {">2006"}>} Amount)

or

you can use calculated dimension:

IF (Year > 2006, Year)

and then check option "Suppress when value is null" in Dimension Tab

the first approach is more preffered

View solution in original post

7 Replies
sparur
Specialist II
Specialist II

Hello,

you can use Set Analysis in your expression:

sum({<Year = {">2006"}>} Amount)

or

you can use calculated dimension:

IF (Year > 2006, Year)

and then check option "Suppress when value is null" in Dimension Tab

the first approach is more preffered

Not applicable
Author

Thanks, your answer is really helpful.

The first solution is more suitable for my case.

I already used the if condition but null values were presented too.

But when I checked the option "Suppress when value is null" , the problem is solved.

Not applicable
Author

Hi, I have one more question..

Altough I try to show values for one quarter of a year, the values for many quarters are shown as pop - up text on my animated chart.

I want to show each quarter at one frame

The property window is set as shown

Not applicable
Author

Hi there !

Are there any suggestions??

sparur
Specialist II
Specialist II

Hello, may be try to create custom popup labels? Can you post your qvw file, I'll try it

Not applicable
Author

I tried to add custom pop up label but then both of them are presented.

Not applicable
Author

Why does it show all the date values, I could not understand.

Please help, what is wrong with that..