App Development

Discuss and learn more about Qlik Sense app development and usage.

Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!

Who Me Too'd this topic

goos_it
Contributor II
Contributor II

Handling of system variables in partial load

Hello there,

I was trying to re-set a system variable (the HidePrefix) in a partial load. My goal was the possibility to change this without having to do a full reload (script takes like 10 minutes).  I tried it with

if not isPartialReload()

Set HidePrefix = '_';

else

Set HidePrefix= '&'; // just to have a different value and make my dimensions visible again
Exit Script;

end if

But after the partial reload, I still can´t see the Dimensions starting with '_'. The Script log looks like the variable was correctly set.

Am I missing something?

I need to see the Dimenison in the "Fields" List of an App to add the checkmark "Always one value selected".  So maybe there is another solution for that.

Thank you in advance

 

Stephan

 

Labels (1)
Who Me Too'd this topic