How to display data in every row and not have merged columns due to row grouping

家住魔仙堡 提交于 2019-12-13 19:18:24

问题


I would like to have data in every line of my report and not grouped. I need the data grouped so counts can be summed but I wish to have data displayed in every line for further reporting activities. I'm a complete newbie at reports but can't seem to find a solution to what I would assume would be a straightforward report option.

I have tried to display my desires textually as I cannot post a picture as a new member.

A -- 1 -- Bike

A -- 1 -- Car

A -- 2 -- Car

Rather than

A -- 1 -- Bike

      Car

  2 -- Car

Any help would be much appreciated.

来源:https://stackoverflow.com/questions/15204303/how-to-display-data-in-every-row-and-not-have-merged-columns-due-to-row-grouping

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