Master-Detail Field Link Designer
Hi,
I have 2 SQL queries (in frxDBDataset1 and frxDBDataset2) and want to link them for a master-detail report. In the documentation of FastReport on page http://www.fast-report.com/documentation/UserMan/4.htm there is a Field Link Designer pictured to link the table columns between master and detail table. But I cannot find this Field Link Designer.
Can you give me a hint how I can set the link for master-detail?
Best regards,
Thomas
I have 2 SQL queries (in frxDBDataset1 and frxDBDataset2) and want to link them for a master-detail report. In the documentation of FastReport on page http://www.fast-report.com/documentation/UserMan/4.htm there is a Field Link Designer pictured to link the table columns between master and detail table. But I cannot find this Field Link Designer.
Can you give me a hint how I can set the link for master-detail?
Best regards,
Thomas
Comments
connect your sql queries by setting the properties in your sql component.
I guess gordk means to buid a left outer join query but to me that seems against the logic of a sub-band.
I have a table with articles and a table of article-photos. There can be several photos to one article.
So If I build an sql view, I will have n entries of an article, if there are n photos of the article.
This would result in multiple lines in the master.
What I want is only one master per article and n subdetails.
?
@gpi: well THAT is a good idea, let's see...
... WORKED. Thank you!