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: 
Anonymous
Not applicable

how to give where condition in expression

count(quantity) where Product name = '3g'

1 Solution

Accepted Solutions
stephencredmond
Partner - Specialist II
Partner - Specialist II

Count({<[Product name]={'3g'}>} quantity)

Regards,

Stephen

View solution in original post

3 Replies
stephencredmond
Partner - Specialist II
Partner - Specialist II

Count({<[Product name]={'3g'}>} quantity)

Regards,

Stephen

Not applicable
Author

Stephen I think you missed, the "$" sign. I think would be like this.

Count({$<[Product name]={'3g'}>} quantity)

Regards!!

stephencredmond
Partner - Specialist II
Partner - Specialist II

Hi Javier,

The $ is not necessary.  If it is not there, it is assumed.

Regards,


Stephen