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

Announcements
See why IDC MarketScape names Qlik a 2025 Leader! Read more
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Multiple Field Selections Set Analysis

Set Analysis trouble doesn't seem to be anything new... but I can't find any old posts that address my issue...

I'm attempting to show a total count of surveys regardless of 3 possible selections. The user can select the question text, question ID, and question category. I would like these three selections to be excluded in the set analysis. Selections like date, location, etc. can remain. I essentially need to combine the following into one set analysis:

COUNT

({$<AvatarQuestionCategoryNM = >} PatientSurveyID)



COUNT({$<QuestionTXT = >} PatientSurveyID)

COUNT({$<QuestionID= >} PatientSurveyID)

Thanks in advance!

10 Replies
Not applicable
Author

Ignore selections is what did it. I swear I had tried to use this already...

THANK YOU Everyone!!