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

New to Qlik

Hi,

So i was wondering if the is a feature in Qlik that allows you to trigger an external program (say a program written in C++) and pass data to this program from Qlik?

2 Replies
cspencer3
Creator II
Creator II

There is definitely a way to launch a program from QlikView. I don't know about passing the data to it. It may require use of a custom Macro which i have very little experience with (and most people say to stay away from Macros). But if you create a trigger or button you can associate an action to be taken. One of the actions is External-> Launch program.

fkeuroglian
Partner - Master
Partner - Master

Hi Ross

You can use a button with a LAUNCH Action to run an .exe  and pass parameters that you want.

to take them, you can use the selected or possible values from a field you can use either GetFieldSelections() or Concat() .

Good luck

Fernando