Warning: file_get_contents(/data/phpspider/zhask/data//catemap/5/reporting-services/3.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Reporting services 需要不在abc顺序中的rdl排序表达式_Reporting Services_Rdlc_Rdl - Fatal编程技术网

Reporting services 需要不在abc顺序中的rdl排序表达式

Reporting services 需要不在abc顺序中的rdl排序表达式,reporting-services,rdlc,rdl,Reporting Services,Rdlc,Rdl,我的数据: SLP,PT,OT 目前我正在做Z到一个订单,所以它来作为SLP,PT,OT 我需要作为SLP、OT、PT。使用开关表达式 =switch(Fields!Thingy.Value = "SLP", 1, Fields!Thingy.Value = "OT", 2, ..etc) 我总是以失败告终 1=1, 9999) 因此,任何未说明的情况都将在最后消失。你也可以使用 TRUE, 9999)

我的数据: SLP,PT,OT

目前我正在做Z到一个订单,所以它来作为SLP,PT,OT


我需要作为SLP、OT、PT。

使用开关表达式

=switch(Fields!Thingy.Value = "SLP", 1, Fields!Thingy.Value = "OT", 2, ..etc)
我总是以失败告终

1=1, 9999)
因此,任何未说明的情况都将在最后消失。你也可以使用

TRUE, 9999)