Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I am running a SELECT command to retrieve records from SAP tables using an OLEDB, using Qlikviw Demo 8.5 version. But after clicking F5 (run) the system returns a MsgBox with a message about an error in the instruction SLQ (error MDX). A example select statement:
CONNECT....;
SELECT * FROM `EBAN`;
Forgot a command? How can I fix?
Regards
Hi,
what exactly is the error? Does the error persist if you try to select specific fields instead of "SELECT *" - such as "SELECT FIELD1,FIELD2 FROM EBAN;"
Rgds
Joachim
Have you tested the OLEDB datasource connection in windows configuration system thorougly?