Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Percentage of two count values - Report Studio

Status
Not open for further replies.

handpass

Programmer
Oct 13, 2006
10
US
In my report I have two columns (AllUnits, TypeA) each of which has a total count value at the bottom. I would like to get a percentage of the total count of TypeA units against the total count of AllUnits.

Something like [Count(AllUnits]\[Count(TypeA)].
This does not work because the total count values are not calculated before the percentage calculation takes place. Is there anyway to make the total Count values happen first?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top