jebushatescats
IS-IT--Management
Hello all
I need to be able to sort my report by an incoming field called entity_code, this I know how to do but...
the entity_code field will have one of four values
sess
crse
prov
part
If I just order by this field the records will display on the report in the following sort order
crse
part
prov
sess
What I want is to be able to have them sort by the following order
prov
crse
sess
part
Is there a way to hard code in a sort order based on the value of the entity_code?
I need to be able to sort my report by an incoming field called entity_code, this I know how to do but...
the entity_code field will have one of four values
sess
crse
prov
part
If I just order by this field the records will display on the report in the following sort order
crse
part
prov
sess
What I want is to be able to have them sort by the following order
prov
crse
sess
part
Is there a way to hard code in a sort order based on the value of the entity_code?