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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Script execution result

Hi,

I would like to know if it is possible to get the result of a script execution.

For example you can get data from an SQL database with a SELECT using qlikview variables as parameters:

Script:

SET id='x';

ODBC CONNECT32 TO [...]

SELECT * FROM table where id='$(id)';

DisConnect;

Script execution result would be:

SELECT * FROM table where id='x';

That would be an easy way to make sure your script is loading the right data.

Thanks

Labels (1)
0 Replies