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

how it works?

dimension is =ValueList( 'Year 2011','Year 2010')  and expression is sum(sales) 

i feel this works like it will give separate  sales for year 2010 and 2011? am i right?

1 Solution

Accepted Solutions
maxgro
MVP
MVP

using sum(Sales) as expression and your dimension you get

the sum of all sales for 'Year 2010'

and the sum of all sales for 'Year 2011'

1.png

View solution in original post

2 Replies
maxgro
MVP
MVP

using sum(Sales) as expression and your dimension you get

the sum of all sales for 'Year 2010'

and the sum of all sales for 'Year 2011'

1.png

rwunderlich
Partner Ambassador/MVP
Partner Ambassador/MVP

That expression will give the total of all Sales repeated for each value of the ValueList. Not very useful I imagine.

-Rob