Notifications
Announcements
Currently I have a list that is horizontal and I would like to leave it in the following layout:How can I do this using report service?
In this case it doesn't work for me because I'm using fetch xml and not sql
Hi,
First of all you need to write correct SQL command with groups of rows numbers
select Mod3 = (row_number() over (PARTITION BY Mod2 ORDER BY Id)), Mod2, Id from ( select Mod2 = (row_number() over (ORDER BY Id)) % 2, Id from ( select 'Id' = '1' union all select 'Id' = '2' union all select 'Id' = '3' union all select 'Id' = '4' union all select 'Id' = '5' ) datatable ) tt order by id
Then create matrix table
Then remove rows and columns headers
Insert subreport with parameter of row id
Yes it is 2 columns, N rows
Does this report have 2 columns, N rows or vice versa?
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.
As AI tools become more common, we’re introducing a Responsible AI Use…
We are honored to recognize Neeraj Kumar as our Community Spotlight honoree for…
These are the community rock stars!
Stay up to date on forum activity by subscribing.
Pallavi Phade 101
Tom_Gioielli 72 Super User 2025 Season 2