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

use of section access script after binary load ? will it work ?

Hi All,

Will a section access load script work after binary load ?

 

Like -

First Tab :

Binary [Report -Binary Load.qvw];

2nd tab:

Section Access;
STAR IS *;
LOAD ACCESS, NTNAME;
SQL
SELECT
DISTINCT UPPER(ACCESS) AS ACCESS,
UPPER(NTNAME) AS NTNAME
FROM APU_BIUsers.dbo.view_SectionAccessMaster
WHERE (APPLICATIONID = '115')

;
Section Application;

 

Section Access not working.

ashmitp869_0-1648714356464.png

 

 

Labels (2)
1 Solution

Accepted Solutions
marcus_sommer

Did you close the application after the reload + saving and opened it then again?

Beside this - make sure that you have a BACKUP without any section access!

- Marcus

View solution in original post

1 Reply
marcus_sommer

Did you close the application after the reload + saving and opened it then again?

Beside this - make sure that you have a BACKUP without any section access!

- Marcus