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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
Carlaf_93
Creator II
Creator II

count

Good afternoon,

i would like to count how may times a value (price_a) is present in a field.

LOAD * INLINE[

PRICE, VALUE,

price_a, 4,

price_b,5,

price_a,6];

1 Solution

Accepted Solutions
Taoufiq_Zarra

If I understood correctly :

=count({<PRICE={'price_a'}>} PRICE)

 

Regards,
Taoufiq ZARRA

"Please LIKE posts and "Accept as Solution" if the provided solution is helpful "

(you can mark up to 3 "solutions") 😉

View solution in original post

2 Replies
sunny_talwar

May be this

Count({<PRICE = {'price_a'}>}PRICE)
Taoufiq_Zarra

If I understood correctly :

=count({<PRICE={'price_a'}>} PRICE)

 

Regards,
Taoufiq ZARRA

"Please LIKE posts and "Accept as Solution" if the provided solution is helpful "

(you can mark up to 3 "solutions") 😉