Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
stevejones1
Contributor III
Contributor III

Alt not working for multiple expression

Hi

I am trying to display past 3 weeks of data , created expressions for each week and using Alt to diplay 1 bar for closed and 1 bar for Created for past 3 weeks.

But for some reason only Max week is display . Can someone please help!

Thanks

1 Solution

Accepted Solutions
tresesco
MVP
MVP

Alt() would show the first number it gets in the list provided. I guess it is working well in your sample. If you need to add up the numbers you would need RangeSum() instead.

View solution in original post

2 Replies
stevejones1
Contributor III
Contributor III
Author

Any help on this?

tresesco
MVP
MVP

Alt() would show the first number it gets in the list provided. I guess it is working well in your sample. If you need to add up the numbers you would need RangeSum() instead.