G
Guest
I have the following table in my database:-
ID|Age|Gender|Ethnicity
1 12 Male W1
2 13 Female B1
From which I created the following crosstab:-
Male | Female
12 1 0
13 0 1
It is possible to add an additonal filter to this crosstab so the user can
query for spefic ethnic groups
ID|Age|Gender|Ethnicity
1 12 Male W1
2 13 Female B1
From which I created the following crosstab:-
Male | Female
12 1 0
13 0 1
It is possible to add an additonal filter to this crosstab so the user can
query for spefic ethnic groups