Skip to main content
Announcements
Global Transformation Awards submissions are open! SUBMIT YOUR STORY
cancel
Showing results for 
Search instead for 
Did you mean: 
TobiasSie
Partner - Contributor
Partner - Contributor

Partial relaod does not work

Hello there,

I tried to implement a partial relaod. 

If I reload the app normally the table doesn't get loaded - as it should. But if I perform a partial reload in the app by button, the table does not get loaded as well.

Where is my error?

 

The code I am using:

image.png

My button-settings:

TobiasSie_0-1695042529490.png

 

Labels (1)
1 Solution

Accepted Solutions
RafaelBarrios
Partner - Specialist
Partner - Specialist

hello @TobiasSie 

I don't see a reason other than that you are trying to make it work in a published app, and that the user may not have appropriate permissions to do this.

If not, and you are working on a personal app, I don't see anything strange, but I could miss it, so copy and paste this code that I have already tested that it works.

//**** load on normal reload execution ***//
variable:
LOAD * inline [
Test, test2
1,3
2,2
3,1
];


//**** load on partial reload execution ***//
variable:
replace only load * inline [
Test, test2
4,6
5,5
6,4
];

 

RafaelBarrios_0-1695064773298.png

 

RafaelBarrios_1-1695064812393.png

if persist and you are using Qlik Sense on-premise, take a look to script log and search for app id

C:\ProgramData\Qlik\Sense\Log\Script

https://community.qlik.com/t5/Official-Support-Articles/How-to-find-the-Script-Reload-logs-in-Qlik-S...

 

 

Hope this helps,

help users find answers! Don't forget to mark a solution that worked for you & to smash the like button😁

 

 

View solution in original post

3 Replies
RafaelBarrios
Partner - Specialist
Partner - Specialist

hello @TobiasSie 

I don't see a reason other than that you are trying to make it work in a published app, and that the user may not have appropriate permissions to do this.

If not, and you are working on a personal app, I don't see anything strange, but I could miss it, so copy and paste this code that I have already tested that it works.

//**** load on normal reload execution ***//
variable:
LOAD * inline [
Test, test2
1,3
2,2
3,1
];


//**** load on partial reload execution ***//
variable:
replace only load * inline [
Test, test2
4,6
5,5
6,4
];

 

RafaelBarrios_0-1695064773298.png

 

RafaelBarrios_1-1695064812393.png

if persist and you are using Qlik Sense on-premise, take a look to script log and search for app id

C:\ProgramData\Qlik\Sense\Log\Script

https://community.qlik.com/t5/Official-Support-Articles/How-to-find-the-Script-Reload-logs-in-Qlik-S...

 

 

Hope this helps,

help users find answers! Don't forget to mark a solution that worked for you & to smash the like button😁

 

 

TobiasSie
Partner - Contributor
Partner - Contributor
Author

Hellp @RafaelBarrios ,

 

thank you so much - I tried to make it work in a published app and didn't know, that that was not possible. 

 

Thanks and greetings,

Tobias

RafaelBarrios
Partner - Specialist
Partner - Specialist

hi @TobiasSie 

it is possible, but in an on-premise Qlik Sense (not cloud) you would need to create a security rule for that

here an example in the audit section of the QMC

RafaelBarrios_0-1695140746431.png

For this ROCKs app

first user its not able to update app, so the reload button will fail for him
second user its me, and for me works good as im rootadmin and i also have access also to required data connections.

 

Hope this clarify

help users find answers! Don't forget to mark a solution that worked for you & to smash the like button😁