Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
In qliksense I have a graph with a reference line line expression: =$(vApp.Quality.ThresholdTop)
This variable is loaded with a value during script load. In qliksense I use a custom object variable input from the qlik dashboard bundle to change the value of this variable. This is working fine in qliksense, when the value is updated the reference line changed.
This graph is used (as image) in nprinting on demand report but thee reference line is based on the old value that was used during script load and not the value that was modified in the input varialbe in qliksense. Any idea how the new value of this variable can be used in nprinting?
This is working as designed. Variables were never passed as part of selection state during on demand report generation.
The workaround is to base your variable value on expression based on field selections (usually data island)
The same topics here: