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.