Hi Guys
Here is my sample data...
GPName Year Qtr Total_Doses
XYZ 2008 1 20
XYZ 2008 2 300
.
.
XYZ 2009 4 500
BNG 2007 2 440
BNG 2007 3 1000
BNG 2009 4 50
.
.
.
I want to calculate the percentage growth of total_doses for each doctor
For ex the %ge growth for XYZ is 96% (((500 - 20)/500)*100
There are about 300,000 rows in my table.
Could you pls help guys??
Thanks