是否可以将 crystal 报告的部分详细信息中的三行转换为三列
Is it possible to convert three row in section details of a crystal report to three column
是否可以将 crystal 报告中的三行部分详细信息转换为三列?
如果我正确理解你的问题,是的,这是可能的。有两种方式:
1) 使用交叉表。
2) 在数据级别使用 SQL Pivot。
1) 使用交叉表:
http://reportsyouneed.com/understanding-crystal-cross-tabs-part-1/
2) 使用 SQL 轴:
Almost what you want
可能还有其他资源。
希望对你有帮助
是否可以将 crystal 报告中的三行部分详细信息转换为三列?
如果我正确理解你的问题,是的,这是可能的。有两种方式:
1) 使用交叉表。
2) 在数据级别使用 SQL Pivot。
1) 使用交叉表: http://reportsyouneed.com/understanding-crystal-cross-tabs-part-1/
2) 使用 SQL 轴:
Almost what you want
可能还有其他资源。 希望对你有帮助