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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Triggering QV application through web application.

Hello,

Greetings !!

I have to refresh a QV application by clicking a button from .net application.

Could you please help me is this feasible and how to implement?

Thanks !!

3 Replies
rwunderlich
Partner Ambassador/MVP
Partner Ambassador/MVP

Use the EDX facility.

Using EDX in QlikView 11

Anonymous
Not applicable
Author

Hi Rob,

Thanks for reply!!!

Sorry but 1 small confusion...Can we integrate web page (.net) with EDX?

Could you please elaborate it more?

Thanks,

Kushum

rwunderlich
Partner Ambassador/MVP
Partner Ambassador/MVP

Yes. Your .net app will call the QMS API via a web service.  In the referenced document QMSEDX_v1.exe is a code archive that shows example code for doing the call in c#. QMSEDX_CommandLine_v1.exe is a fully functionung command line version which you can use if you can enable your page to execute an exe.

-Rob