gpt4 book ai didi

mysql - Crystal 报表详细信息部分使每一行重复?为什么

转载 作者:行者123 更新时间:2023-11-29 21:40:30 26 4
gpt4 key购买 nike

我必须制作一份报告,其中报告显示quote_detail表中的项目数据,其中主表quote_m是我的绑定(bind)

        MyCommand.CommandText = "select *  from Quotient_M m join Quotient_D q on m.q_id = q.q_id   , Company c where m.Q_id = 5"
MyCommand.CommandType = CommandType.Text
myDA.SelectCommand = MyCommand
myDA.Fill(myDS, "Quotient_M")
myDA.Fill(myDS, "Quotient_D")
myDA.Fill(myDS, "Customer")


Dim cr As New CrystalReport3()
cr.SetDataSource(myDS)
Dim rpt1 As New Report_Quotation()
rpt1.CrystalReportViewer1.ReportSource = cr
rpt1.Show()

查询返回2行记录这是我如何呈现报告的方式

here is report alignment

这是输出

rows double

问题:

为什么在数据库查询返回中每条记录为 2 时报告重复,并在复制后报告如图 4 所示

最佳答案

感谢您的帮助,我仍在发布其他人的答案

设计器分组中的细节字段和超细节部分是根据quote_d主键的qd_id进行分组的,这里是更正的图像

correction

关于mysql - Crystal 报表详细信息部分使每一行重复?为什么,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/34571525/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com