Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi!
I would like to create a variable in the front end of qlik sense with a parameter, as I did in qlik view:
(sum(cost) / $1)
but it doesn't work and the message is "Error in expression". Do you know why?
Thanks a lot!
let's try as below:
variableName = sum(cost) / $1
call it as:
$(variableName(parameter value))
ex. $(variableName(2))
Hi,
your expression doesn't works also in qlikview.
I just tried it on version April 2020.
let's try as below:
variableName = sum(cost) / $1
call it as:
$(variableName(parameter value))
ex. $(variableName(2))
I have the same messagge of error with my and your solution.. but using both in a text object the result is correct...
thanks