需要 rdl 排序表达式不按 abc 顺序

Need rdl sorting expression not in abc order

我的数据: SLP,PT,OT

目前我正在做 Z 到 A 的订单,所以它以 SLP、PT、OT 的形式出现

我需要 SLP、OT、PT。

使用 switch 表达式..

=switch(Fields!Thingy.Value = "SLP", 1, Fields!Thingy.Value = "OT", 2, ..etc)

我总是以

结尾
1=1, 9999)

所以没有考虑到最后。您也可以使用

TRUE, 9999)