Hi,
I've been stuggling with following report problem.
This is the case:
I have one datagrid which has a fixed length of ten rows.
I have data to fill this grid, but it's not always the case that I have to fill in all 10 rows. Lets say I only have data to put in row 1, 5 and 7. These rows contain all kinds of calculations which are not relevant at this point.
I need to know how I can say to the report, that he has to fill in only the 1, 5 and 7nd row and that he has to leave the other rows blank.
Thats one part of my question.
The second part is that I need the same datagrid below the first one and that on one page. Only the calculations in the second datagrid wil be different.
Do I need to fill my table or Query that will be the source of this report with blank lines? This will leave me with probably more blank records then filled ones. How can I get the identical 2ne grid below the first one?
Any help would be great.
Sven
I've been stuggling with following report problem.
This is the case:
I have one datagrid which has a fixed length of ten rows.
I have data to fill this grid, but it's not always the case that I have to fill in all 10 rows. Lets say I only have data to put in row 1, 5 and 7. These rows contain all kinds of calculations which are not relevant at this point.
I need to know how I can say to the report, that he has to fill in only the 1, 5 and 7nd row and that he has to leave the other rows blank.
Thats one part of my question.
The second part is that I need the same datagrid below the first one and that on one page. Only the calculations in the second datagrid wil be different.
Do I need to fill my table or Query that will be the source of this report with blank lines? This will leave me with probably more blank records then filled ones. How can I get the identical 2ne grid below the first one?
Any help would be great.
Sven