在视图中添加自定义参数
如何在视图中添加自定义 where 子句。 我为 User:uid 添加了参数字段,我的要求是过滤除特定用户之外的所有结果?像 uid != 1 这样的东西。
可以使用视图的 PHP 代码选项(如果参数不存在则采取的操作>>默认参数类型)来实现这一点。无论哪种情况,请详细说明。
提前致谢....
How can i add a custom where clause in Views.
I have added argument field for User:uid, my requirement is to filter all the results except for particular user? something like uid != 1.
Can this be achieved using the PHP code option(Action to take if argument is not present >> Default argument type) of views..in either case please elaborate.
Thanks in Advance....
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在您的视图中添加“过滤器”以从结果中排除用户 #1。
Add a 'Filter' to your view to exclude User #1 from the results.