Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
When I am using section access what user name and password do I use for the reload from QMC?
Thanks
Good to read that
Section Access;
LOAD * INLINE [
ACCESS, NTNAME, PROFITCENTER
ADMIN, KENT\QVSVC, *
ADMIN, KENT\ADMTEM, *
USER, KENT\MUMAWT, 732271
];
Section Application;
LinkTable:
LOAD * INLINE [
PROFITCENTER, Profit Center
732271, 732271
];
Okay. ADMTEM should be able to see everything, and MUMAWT should only be able to see 732271 through Accesspoint. Is there a reason why when ADMTEM signs on he only sees 732271, and MUMAWT see nothing.
Thanks
Do you have
Star is *;
in your script before the Section Access load?
Further reading: Star ‒ QlikView
Here is what I have. Do I also have to put in the LinkTable *,* ?
STAR is *;
Section Access;
LOAD * INLINE [
ACCESS, NTNAME, PROFITCENTER
ADMIN, KENT\QVSVC, *
ADMIN, KENT\ADMTEM, *
USER, KENT\MUMAWT, 732271
];
Section Application;
LinkTable:
LOAD * INLINE [
PROFITCENTER, Profit Center
732271, 732271
];
No, you´re supposed to use it only once
Here is my logic...... can you explain why I mumawt and admtem can only see 732271? I'm confused.
STAR is *;
Section Access;
LOAD * INLINE [
ACCESS, NTNAME, PROFITCENTER
ADMIN, KENT\QVSVC, *
ADMIN, KENT\ADMTEM, *
USER, KENT\MUMAWT, 732271
];
Section Application;
LinkTable:
LOAD * INLINE [
PROFITCENTER, Profit Center
120301, 120301
129905, 129905
130331, 130331
130531, 130531
130631, 130631
130831, 130831
131531, 131531
732271, 732271
732273, 732273
732275, 732275
732276, 732276
];
Please make a small test
STAR is *;
LinkTable:
LOAD * INLINE [
PROFITCENTER, Profit Center
120301, 120301
129905, 129905
130331, 130331
130531, 130531
130631, 130631
130831, 130831
131531, 131531
732271, 732271
732273, 732273
732275, 732275
732276, 732276
];
Section Access;
LOAD * INLINE [
ACCESS, NTNAME, PROFITCENTER
ADMIN, KENT\QVSVC, *
ADMIN, KENT\ADMTEM, *
USER, KENT\MUMAWT, 732271
];
Section Application;
No difference.
Is is possible to send a sample of your app?