K
keers
Hi,
I have report based on a query, that pulls out the CompanyName &
FinanceMethod. I want to produce a report that counts the number each
FundingMethod transactions attributed to each companyName. The
difficulty i am having is that i want the FundingMethod to be on the
horizontal axis of the report and the Companyname on the Vertical;
something like;
CompanyName CH FL LP CP Total
Comp A 2 3 0 5 10
Comp B 0 7 3 6 16
I think i am almost there by using setting the Countrol Source to
"=IIf([fundingMethodID]="1",Count([FundingMethodID]))"
(With the "1" changing for each control)
However, each 'count' for the FundingMethID appears on a seperate
line, so the output becomes 'staggered' (I have grouped by
CompanyName)
Any help/direction would be appreciated
Kiers
I have report based on a query, that pulls out the CompanyName &
FinanceMethod. I want to produce a report that counts the number each
FundingMethod transactions attributed to each companyName. The
difficulty i am having is that i want the FundingMethod to be on the
horizontal axis of the report and the Companyname on the Vertical;
something like;
CompanyName CH FL LP CP Total
Comp A 2 3 0 5 10
Comp B 0 7 3 6 16
I think i am almost there by using setting the Countrol Source to
"=IIf([fundingMethodID]="1",Count([FundingMethodID]))"
(With the "1" changing for each control)
However, each 'count' for the FundingMethID appears on a seperate
line, so the output becomes 'staggered' (I have grouped by
CompanyName)
Any help/direction would be appreciated
Kiers