Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
当我在报告服务上查看此数据时,我从数据库中有一行我得到了视图:
巴里斯 1 巴里斯 2
我想改变对报告服务的看法
有人可以帮忙吗?
我将使用 Split 函数与常量的组合:Constants.vbCrLf。在您的场景中,拆分可能很棘手 - 没有明显的分隔符可以拆分。
这个例子可能会让你开始:
=“1.”+拆分(字段!my_column.Value,“”)(0)+“”+拆分(字段!my_column.Value,“”)(1)+常量.vbCrLf+“2。”+拆分( Fields!my_column.Value , " " )(2) + " " + 拆分 (Fields!my_column.Value , " ")(3)