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

Show values from excel

Hi all.

This is probably a very simple question but I have come to a stop...

I have a excel where I have collect some goal values and would like do use them in combo charts.

Have tried with example only({$<GoalStation={"CoachDialog"}>} Value) but don't get the value 90%.

Atteched the excel.

Thanks!

4 Replies
datanibbler
Champion
Champion

Hi Björn,

looking at the Excel, "GoalStation" should naturally be your dimension, yes?

Why do you want to display the value for only one of those?

If you want to use the above as an expression to display, try with an IF_construct instead.

Your set_expression actually looks correct to me, but sometimes you just have to try out different aggregation_functions - or try single_upper_quotes instead of the double quotes.

HTH

Best regards,

DataNibbler

Not applicable
Author

Hi Björn Larsson,

I tried the same example and able to get the 90%. May be you might having selections made in the QVW, so that the value is not displaying because of $ in the expression. If you want to show the value irrespective of selection, use 1 instead of $. The below is the qvw i created for ref.

hic
Former Employee
Former Employee

This should work. What do you get if you skip the Set analysis and just make a simple pivot table with GoalStation and Year as dimensions and Avg(Value) as Expression?

HIC

nizamsha
Specialist II
Specialist II

PFA