glyph1
Programmer
- Jun 15, 2007
- 26
CR Version: Visual Studio.Net 2005 Crystal Reports
I am having a speed problem while using the subreport linking in crystal reports.
I have three tables:
Document - DocumentID, ContractID
Contract - ContractID, ContractNumber
ContractHistory - HistoryID, DocumentID, ContractID
In my report I want to display the DocumentID, ContractNumber, as well as all of ContractNumber(s) based on the DocumentID.
I created a subreport using a subreport links of DocumentID to the main page, but the reports are taking quite a long time to load (5 minutes).
What is a faster or the fastest way to accomplish this task?
Thank you in advance.
I am having a speed problem while using the subreport linking in crystal reports.
I have three tables:
Document - DocumentID, ContractID
Contract - ContractID, ContractNumber
ContractHistory - HistoryID, DocumentID, ContractID
In my report I want to display the DocumentID, ContractNumber, as well as all of ContractNumber(s) based on the DocumentID.
I created a subreport using a subreport links of DocumentID to the main page, but the reports are taking quite a long time to load (5 minutes).
What is a faster or the fastest way to accomplish this task?
Thank you in advance.