If you have selected status only then you can use custom sort option.
Sort->Advance->Custom orders->select the order values
You can go with the approach what Amit suggested or else
Create a Dimension as [SortOrder]= If [Status]="Not OK" Then 1 Else If [Status]="OK" Then 2 Else 3
then drag this dimension to your report and attach it to block sort the Block based on this dimension. At last just right Click on [SortOrder] dimension and say Hide Dimension.
Regards
Niraj
Add a comment