
Question:
I would like to implement grouping, where values I need group by, may be shown within other existed column.
Please, see screenshot:<a href="https://i.stack.imgur.com/xtyYG.png" rel="nofollow"><img alt="Sample" class="b-lazy" data-src="https://i.stack.imgur.com/xtyYG.png" data-original="https://i.stack.imgur.com/xtyYG.png" src="https://etrip.eimg.top/images/2019/05/07/timg.gif" /></a>
How can I do it by SSRS v14.0?
Answer1:STart by building your report with the details rows, then right-click the detail row in the row group panel below the main report design.
Do "Add Group" then "Parent Group". Choose the field that contains Buy/Sell and tick the "Add group header" option.
A new column will be added with the buy/sell field added. Delete this new column and then in the original column above instrument name, click the cell and choose the Buy/Sell field.
This should give you what you want.