Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Parameter variable-blank chart

Hi,

I have defined below parameter variable which I am trying to use in chart but my chart is appearing blank

eDeparturesPerformed_VarUnit=   Sum([# Departures Performed]) /$1

Dimension used in Chart : [Carrier Group]

Expression used in Chart: =$(eDeparturesPerformed_VarUnit(1))

13 Replies
jyothish8807
Master II
Master II

Hi vsharma,

While declaring the variable dont use "=" sign in the beginning and try.

eDeparturesPerformed_VarUnit

Sum([# Departures Performed]) /$1

Then in text box:

=$(eDeparturesPerformed_VarUnit(1))

Regards

KC

Best Regards,
KC
Not applicable
Author

try to define variable as below:

eDeparturesPerformed_VarUnit=   Sum([# Departures Performed]) /num($1)

Digvijay_Singh

See the working copy here -

Dimension - Carrier Group

Expression

$(eDeparturesPerformed_VarUnit(1))

Definition -

Sum([# Departures Performed]) / $1

Capture.JPG

Clever_Anjos
Employee
Employee

use this Sum([# Departures Performed]) /$1 as your variable, without "="