I\'ve got a report being built from a dataset. The dataset uses the Sort property to order the data. I know that I can create a sort expression like this:
\"field de
I don't think so. You could however change you SQL to return a "CustomSort" column that is the result of your case statement:
select (case when f = 'a' then 0 else 1 end) as CustomSort from MyTable