One row appear in the report when insert multiple report for the same category

I have a project to manage orphans, and it is required to enter health, educational and social information for each child. When I enter more than one row in the medical information, for example, only one row appears in the report when printing, how can I make all rows appear in the report

The data displayed for printing is based on the data from the page you are working on. This means if a record is missing from the page, it will reflect on the print. That is the way Radsystems Studio was built. If it is a custom print or export you did, then you have to look at your code handling your print.

How to include another page to print based on id

Use the JOIN statement configuration to associate the fields from another table as part of the current page record, which you can then print.

I did that but still only one row appear

Left Join table not work - Questions / PHPRad Classic - Radsystems Forum