Announcements
No record found.
Hi Team,
In table data is set like below.Field Name: No
No
1
2
3
4
5
6
7
8
9
In report data should be display like below:
Please let me know how to achieve this?
Regards
Rahul
Hi Rahul,
What is the business requirement here.
I think as I understood you need to create 3 fields - Field1, Field2, Field3.
You need to insert 3 lines in temp table based on the order required.
I think you can fully handle this requirement from the code itself. It cannot be done from design side.
Thanks,
Girish S.
Hi Girish,
In Table Name A field name No having the data like below.
Below data should display in SSRS report.
Here my requirement is:-
-: First row should be left to right.
-: Second row should be right to left.
-: Third row should be left to right.
Like that data will set in report base on the data in table.
Column can be set using below formula.
=Ceiling(RowNumber(Nothing)/3)
Which i got from below link.
https://stackoverflow.com/questions/17749154/ssrs-show-data-in-horizontal-layoutPlease let me know how data will set in SSRS report like First row from left to right, Second row from right to left ...
Check whether the below thread helps you.
https://stackoverflow.com/questions/39170904/ssrs-report-custom-sort-order
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.
Congratulations to our 2026 Super Stars!
Thanks to all of our 2025 Community Spotlight stars!
These are the community rock stars!
Stay up to date on forum activity by subscribing.
André Arnaud de Cal... 529 Super User 2026 Season 1
Giorgio Bonacorsi 470
Adis 270 Super User 2026 Season 1