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 Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Changing values to percentages

Status
Not open for further replies.

dhulbert

Technical User
Jun 26, 2003
1,136
GB
I have a report as shown below

Code:
          product1          product2
          Var1   Var2       Var1   Var2

Week1     180    20         400    100
Week2     150    50         200    200

The reports is created in a matrix and works fine but I've been asked to change it to show the values as % so

Code:
          product1          product2
          Var1   Var2       Var1   Var2

Week1     90%    10%        75%    25%
Week2     75%    25%        50%    50%

Any help would be greatfuly appreciated.


I love deadlines. I like the whooshing sound they make as they fly by
Douglas Adams
(1952-2001)
 
What's your data source? I'm thinking the easiest way would be to do the calculation in your proc or cube.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top