Skip to main content
Announcements
SYSTEM MAINTENANCE: Thurs., Sept. 19, 1 AM ET, Platform will be unavailable for approx. 60 minutes.
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Very simple Issue but still an issue

I am trying to implement sestion access so when user opens file from access point , they could only see thier DIVSION,, but this does notseems to be working and i am able to everything. Please help/guide me if my code is incorrect.
SECTION Access;
LOAD Upper(NTNAME) as NTNAME,
    
ACCESS,
    
DIVISION
FROM
Data.xlsx
(
ooxml, embedded labels, table is Security);


SECTION Application;
DATA:
LOAD DIVISION,
    
[Gross Sales],
    
[Net Sales]
FROM
Data.xlsx
(
ooxml, embedded labels, table is DATA);
1 Solution

Accepted Solutions
PrashantSangle

Hi,

Have you check

Setting->Document Setting->Opening->Initial Data Reduction on Session Access->check it

Regards

Great dreamer's dreams never fulfilled, they are always transcended.
Please appreciate our Qlik community members by giving Kudos for sharing their time for your query. If your query is answered, please mark the topic as resolved 🙂

View solution in original post

3 Replies
PrashantSangle

Hi,

Have you check

Setting->Document Setting->Opening->Initial Data Reduction on Session Access->check it

Regards

Great dreamer's dreams never fulfilled, they are always transcended.
Please appreciate our Qlik community members by giving Kudos for sharing their time for your query. If your query is answered, please mark the topic as resolved 🙂
Anonymous
Not applicable
Author

hi

Please check the option of

Initial data reduction on section access in document properties.

Thanks,

NIshant

Not applicable
Author

Damn,,, Thanks how come i forgot that.