Hi All,
I have a problem with counting in a crosstab. To illustrate, here is a an example:
Field1 Field2
ABC Yes
null
ABC Yes
DEF No
Field2 uses a formula which says:
If Field1 startsWith "ABC" Then Yes Else No
I'm trying to construct a crosstab where one of the columns counts Field2 where the value is "Yes". This uses a formula which says:
Field2="Yes"
However, instead of returning 2, it returns 4.
Is there anything I can do to get an accurate count?
Thanks in advance.
I have a problem with counting in a crosstab. To illustrate, here is a an example:
Field1 Field2
ABC Yes
null
ABC Yes
DEF No
Field2 uses a formula which says:
If Field1 startsWith "ABC" Then Yes Else No
I'm trying to construct a crosstab where one of the columns counts Field2 where the value is "Yes". This uses a formula which says:
Field2="Yes"
However, instead of returning 2, it returns 4.
Is there anything I can do to get an accurate count?
Thanks in advance.