Hi,
I developed a qvw with the latest version of 10. My Customer has an old QlikViewServer 6.x. Now the Access of the data doesn't work when the document was reloaded on the server.
Can anybody give me a hint?
This is my access-section:
Section Access;
LOAD
ACCESS,
USERID,
PASSWORD,
SERIAL,
NTNAME,
NTDOMAINSID,
NTSID,
VERTRETER as REP_Id;
SQL SELECT
ACCESS,
USERID,
PASSWORD,
SERIAL,
NTNAME,
NTDOMAINSID,
NTSID,
VERTRETER
FROM P_ZUGRIFF_NT;
Section Application;
Star is *;