Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello All,
I am implementing Section Access code in my Application for which I am using AD Groups. We are giving Access to Users on basis of Business Unit they belong to.
Please let me know. where am I going w.rong?
Section Access;
Load * Inline[
ACCESS, NTNAME, BUSINESS UNIT
ADMIN,PROD\QLIK_DEVELOPERS,*
USER,PROD\QLIK_ALLBU,*
USER,PROD\QLIK_CAG,CAG
];
SECTION APPLICATION;
Can u please tell me where am I going w.rong?
Should I not write NTNAME and use any other title?
Waiting for your positive response
Hi,
Maybe this is the error: Load * Inline[ ---> Load * Inline [
Regards
Can you explain what is going wrong?
Well first thing I notice is use 'BUSINESS UNIT' ...without space...or put it in [BUSINESS UNIT]
Also let us know what is unexpected result you get.
Thanks
Hi,
Maybe this is the error: Load * Inline[ ---> Load * Inline [
Regards
Its actually BU .. I w.rote BUsiness Unit to make other understand the Field. Tha Application is on Access Point w.ithout Section Access and I am very w.orried about it now..
Its just a typo mistake ... I checked in code.
Hi,
maybe it isn't workig cause you have to upper(BUSINESS UNIT) in your Script.
Then it is also an good idea to extact the inline table into an excel sheet that you can't lock your applikation.
Regards
Hi,
the fields are in UPPER CASE?
Regards