Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Issue in Data after closing & reopening the application with Section Access

Hi

I have created an application with section access and linked it with the below script.

Section Access;

LOAD ACCESS,

     NTNAME,

     NAME,

     Upper(BU) as BUSINESS,

     Upper(REGION) as REGION,

     Upper(AREA) as AREA

FROM $(vCONFIG)Section Access.xlsx

(ooxml, embedded labels, table is [Section Access]);

Section Application;

BUSINESS:

LOAD BusinessUnit,

     RegionDesc,

     AMHQCode,

     Upper(BusinessUnit) AS BUSINESS,

     Upper(RegionDesc) as REGION,

     Upper(AMHQCode) as AREA

Resident

Dim_BusinessArea;

Enclosed is the Excel which I am using for the section access.

Issue: When I first reload the file with the section access, I am getting the correct values in the charts (I have enclosed the screenshot - correct.png).  But when I close the application and try opening it, I am getting a different value altogether (incorrect.png).  In the section access excel, I have included all the BU, REGION  and AREA with a dummy user so that I dont leave out any of the value. 

This is not happening when I remove section access from the application.

Can anyone tell me whats wrong in this?

Cheers!

Balaji

1 Reply
santiago_respane
Specialist
Specialist

Hi,

that's because the initial reduction of section access.

You need to make sure that every value for BU,REGION and AREA exists in the section access table, otherwise they wont appear in your report after opening it.

This happens when you use the * wildcard.

Please let me know if this helps.

Kind regards,