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
Check whether the below thread helps you.
https://stackoverflow.com/questions/39170904/ssrs-report-custom-sort-order
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-layout
Please let me know how data will set in SSRS report like First row from left to right, Second row from right to left ...
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.
André Arnaud de Cal...
292,160
Super User 2025 Season 1
Martin Dráb
230,962
Most Valuable Professional
nmaenpaa
101,156