Show all parameter values

依然范特西╮ 提交于 2021-01-27 17:45:36

问题


My parameter field allows multiple values. How can I show all of these values at the top of the report? Currently it only shows one value at a time.


回答1:


If your parameter is dynamic and takes the form of an array, you'll need to join the values together via a Formula:

Join ({?Parameter},", ")



回答2:


Activate the Can Grow property for that field. Put this field in a new section so it can easily grow based on your content.



来源:https://stackoverflow.com/questions/45890282/show-all-parameter-values

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!