i am having one query.
i want to print blank Row in RTC report in 2009 R2.
Report ID is R405 Order report of PO.
my Question is.
Q1) i am having PO. No ABC123 and PO contain 5 line it Line item table i.e.
Item 1, item 2....item 5
so i want print that report in such way that
item 1
item 2
.
.
item 5
Blank row 1
Blank row 2
Blank row 3
balnk row 4
and then footer
if having PO. No ABC456 and PO contain 7 line it Line item table i.e.
Item 1, item 2....item 7
so i want print that report in such way that
item 1
item 2
.
.
item 5
item 6
item 7
Blank row 1
Blank row 2
Q2) if having PO. No ABC129 and PO contain 12 line it Line item table i.e.
Item 1, item 2....item 12
so i want print that report in such way that
item 1
item 2
.
.
item 9
and then RTC report automatic print in next page
and then in next page should be print as
item 10
item 11
item 12
Blank row 1
Blank row 2
Blank row 3
balnk row 4
and then footer
i need you your expert suggestion.
same way i can able to do it in Classic report in NAV 2009 R2 but not able to in RTC.
plz help
0
Comments
Microsoft Dynamics NAV Consultant
Jatin's Blog
but how can i solve below point.
Q2) if having PO. No ABC129 and PO contain 12 line it Line item table i.e.
Item 1, item 2....item 12
so i want print that report in such way that
item 1
item 2
.
.
item 9
and then RTC report automatic print in next page
and then in next page should be print as
item 10
item 11
item 12
Blank row 1
Blank row 2
Blank row 3
balnk row 4
and then footer
According to that use your Integer dataitem to print blank rows.
for example:
You have total 12 lines.
Print 9 lines on first page and remaining 3 lines are printing on second page along with
(9(First page lines)-3(second page lines) = 6(blank line))
Microsoft Dynamics NAV Consultant
Jatin's Blog
For example:
Let's say the report can hold 15 lines per page. And it has 2 pages. But the lines has values which are up to 7 lines in the 1st page and 5 lines in the next page.
So i should make it bring 8 blank lines in the 1st page after those 7 lines and 10 blank line in the 2nd page after those 5 lines. So that the total number of line per page will be constantly 15 line. What should I do to arrive at my solution.?
Page1
1
2
3
4
5
6
7
Blank line1
Blank line2
Blank line3
Blank line4
Blank line5
Blank line6
Blank line7
Blank line8
Page2
1
2
3
4
5
Blank line1
Blank line2
Blank line3
Blank line4
Blank line5
Blank line6
Blank line7
Blank line8
Blank line9
Blank line10