Skip to main content
Announcements
Join us at Qlik Connect for 3 magical days of learning, networking,and inspiration! REGISTER TODAY and save!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

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

hello, i need help =D

Count ({<Year={2010}>} Sales)

^ use to count sales in 2010

now i want to count sales in 2010 and in Month January,

what is "and" syntax in qlikview expression??

Count ({<Year={2010}>} AND {<Month={January}>} Sales) <<< wrong syntax

help me =p

1 Solution

Accepted Solutions
Not applicable
Author

Hi,

Try this one:

Count ({<Year={2010}, Month={January}>} Sales)

And see QV help for details.

Good luck!

Rainer

View solution in original post

3 Replies
Not applicable
Author

Hi,

Try this one:

Count ({<Year={2010}, Month={January}>} Sales)

And see QV help for details.

Good luck!

Rainer

Miguel_Angel_Baeyens

Hello,

Use

Count({< Year = {2010}, Month = {'January'} >} Sales)


Check Reference Manual pp. 1307 and onwards.

Not applicable
Author

Wow, that's great

Thank you very much Rainer and Miguel,

have a nice day guys