Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I created a Server with Windows Server 2008 R2+ Qliksense Server 2.0.6.
In this server i have created 2 users; "qliksense" which is the Qliksense Admin and other "user1".
I have created 1 application and in the load script has "
Section Access;
LOAD * INLINE [
ACCESS, USERID, evenorodd
ADMIN, QLIKSENSE\QlikSense,
USER, QLIKSENSE\user1, P
];
Section Application;
Dados:
LOAD * INLINE [
evenorodd,Number
E,1
O,2
E,3
O,4
E,5
O,6
E,7
O,8
];
"
In QMC I have publish the app in the stream everyone.
In my PC I wrote "https://qliksense-r*********/sense/app/5fe8a758-5077-40bd-abc8-b616da92b0a5/sheet/mgHJyLs/state/anal..."
ask me user / password, and with "user1" and "Qliksense" I get the same values (ALL).
someone can tell me what might be wrong?
thank in advance
RTamagnini
All columns & Data should be UPPER case. Try below.
Section Access;
LOAD * INLINE [
ACCESS, USERID, EVENORODD
ADMIN, QLIKSENSE\QLIKSENSE, *
USER, QLIKSENSE\USER1, P
];
Section Application;
Dados:
LOAD * INLINE [
EVENORODD,NUMBER
E,1
O,2
E,3
O,4
E,5
O,6
E,7
O,8
];
All columns & Data should be UPPER case. Try below.
Section Access;
LOAD * INLINE [
ACCESS, USERID, EVENORODD
ADMIN, QLIKSENSE\QLIKSENSE, *
USER, QLIKSENSE\USER1, P
];
Section Application;
Dados:
LOAD * INLINE [
EVENORODD,NUMBER
E,1
O,2
E,3
O,4
E,5
O,6
E,7
O,8
];