Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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))
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
Please put this into a textbox and tell us what it returns
=$(eDeparturesPerformed_VarUnit(1))
And this too
=eDeparturesPerformed_VarUnit
both are returning hyphen symbol
And
Sum([# Departures Performed])
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"
No, only this Sum([# Departures Performed])
Does this expression returns a value?
yes
I´ve attached a working sample, please check
I cannot open as I do not have licensed version