Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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
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