Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Autoreload on server with qvw chain

Hi all,

I'm designing a solution based on autoreload and chains qvw. To avoid loading a huge qvw, I would like to create a summary qvw and, pushing a button, open another qvw that auto-reload with only selected data from the filters in the first qvw. In your experience, could that work? I know that you can connect multiple qvw and to open the target filtered to the parameters of the first but doing in this way, before applying the filters, qvw is loaded completely and due the huge amount of data would not provide the speed that the customer requires.

Recharging the opening qvw target with only the selected filters in the introductory qvw might be a good solution.
It's possible?


thanks for the tips!
Marco

3 Replies
vikasmahajan

I think you must Optimize your qlikview qvw files using incremental load , after this you can reload set of qvw by using batch command like following command

"C:\Program Files\QlikView\qv.exe"  /l  /noSecurity  "D:\Qlikview Applications\Email_Distribution.qvw"

Hope this help you

Vikas

Hope this resolve your issue.
If the issue is solved please mark the answer with Accept as Solution & like it.
If you want to go quickly, go alone. If you want to go far, go together.
pgrenier
Partner - Creator III
Partner - Creator III

Hello Marco,

Maybe the new Direct Discovery feature that is now available with QlikView 11.2 could answer this need. Here is a link to a QlikView blog entry related to this feature:

http://community.qlik.com/blogs/qlikviewdesignblog/2012/11/08/qlikview-112-and-direct-discovery

Cheers,

Philippe

Not applicable
Author

Hi Philippe, thanks for the reply but the Direct Discover is very-very-very limited. i've try this solution and i think i need more flexibility.