Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
azmeerrehan
Partner - Creator
Partner - Creator

Direct Discovery App Deployment

I have developed an app for real time data load using Qlik Direct Discovery. I reloaded the App on QV desktop it works perfectly fine. Now what are the steps on how will I deploy on Access Point so that when the user clicks on the App it will reload real time.

Any help is appreciated.

Environment QV enterprise server 12.20 (Nov 2017 Release)

Sample script in my app is

Test:
DIRECT QUERY
DIMENSION
DIM A
MEASURE
MEASURE 1

from ABC
EXIT SCRIPT;

4 Replies
Vegar
MVP
MVP

If you deploy it and reschedule it in the QMC the app will reload* as any other application. *) reload all but the direct discovery data

 

The Direct discovery is done when the user access the application and does not need any other configuration in QMC. User selections will query the database and return the Direct Discovery figures. 

 

Good luck with your Direct Discovery app  roll out.

 

/Vegar 

 

 

anushree1
Specialist II
Specialist II

Does this mean on QMC the load happens as per schedule and does not portray the real time data as and when it changes on Database and the direct discovery functionality of picking real time data changes from the database works only on Qlikview desktop

Vegar
MVP
MVP

I'm not sure how @azmeerrehan have configured his application, but normally you'll have an application where the most field and fields values are loaded regulary into the application as in a normal QlikView application, but a certain set of calculations queries are made agains the database on the fly using direct discovery.

Please read more on the topic in the Qlik Help - https://help.qlik.com/en-US/qlikview/November2018/Subsystems/Client/Content/QV_QlikView/DirectDiscov...
Rehan
Creator III
Creator III

Make sure you add this 

SET DirectCacheSeconds= 5; Mine works fine after adding this

this clears the cache every 5 secs to reflect the new data. My script is exactly as you have . Mine works perfectly fine in Access point . The only limitation is that if any of the values in any of y our dimension changes then the App wont pick up  because its already loaded into memory