Hi guys,
Needs help on this.
I want to display the percentage of SumColumn1 and SumColumn2.
Sample table. (results from query):
Column1 SumColum1 SumColumn2[/B]
Data_1 427 2
Data_2 835 3

GrandTotal 1262

The computation is this:
(SumColumn1/GrandTotal) * 100 = SumColumn1_Percentage.

Any help will be appreicated.
Thanks.