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

Announcements
Q&A with Qlik - Qlik Cloud Migration: Questions about migrating to Qlik Cloud? Catch the latest replay!
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
MVP
MVP

Try this:

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

View solution in original post

3 Replies
sunny_talwar
MVP
MVP

Try this:

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

Anonymous
Not applicable
Author

Thank you very much!

Not applicable
Author

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