我的报告中有一个crossTab,它显示:
L S XL Changes Combination Material
Shirt 10 5 something somethiung something
Pants 2 4 something somethiung something但我需要这样排序:
Material Combination Changes S L XL
Shirt something somethiung something 10 5
Pants something somethiung something 2 4 现在请记住,我已经按照我希望的方式对存储过程中的值进行了排序,唯一的问题是CorssTab有它自己的排序,到目前为止,我还没有找到禁用它的方法。
我使用的是Visual Studio 2013、Crystal Reports 13.0.10和SQL 2014 (我怀疑SQL版本是否重要)。不允许更改我正在使用的VS或CR或SQL的版本。如果需要,我可以为您提供所需的一切,以便“测试”我的问题,如果您不相信我的存储过程以一种方式对值进行排序,但CrossTab忽略它。
https://stackoverflow.com/questions/55065458
复制相似问题