Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

How to count multiple getfieldselections?

Hi,

i want to count all products for all (in another chart) selected months. I try this, but it doesn´t work, if more than one month is selected.

Count({<month = {"$(=getfieldselections(salesMonth))"}>}products)

What can i do?

regards,

Fritz

1 Solution

Accepted Solutions
sunny_talwar

Try this:

Count({<month = p(salesMonth)>}products)

View solution in original post

3 Replies
sunny_talwar

Try this:

Count({<month = p(salesMonth)>}products)

Anonymous
Not applicable
Author

Thank you very much!

Not applicable
Author

Count({<month = p(salesMonth)>}products)