Skip to main content
Announcements
Join us at Qlik Connect for 3 magical days of learning, networking,and inspiration! REGISTER TODAY and save!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Blinking the datapoint symbol in line chart

I need some help to show the symbol in chart should be blinking.

I have one line for daily count of month & another line average of previous month

The requirement is to compare daily count with Average & highlight in different colour on the daily count line with blinking if the diff is more than 10%

1 Solution

Accepted Solutions
Not applicable
Author

I got the the solution for this.We can use if (odd(second(now()),RED(),0).It is working very well with my requirement.

View solution in original post

1 Reply
Not applicable
Author

I got the the solution for this.We can use if (odd(second(now()),RED(),0).It is working very well with my requirement.