Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Partial Reload Section Access

Hi,

I want to use partial reload for my section access part.

So it will onyl reload the section access part. I've try using REPLACE like this:

Section Access;

Tes:

REPLACE LOAD upper(Access) as ACCESS,

     upper(NTNAME),

     upper(displayname) AS DISPLAYNAME,

     upper(AREA) AS AREA

FROM

source

Section Application;

Table1:

..

Table2:

..

Before the partial reload the section access worked fine, But after I reload the section access part using partial reload it become access denied.

Anybody knows how to solve this problem ?

Really need your help.

Thanks in advance.

2 Replies
Anil_Babu_Samineni

I really didn't understand your question. Partial reload short cut is Ctrl + Shift + R

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful
marcus_sommer

I don't think it's possible by replacing only the section access part - you will probably need to extend it a bit. For this take a look here: Re: Can Section Access be used with partial reload?

- Marcus