CRXI and SQL
I have a report that shows various providers and the services they perform.
It is currently sorted ascending by the average # of days to service documentation 0 days to 14 days. there are additional columns of data one which shows the total number of services during the same time period.
I would like to sort all the O days providers by the total number of services descending and the same for each number of days.
It should look something like this:
name days total services
Prov1 0 500
prov2 0 362
prov3 0 127
prov4 1 480
prov5 1 376
prov6 2 700
prov7 2 432
the data columns are formulas.
What do I need to do to make this happen?
Thanks in advance.
I have a report that shows various providers and the services they perform.
It is currently sorted ascending by the average # of days to service documentation 0 days to 14 days. there are additional columns of data one which shows the total number of services during the same time period.
I would like to sort all the O days providers by the total number of services descending and the same for each number of days.
It should look something like this:
name days total services
Prov1 0 500
prov2 0 362
prov3 0 127
prov4 1 480
prov5 1 376
prov6 2 700
prov7 2 432
the data columns are formulas.
What do I need to do to make this happen?
Thanks in advance.