Find a nasty Bug in Qlik Sense. Don't trust Qlik Engine 100%, especially when using Variables in conbinations with line breaks! See video-attachment. If Qlik Supports is interessted and needs more d...
Hi, I know how to use a $-sign expansion to emulate a "custom function" within a LOAD statement. However, I want to evaluate an expression saved in the variable while being outside of a LOAD s...
I am assigning a string value having commas to a variable ,but couldn't achieved expected. set vVar= "Let vColumn = peek('Column', 0,'Config') "; output which i am getting -->$(vVar) ="Let v...
...here are any commas (,) in your parameter value, QlikView treats this as parameter separator but not as part of parameter value. Recently I found some workaround for that. Suppose we have and e...
Hi - I'm trying to figure out if I can nest Variables using Variable input. I've been asked to set up 2 ways of characterizing our sales opportunities, reflected in a bar chart. So I set up a Variable...
Hi, i am stuck in a strange behaviour. A variable with a parameter value: $(v_FCV_CycleSort_Transfer(MP_2021_01)) is given. In v_FCV_CycleSort_Transfer the following formula was i...
Repost because I wasn't clear enough.
I'm trying to use multiple values for an variable within an expression and I can't quite get the syntax right.
I have variable v.Example (obviously I am u...
Hello, I had a question recently, but I have almost figured out the solution. It's about the following I have a system variable that I define as a function. If I now call the function with a s...
Hello dear experts, I want to make use of formatting a measure by expression, setting "Measure expression" in the KPI object. I defined a variable in script to implement a desired f...
Hi, I have a variable in a String. And I want the String to change when the variable changes. Let v1 = 1; Let v2 = 'v1 is $(v1)'; $(v2) --> "v1 is 1" When I change v1, I want also v...