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 I want show all values eventhough if one value is selected

Hai anyone please help me with this fix..?

I have an list box with mentioning an year

below that I am using an bar chart with same Year as an dimension and sum(saleamount) as an expression

if I select one Year in a list box my chart want to show all years

for eg:

If i select a 2009 in a list box my chart want to show data with all 5 years ..?

thanks in advance...

1 Solution

Accepted Solutions
tresesco
MVP
MVP

try:

Sum( {<Year=>}salesamount)

View solution in original post

2 Replies
tresesco
MVP
MVP

try:

Sum( {<Year=>}salesamount)

Not applicable
Author

Thanks it works

Thankyou very much..