【发布时间】:2017-08-16 02:08:09
【问题描述】:
-
我正在使用 SSRS 执行以下功能
I have a string stractual= 7700964455 I need to split the above string for every 2 characters something like below
77 00 96 44 55
Also I have another string value strexist = "99"
I need to verify whether strexist exists in stractual to meet the condition.
77
00
96
44
55
【问题讨论】:
-
https://stackoverflow.com/questions/9009825/using-like-in-ssrs-expressions 这解决了问题的第二部分;更改为参数而不是字段
-
第一部分可以用SQL而不是SSRS来处理吗?
标签: reporting-services split ssrs-2008