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: 
deepakqlikview_123
Specialist
Specialist

creation of dynamic dashboard

Hi all,

As per requirement I need to create dynamic dashboard.

I have done with following part.

1.I hav used OLEDB connection to fetch tables from database

2 use all of those tables as it is for schmema geneation in QV .

3 I have scheduled that QVW file in QMC for after enery 5 min.

My question is as per below,

1 For reflecing current records i database at dashboard level do we need to use time function like now().If so how to use that and what is requirement for using same.

2If anyone of u have samele application please attach so that hat will be helpful for me.

thanks,

Deepak

1 Solution

Accepted Solutions
ashfaq_haseeb
Champion III
Champion III

Hi,

use this and check its updated at every interval you selected.

Regards

ASHFAQ

View solution in original post

9 Replies
deepakqlikview_123
Specialist
Specialist
Author

Experts please respond.

Thanks

ashfaq_haseeb
Champion III
Champion III

Hi,

Deepak can you explain a bit more?

do you want to load data at every second or every 5 min as per your schedule.

and want to refresh data without client action in dashboard?

Regards

ASHFAQ

deepakqlikview_123
Specialist
Specialist
Author

Hi Ashfaq,

I want to reload data after every 5 min and want to refresh data without client action in dashboard

thanks

avinashelite

Hi Deepak,

As per my understanding u want the new records from the DB between last reload and current reload??

if so, you can use the Date as the field to identify those records.

Implement in this way:

*create a QVD for the current table.

*if you have Date field or last modified field then follow the script below

load *

from

Table name where DateFeild>=lastreload and DateFeild<=now().

this will give the  current records

ashfaq_haseeb
Champion III
Champion III

Hmm,

For this you need to modify few parameters.

Have a look at attached document.

And from your QlikView document, make sure that the highlighted is selected, have a look at attached image.

Regards

ASHFAQ

deepakqlikview_123
Specialist
Specialist
Author

Can you please provide me sample QVW file for this.So that it will be more clear.

Thanks

ashfaq_haseeb
Champion III
Champion III

Hi,

use this and check its updated at every interval you selected.

Regards

ASHFAQ

deepakqlikview_123
Specialist
Specialist
Author

Thanks Ashfaq

ashfaq_haseeb
Champion III
Champion III

My pleasure

Regards

ASHFAQ