Well, my example was just for lines, but it is actually a box with a solid border and vertical lines to make the appearance of a grid. This is also in a subreport.
Assume you have a summation that you want to display at the bottom of the page. I know that you can print a section at the bottom of the page using the section expert, but lets say you want to print empty rows between the rows that were returned and the summation at the end, so it will not be...
Scenario:
Lets say that a page can fit a maximum 50 rows of data. What I basically want to do is if there are 25 rows returned, I want to print 25 blank rows beneath the 25 returned so a whole page will be filled.
I don't know how many rows will be returned, so is there some way to tell...
Scenario:
Lets say that a page can fit a maximum 50 rows of data. What I basically want to do is if there are 25 rows returned, I want to print 25 blank rows beneath the 25 returned so a whole page will be filled.
I don't know how many rows will be returned, so is there some way to tell...
In CR 8.5, I had a report that left outer joined 6 tables together.
5 of them reside in the same database and 1 resides in another database. I will refer to tables as A, B, C, D, and E. The query produced by 8.5 using left outer joins was:
select distinct
A.Field1 B.Field1, C.Field1...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.