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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
DavidMetodoyEmocion
Contributor
Contributor

Count

Hi

I am trying to add several values from the same field (type).

I use this formula, but it doesn´t  work. Only "value7" is counted

Can you help me?

Thanks!

=Count({<type = {'value1'}, type= {'value4'}, type= {'value7'}>} type)

 

 

Labels (1)
1 Solution

Accepted Solutions
madelonjansen
Partner Ambassador
Partner Ambassador

Hi David,

 

To select multiple values in the same field, the syntax is like this:

=Count({<type = {'value1', 'value4', 'value7'}>} type)

View solution in original post

1 Reply
madelonjansen
Partner Ambassador
Partner Ambassador

Hi David,

 

To select multiple values in the same field, the syntax is like this:

=Count({<type = {'value1', 'value4', 'value7'}>} type)