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

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

start exe from formula result

Hello,

I would like to create something similar to the hyperlink function in qlikview, but i would like to start an exe-file.

Lets say i would like to start the cmd.exe and furthermore within the cmd a batch file.

i have tried to reach it with

=SPANR & '<url>cmd.exe /S/K cd\qsys\bin && startempb.bat ' & SPANR & ' 1 0001 '

but the system tells me the application cant be started.

Thanks for your help.

Armin

2 Replies
swuehl
MVP
MVP

Maybe this is an alternative:

Filter your table to the record you want, i.e. only one SPANR is available.

Then use a button object with an External - Launch action to start your batch with the parameter.

2017-01-10 20_57_25-QlikView x64 - [C__Users_Stefan_Downloads_QV6.qvw_].png

marcus_sommer

Take a look on this: Re: Link im externen Programm öffnen.

- Marcus