CutAndPaste
Registered User.
- Local time
- Today, 06:54
- Joined
- Jul 16, 2001
- Messages
- 60
I've got several groups of fields, all in the same table where the responder can tick check boxes with yes/no answers e.g.
Type - Fruit (tick the ones you like)
x Oranges
x Apples
x Pears
Each Fruit type is a seperate field and they are only grouped into "Fruits" for ease of use for us humans. I have also got 1 other field that I need to report on, the gender of the respondent (can only be male / female). If I wanted to analyise my results where I was doing say gender against favourite fruit it'd be easy as they could just pick one fruit from a list and I'd do a cross tab, job done.
However the respondant can state that they like just oranges, or just apples and pears and not oranges etc. etc.
I'm wanting to count how many males and how many females like each fruit with the results laid out with the fruit types in rows and the total number of checks (-1s) for each of the fruit broken down by gender in columns. So the report would look like:
FruitName1 MaleCheckedTotal FemaleCheckedTotal Fruit1TotalChecked
FruitName2 MaleCheckedTotal FemaleCheckedTotal Fruit2TotalChecked
FruitName3 MaleCheckedTotal FemaleCheckedTotal Fruit3TotalChecked
etc. etc.
(not sure how this is going to look on the web page but there is 3 rows of fruit and 4 columns...)
I think I'm limted to 3 rows in a cross-tab so I'm not sure how to go about this as some of my questions go to 15 options. I'm not sure whether this is primarily a querying problem or some nifty reporting methods are needed...
Any ideas?
Type - Fruit (tick the ones you like)
x Oranges
x Apples
x Pears
Each Fruit type is a seperate field and they are only grouped into "Fruits" for ease of use for us humans. I have also got 1 other field that I need to report on, the gender of the respondent (can only be male / female). If I wanted to analyise my results where I was doing say gender against favourite fruit it'd be easy as they could just pick one fruit from a list and I'd do a cross tab, job done.
However the respondant can state that they like just oranges, or just apples and pears and not oranges etc. etc.
I'm wanting to count how many males and how many females like each fruit with the results laid out with the fruit types in rows and the total number of checks (-1s) for each of the fruit broken down by gender in columns. So the report would look like:
FruitName1 MaleCheckedTotal FemaleCheckedTotal Fruit1TotalChecked
FruitName2 MaleCheckedTotal FemaleCheckedTotal Fruit2TotalChecked
FruitName3 MaleCheckedTotal FemaleCheckedTotal Fruit3TotalChecked
etc. etc.
(not sure how this is going to look on the web page but there is 3 rows of fruit and 4 columns...)
I think I'm limted to 3 rows in a cross-tab so I'm not sure how to go about this as some of my questions go to 15 options. I'm not sure whether this is primarily a querying problem or some nifty reporting methods are needed...
Any ideas?