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))

1 Solution

Accepted Solutions
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

View solution in original post

13 Replies
Clever_Anjos
Employee
Employee

Please put this into a textbox and tell us what it returns

=$(eDeparturesPerformed_VarUnit(1))

Clever_Anjos
Employee
Employee

And this too

=eDeparturesPerformed_VarUnit

Not applicable
Author

both are returning hyphen  symbol

Clever_Anjos
Employee
Employee

And

Sum([# Departures Performed])

Not applicable
Author

Sum([# Departures Performed]) /$1 is not correct syntax in textbox but I am following same as mentioned in Chapter 10 of guide "Qlikview 11 for Developers"

Clever_Anjos
Employee
Employee

No, only this Sum([# Departures Performed])

Does this expression returns a value?

Not applicable
Author

yes

Clever_Anjos
Employee
Employee

I´ve attached a working sample, please check

Not applicable
Author

I cannot open as I do not have licensed version