Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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!
Ignore selections is what did it. I swear I had tried to use this already...
THANK YOU Everyone!!