I was looking for a function to generate percentiles for a dataset with
reporting services.
Not as easy as I would have hoped.
Eventually I created a T-SQL stored procedure that can generate the
percentiles of any dataset, optionaly calculating them by a group within the
dataset.
If you have a simular problem, I posted the code at : http://antoon.blog.com/
jewelfire - 30 May 2008 00:46 GMT
> I was looking for a function to generate percentiles for a dataset withreportingservices.
> Not as easy as I would have hoped.
> Eventually I created a T-SQL stored procedure that can generate the
> percentiles of any dataset, optionaly calculating them by a group within the
> dataset.
> If you have a simular problem, I posted the code at :http://antoon.blog.com/
thanks for posting the code Antoon I'm sure it will come in handy
along the way and save a lot of hours.
jewelfire