列表和标签 - 如果次要 table 没有值,则隐藏主要 table 值

list & label - hide primary table values if the secondary table has no values

我尝试在 List&Label 中创建一个 Customer/Article 列表。 严重的是,只应显示客户和文章数据,由也购买了文章的客户显示。

到目前为止我尝试过的: 我抑制了客户 table 的数据行,并通过文章 table (subtable) 的 header 插入了客户字段。 这也有效,但现在个人客户之间存在差距,我没有删除这些差距。

我该如何做到这一点,间隙消失或者是否有另一种方法只显示子table中有文章的客户?

我想在 List&Label 中显示为 SQL-Query:

SELECT DISTINCT r.[IdCustomer], a.[CustomerName], a.[CustomerNumber]
FROM [RELA_Customer_Articles] AS r
JOIN [ADDR_Customer] AS a ON a.[Id]=r.[IdCustomer]

您应该能够通过查看父项和子项 table 的 属性 "Distance before" 和 "Distance after" 来消除间隙。它默认为 2 毫米/3 毫米。只需通过在对象 window 中选择子 table 将这些属性设置为“0”,就可以了。