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: 
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!

Labels (1)
10 Replies
Not applicable
Author

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

THANK YOU Everyone!!