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

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
pauljohansson
Creator III
Creator III

Autorefresh of a Direct Discovery Object

Hi,

DataModel:

I have a simple data model containing one dimension table linked to one Direct Discovery (DD) fact Table.

I also have a simple chart summing up the measure value from my DD fact table. Is it in anyway possible to get this chart object refreshed without any user interaction. Lets say i want the object refreshed (sending the DD query to the DB) every minute.

All ideas are welcome,

thanks in advance,

/Paul

1 Solution

Accepted Solutions
stabben23
Partner - Master
Partner - Master

Hi,

Whit the New release QV12 sr5 it open up possibilities to autorefresh without user interaction.

The reason is that now() function is working as expected.

We can With the New release build variable that changes on now() function and you can use this variables to trigg a Field or whatever which is a must to refresh. This means that Our Dashboards can "live their own life"

View solution in original post

2 Replies
stabben23
Partner - Master
Partner - Master

Hi,

Whit the New release QV12 sr5 it open up possibilities to autorefresh without user interaction.

The reason is that now() function is working as expected.

We can With the New release build variable that changes on now() function and you can use this variables to trigg a Field or whatever which is a must to refresh. This means that Our Dashboards can "live their own life"

pauljohansson
Creator III
Creator III
Author

Hej Staffan,

Great news, this must be tested.

Thanks for the reply,

br

Paul