Makumba - 在 where 子句上设置空
我想知道是否有一种方法可以检查 mak:list 的 where 子句中是否设置为空。
我想避免必须 mak:list 有问题的集合只是为了 mak:lastCount 其大小。
I'm wondering if there's a way to check for set emptiness in a mak:list's where clause.
I'd like to avoid having to mak:list the set in question just to mak:lastCount its size.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
是的,因为您可以在 WHERE 条件中使用子查询。
使用来自 http://www.makumba.org/page/DataModelHowto(即公司)的数据定义.Company 拥有一个集合,
您可以执行类似的操作,
您也可以将其定义为 MDD 中的函数,例如 as
,然后在您的中使用它。作为
Yes, as you can use subqueries in the WHERE condition.
Using the data definitions from http://www.makumba.org/page/DataModelHowto, i.e. company.Company with a set
you can do something like
You can also define this as a function in the MDD, e.g. as
and then use it in your <mak:list> as
hasSuppliers() 可以简单地定义为
hasSuppliers() can be defined simply as