Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
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

0 Replies