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

Announcements
See why IDC MarketScape names Qlik a 2025 Leader! Read more
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