如何在视图中公开不同的过滤器
我想知道是否有可能在视图中实现公开的过滤器,将 SELECT DISCTINCT() 设置为打开或关闭。有谁知道这是否可能?
i was wondering if there by any chance is possible to implement an exposed filter in views that either sets the SELECT DISCTINCT() on or off. Does anyone know if that is possible?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
不,这是不可能的,因为 unique 不是过滤器,而是您正在创建的视图的根上的设置。
No, this is not possible, because distinct is not a filter but a setting on the root of the view you are creating.