Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Section Access not working with document CAL on server

Hi guys,

When I applied section access users who are having document CAL are unable to access that document from web or open in server,

can any buddy confirm me that section access is worked or not with Document CAL license.

I am using below method for section access in hidden script

region_map:

LOAD * Inline [ REGION, PF_REGION,OV_REGION,OVD_REGION,REGION_CODE

                Central, Central, Central, Central, 10

                Western, Western, Western, Western, 20

                Eastern, Eastern, Eastern, Eastern, 30 ];

section Access;

LOAD [ACCESS],

     [USERID],     

     [REGION_CODE],

     [GROUP]

FROM

sec.xlsx

(ooxml, embedded labels, table is SOBIS_USER);

Section Application;

LOAD [GROUP],

     SH01,

     SH02,

     SH03,

     SH04,

     SH05

FROM

sec.xlsx

(ooxml, embedded labels, table is GROUPS);

Manay thanks in Advance

2 Replies
Miguel_Angel_Baeyens

Hi,

Section access does work with document CALs just fine. Your code seems right but at a first glance, I don't know whay are you using the GROUP field in section access, and how are the users being authorized (are they even prompted for user or not when they access to the document and if not, what is the error that the Server returns?)

Regards,

Miguel

rohit214
Creator III
Creator III

hi

your coading seeema wright..but wat is error i can't say

so please find the attacment

may it helps you  or upload your application

thanks

rohit