在SQL报告生成器中添加或自定义参数 [英] Adding or Customising parameter in SQL report builder

查看:114
本文介绍了在SQL报告生成器中添加或自定义参数的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

大家好,


我是使用SQL报告构建器的新手。 


我已经建立了一个报告参数显示链接到所选参数值的行。


我现在想在当前参数中添加"查看全部"选项,但不确定如何。


请帮助!


谢谢


Fox

解决方案

< blockquote>

hi


你可以像这样添加 


选择'ALL'作为参数
union
从表中选择'你的参数'





Hi All,

I am new at using the SQL report builder. 

I have built a report with a parameter showing rows that linked to the parameter value selected.

I now want to add a 'View All' option to the current parameter, but not sure how.

Please help!

Thanks

Fox

解决方案

hi

you can add like this 

select 'ALL' as Parameter
union 
select 'your Parameter' from your table



这篇关于在SQL报告生成器中添加或自定义参数的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆