Hi All,
I am having trouble creating a crosstab query.
In my original data I have two columns, One called "Categorize d" and
one called "Mapped'
in which those columns can hold values of "true" or "false" only in
checkbox format
Ie.
----+-----
Cat | Map
----+-----
F | T
T | F
T | F
T | F
T | F
F | F
----+-----
some metrics to this data of how many "true" and "false" I have to be
represented nicely as so:
+-----+-----
| Cat | Map
-----+-----+-----
True | 4 | 1
-----+-----+-----
False| 2 | 5
-----+-----+-----
Does anyone have any ideas on how about doing this? I keep on getting
the error messages and the output I have only allows to have only one
or the other shown. not both.
Appreciate It.
Cheers,
I am having trouble creating a crosstab query.
In my original data I have two columns, One called "Categorize d" and
one called "Mapped'
in which those columns can hold values of "true" or "false" only in
checkbox format
Ie.
----+-----
Cat | Map
----+-----
F | T
T | F
T | F
T | F
T | F
F | F
----+-----
>From this data I want to create a crosstab query so that I can provide
represented nicely as so:
+-----+-----
| Cat | Map
-----+-----+-----
True | 4 | 1
-----+-----+-----
False| 2 | 5
-----+-----+-----
Does anyone have any ideas on how about doing this? I keep on getting
the error messages and the output I have only allows to have only one
or the other shown. not both.
Appreciate It.
Cheers,
Comment