如何在水晶报表中强制字符串排序到底部?

发布于 2024-12-02 20:59:10 字数 383 浏览 1 评论 0原文

我可以发誓 Crystal Reports 曾经对从空格开始到底部的字符串进行排序。例如,字符串“Amsterdam”、“Belfast”和“Cancun”将排序为:

Belfast
Cancun
 Amsterdam

线程似乎证实了这一点。

但是,现在我正在使用 CR 2008 SP3,它被排序到顶部,如下所示:

 Amsterdam
Belfast
Cancun

我已经尝试了各种特殊字符和控制字符,并且所有内容都排序到顶部。我缺少什么?

I could have sworn that Crystal Reports used to sort strings beginning with a space to the bottom. For example, the strings " Amsterdam", "Belfast", and "Cancun" would be sorted as:

Belfast
Cancun
 Amsterdam

This thread seems to confirm that.

However, now I'm using CR 2008 SP3 and it's being sorted to the top, as:

 Amsterdam
Belfast
Cancun

I have tried all sorts of special and control characters and everything is sorting to the top. What am I missing?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

你如我软肋 2024-12-09 20:59:10

如何使用公式 CitySort: 插入另一个排序级别

If {City} = " Amsterdam" Then 1 Else 0

How about inserting another sorting level, using a formula CitySort:

If {City} = " Amsterdam" Then 1 Else 0
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文