Needing to transform proc results into SSRS

醉酒当歌 提交于 2019-12-11 14:25:31

问题


I have a proc that produces a results set that is exactly what I need but I am having an issue putting that into SSRS. The issue is that the report is looking for 6 different value ranges and what plans fall into those values ranges. Using a query field wont work because there are more than one row per column. So i am confused on what to do

proc results:

Report Layout:


回答1:


First of all, i'm confused and yet not clear about your question but if i understand it right then you just have to add a "parent group" in your ssrs report.



来源:https://stackoverflow.com/questions/50294035/needing-to-transform-proc-results-into-ssrs

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