Hi all
I have the qurey out as follows
category no.of cust %0f cust
1 10 10
2 90 90
Now I want the output in the following format
category no.of cust %Of Cust
1 10 10
2 90 90
-
Total 100 100%
-
I want to have the Total 100 100% in the output ..
Please suggest me how to achieve this
Regards