If you’re new to Qlik Sense, start with this Discussion Board and get up-to-speed quickly.
Hi All,
I would like to be able to use an old Qlikview variable in Qlik Sense but I understand this now needs to be done via a SET or LET (my knowledge is such I am unsure which is best).
The variable is an expression based on a few parameters as below
sum({<title={'*Articulated Vehicles Using White Diesel*','*Rigid Vehicles Using White Diesel*'}>}value)
I tried
SET vLitres = sum({<title={'*Articulated Vehicles Using White Diesel*','*Rigid Vehicles Using White Diesel*'}>}value)
But this brought back errors. Please help as my head is firmly stationed in front of a wall!!
Toby
Try
SET vLitres = =sum({<title={"*Articulated Vehicles Using White Diesel*","*Rigid Vehicles Using White Diesel*"}>}value);
HIC
Try
SET vLitres = =sum({<title={"*Articulated Vehicles Using White Diesel*","*Rigid Vehicles Using White Diesel*"}>}value);
HIC
Fantastic!! Thank you very much Henric !!!!