I've the following problem:
In the details section I have a field (@members) which looks like this
if {table.code} = "X"
then {table2.memberid}
I want to do a distinct count on (@members), because a member appears more then once, but it counts a "0" as well, which I don't want.
Can somebody help me with this problem?
Thanks in advance
In the details section I have a field (@members) which looks like this
if {table.code} = "X"
then {table2.memberid}
I want to do a distinct count on (@members), because a member appears more then once, but it counts a "0" as well, which I don't want.
Can somebody help me with this problem?
Thanks in advance