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

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
wjw2406
Contributor
Contributor

Does the animator object have a max # of values?

Hello,

I have a test dataset with data at 5 minute intervals over a week period (say 1/1 00:00 through 1/7 23:55). I've added the animator object from the dashboard bundle to loop the other visualizations over time. However, the animator will not go past 1/4 11:15 AM. By my calculation this is at 1,285 values. Have I hit a limit with the animator or is this a bug?

Labels (1)
  • SaaS

2 Replies
rubenmarin

Hi @wjw2406, I've tested with this script:

LOAD RecNo() as value AutoGenerate 100000;

It 'only' goes to 1000, so I think that's the limit.

wjw2406
Contributor
Contributor
Author

Seems like you’re right! I’m not sure where I ended up with 1,285 yesterday but the 11:15 is the 1,000th time stamp. Hope they might consider modifying this at some point in the future. Thanks for the sanity check!