stormtrooper
Programmer
Hello. I hope somebody can help me out on this one.
I have a field called 'billable' that contains a 1 or 0. I have a formula called '@paid' that uses the 'billable' field:
if ({billable}=1) then "Yes" else ""
I have another formula called '@test' that also uses the 'billable' field:
if ({billable}=0) then "Yes" else ""
So my data looks something like this:
@paid @test
yes
yes
yes
yes
yes
yes
yes
What I want is a count of these two fields. That is, @paid=4 and @test=3 (counting the yes')
I've tried insert summary, but still no luck. So if there is a solution out there it would be great!
Thanks
I have a field called 'billable' that contains a 1 or 0. I have a formula called '@paid' that uses the 'billable' field:
if ({billable}=1) then "Yes" else ""
I have another formula called '@test' that also uses the 'billable' field:
if ({billable}=0) then "Yes" else ""
So my data looks something like this:
@paid @test
yes
yes
yes
yes
yes
yes
yes
What I want is a count of these two fields. That is, @paid=4 and @test=3 (counting the yes')
I've tried insert summary, but still no luck. So if there is a solution out there it would be great!
Thanks