Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Section Access with AD Groups

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

1 Solution

Accepted Solutions
sorrakis01
Specialist
Specialist

Hi,

Maybe this is the error: Load * Inline[ ---> Load * Inline [

Regards

View solution in original post

7 Replies
Gysbert_Wassenaar

Can you explain what is going wrong?


talk is cheap, supply exceeds demand
girirajsinh
Creator III
Creator III

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

sorrakis01
Specialist
Specialist

Hi,

Maybe this is the error: Load * Inline[ ---> Load * Inline [

Regards

Anonymous
Not applicable
Author

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..

Anonymous
Not applicable
Author

Its just a typo mistake ... I checked in code.

stiffi88
Partner - Contributor III
Partner - Contributor III

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

sorrakis01
Specialist
Specialist

Hi,

the fields are in UPPER CASE?

Regards