Hi, I want to create a report which will have two details sections ('Details a' and 'Details b') in a single report.
I am having two unrelated tables with multiple rows.
The out put should look like this:
DETAIL - a
A - 300
B - 200
C - 400
DETAIL - b
X- 900
Y- 400
Z- 230
I want the all the records of "DETAIL a" to appear first and then all the records of "DETAIL b" to print . How can I do this without using sub reports.
Appreciate your help in advance!!!