Hello,
Thank you in advance for devoting your time to this! I have a table that has 11 columns. All are dimensions except for # of Responses. These dimension make up chart where the clinician check boxes for their responses. So when they finish the form, it's going to be a combination of the boxes that have been checked. If there rae 10 boxes normally and they select 4 boxes out of those 10 then there should be 4 responses. In my table I get for values of 1. Each value of 1 is a box that was checked. My problem is that when I try to create a variable to count all of those check boxes, my value always comes out to 10 not 4. I've tried in, where, forall, all, runningcount, sum, and many other combinations. Part of the problem is that in the data there are a number of values that are just spaces. In some cases there are as many as 100 spaces for a particular value. So one of the errors that I've run into is the multivalue. I have tried trim, tonum, and a few others but again. No luck! I'm missing something but don't know what. Context? No sure.
Please provide some guidance. If my explaintion in not clear or you need additional clarification please ask. Please see my attachement. Maybe that will help with my explanation?