Skip to main content
Announcements
Qlik Connect 2025: 3 days of full immersion in data, analytics, and AI. May 13-15 | Orlando, FL: Learn More
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Need help, I'm newbie in qlikview (what is "> (more than)" and "between" syntax in qlikview expression??)

hello, need help again =D

1. Count ({<Year={2008 BETWEEN 2010}>} Sales) << wrong syntax

2. Count ({<Year={MORE THAN 2008}>} Sales) << wrong syntax

need some help,

thank you very much

1 Solution

Accepted Solutions
Not applicable
Author

Have you try

count( {<Year = 2008,2009,2010}>} Sales )

or

count( {<Year = {">2007<2011"}>} Sales )



But i'm not try in my code yet. Hope tthis will help.

Regards.



View solution in original post

2 Replies
Not applicable
Author

Have you try

count( {<Year = 2008,2009,2010}>} Sales )

or

count( {<Year = {">2007<2011"}>} Sales )



But i'm not try in my code yet. Hope tthis will help.

Regards.



Not applicable
Author

that's great,

thank you tatarjar

have a nice day