我有两个表 - Order_Header和Product,这两个表都有一个名为Discount的列。我已经将Product from Product表添加到我的数据集中并运行报告没有任何问题。但是,我也需要Order_Header的Discount字段。我无法将其添加到数据集,因为存在具有相同名称的列。我怎样才能做到这一点?
我尝试使用Order_Header.Discount
,但它没有用。任何想法
这是我之前在数据集中使用的折扣列。
<xs:element name="Discount"
msprop:Generator_ColumnVarNameInTable="columnDiscount"
msprop:Generator_ColumnPropNameInRow="Discount"
msprop:Generator_ColumnPropNameInTable="DiscountColumn"
msprop:Generator_UserColumnName="Discount" type="xs:double"
minOccurs="0" />