Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我创建了 2 个表,客户和付款。客户可以进行多次付款,其中付款有付款日期和金额。
现在我想显示当月的未付费客户,我真的不知道如何创建查询。
任何人都可以帮忙吗?
为此,我建议阅读 Lightswitch 网站上的教程。我相信有一个类似的好例子。
您可以使用客户数据项来引用付款。确保表之间存在关系。然后您可以从左侧面板编辑查询并选择 Customer.Payment.'etc' 作为参数。
从那里有更多的选择,但这是一种典型的情况。