Hello!
Strange problem I have here. I'd like to show two tables in one PDF file. It all work well when I chose HTML as output format but not for PDF. Here is how I do it:
[tt]
DEFINE FILE XYZ
FIELDS....
END
TABLE FILE XYZ
SUM ...
BY ...
IF ...
ON TABLE PCHOLD FORMAT PDF
END
DEFINE FILE ABC
FIELD ...
END
TABLE FILE ABC
SUM ...
BY ...
IF ...
ON TABLE PCHOLD FORMAT PDF
END
[/tt]
Each table has another file as database. The data for table one is stored in a db2 database and the for the second table it is stored in sequential files.
However, I guess the place of storage does nothing to it because all works fine with HTML output.
When I call the report then only the first table is displayed but not the second table.
Does anybody know what to do?
Eva
Strange problem I have here. I'd like to show two tables in one PDF file. It all work well when I chose HTML as output format but not for PDF. Here is how I do it:
[tt]
DEFINE FILE XYZ
FIELDS....
END
TABLE FILE XYZ
SUM ...
BY ...
IF ...
ON TABLE PCHOLD FORMAT PDF
END
DEFINE FILE ABC
FIELD ...
END
TABLE FILE ABC
SUM ...
BY ...
IF ...
ON TABLE PCHOLD FORMAT PDF
END
[/tt]
Each table has another file as database. The data for table one is stored in a db2 database and the for the second table it is stored in sequential files.
However, I guess the place of storage does nothing to it because all works fine with HTML output.
When I call the report then only the first table is displayed but not the second table.
Does anybody know what to do?
Eva