Guest_imported
New member
- Jan 1, 1970
- 0
Greetings,
I have a dimension, gender (M, F) and variable gender_count (=Count(<ID>) In (<Gender>))
So the table comes out like
----------------------
| Gender | Count |
----------------------
| F | 10 |
----------------------
| M | 5 |
----------------------
As you all know bosses want the report to be twisted around them.. now he wants something like
|----------|
| Date |
|-----|----|
| # | % |
|----------|----|-----------
| | F | 10 | x |
| | | | |
| GENDER -----|----------|
| | M | 5 | |
| | | | |
|----------|----|----------|
Can this be done??
I have a dimension, gender (M, F) and variable gender_count (=Count(<ID>) In (<Gender>))
So the table comes out like
----------------------
| Gender | Count |
----------------------
| F | 10 |
----------------------
| M | 5 |
----------------------
As you all know bosses want the report to be twisted around them.. now he wants something like
|----------|
| Date |
|-----|----|
| # | % |
|----------|----|-----------
| | F | 10 | x |
| | | | |
| GENDER -----|----------|
| | M | 5 | |
| | | | |
|----------|----|----------|
Can this be done??