I need to sort my work order report by listing the building with the most number of work orders first.
The report is sorted by date next.
I made a query to count the number of work orders for each building. Then I told the report to sort by this 'count' and then by date.
This works until two buildings have the same number of work orders. Then the buildings get sorted by date and don't stay grouped together.
Any ideas on how to work around this?
The report is sorted by date next.
I made a query to count the number of work orders for each building. Then I told the report to sort by this 'count' and then by date.
This works until two buildings have the same number of work orders. Then the buildings get sorted by date and don't stay grouped together.
Any ideas on how to work around this?