Hello to all my Tek_Tips friends,
First off, before you ask...I'm using Crystal Reports 11 and SQL Server
I need a little guidance in how to design an addendum to my main summary report. If you can, please post suggestions. Basis of my design issue is that for every summary row there is data for each account tied to another table that tracks "comments" for each account. Sometimes an account can have 20, 50, 100 comments tied to it.
My boss wants to add three specific columns to the right-most edge of this "grid-like" report. But instead of showing all comments for this one account, he wants to show only one row of data from this comments table. That row must be the most recent/last comment entered.
So the situation is such that I ask - which is the best way to display this data? Use a subreport? Try to link the tables to the other tables? Seems that I'd need to use a simple formula to get that data.
The other "gotcha" to consider is that my boss wants the report to generate the report but he immediately exports the report to Excel-Data Only option. I've read that sometimes data doesn't export cleanly from the subreport in this situation. Is there anything I need to look out for if I use the sub-report option?
Thanks,
Wolfgang
First off, before you ask...I'm using Crystal Reports 11 and SQL Server
I need a little guidance in how to design an addendum to my main summary report. If you can, please post suggestions. Basis of my design issue is that for every summary row there is data for each account tied to another table that tracks "comments" for each account. Sometimes an account can have 20, 50, 100 comments tied to it.
My boss wants to add three specific columns to the right-most edge of this "grid-like" report. But instead of showing all comments for this one account, he wants to show only one row of data from this comments table. That row must be the most recent/last comment entered.
So the situation is such that I ask - which is the best way to display this data? Use a subreport? Try to link the tables to the other tables? Seems that I'd need to use a simple formula to get that data.
The other "gotcha" to consider is that my boss wants the report to generate the report but he immediately exports the report to Excel-Data Only option. I've read that sometimes data doesn't export cleanly from the subreport in this situation. Is there anything I need to look out for if I use the sub-report option?
Thanks,
Wolfgang