Hello,
I have a report and generated design. I have a section group which is based on the info of tmptable which is populated when the report is launched. I need to show an information for each tmptable line a bit lower after each tmptable record in the report.This info is basically an associated line from the other table. I need to only show this info if the related record exists in the other table. Something like that
Body is populated with the records from tmptable and the balck rectangle below will contain info from other table after the each line from tmptable where applicable(where the related record exists). How to do that? What should be the approach?
Thanks in advance.