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

Announcements
ALERT: QlikView server communication interruptions following Microsoft Windows Domain Controller security updates
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

All records

Hello,

a would to load every record referred to SALESMAN. I tryed by * an '*' but doesn'y work.

in this sample what i have to write? I put * but doesn' work. Ineed to load evry salesmen.


Section Access;

Users:
LOAD * INLINE [
SALESMAN
*

];

Section Application;

Many thanks

best regards

Slash

Labels (1)
2 Replies
Not applicable
Author

Have you qualified the meaning of star? You need (before section access):

star is *;

Regards,

Gordon

Not applicable
Author

star is *;I tryed like this and with '*' but doesn't work. . I need tofix this problem asap becouse the Board user don't access in the application file from https. QV release 8.50 Thanks

star is *;
Section Access;

Users:
LOAD * INLINE [
SALESMAN
*

];

Section Application;

best regards

Slash