F
Flora
Hi,
I have a table with more than 10 option groups as fields. I want count the number of each fields with value not "No" in one query. The detail is as below:
option value: yes: -1, no: 0, n/a: 1 CNBD: 2
Fields: option A, option B, option C, ...........
0 -1 2
-1 1 -1
2 0 1
*************************
result: 2 2 3
Anybody know how to do the query? Thanks in Advance!
I have a table with more than 10 option groups as fields. I want count the number of each fields with value not "No" in one query. The detail is as below:
option value: yes: -1, no: 0, n/a: 1 CNBD: 2
Fields: option A, option B, option C, ...........
0 -1 2
-1 1 -1
2 0 1
*************************
result: 2 2 3
Anybody know how to do the query? Thanks in Advance!