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

Announcements
Discover how organizations are unlocking new revenue streams: Watch here
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Display in the Loading Script Page the messages from SQL procedure

Hi Guys,

The Qlikview file I have right now calls in a procedure from SQL server.  Is it possible to display in the Loading Script Page whatever "PRINT" message I have in that SQL procedure?

Thanks.

Joel

1 Reply
Peter_Cammaert
Partner - Champion III
Partner - Champion III

Don't think so.

QlikView uses an ODBC/OLEDB connection to your database, and this connection returns either one of two possible outcomes:

- a succes/failure status/message, or

- the requested data (in case of a SELECT)

It's not a QlikView or RDBMS problem, more a limitation of the connection technology (ODBC/OLEDB)

Peter