Some of my reports seem to take forever to run...and i don't feel like there is enough data there to cause this slow down.
For this example I have the following table structure
Table A - trade_num
1. trade_num
Table B - trade_specs
1. spec_id
2. trade_num
3. spec_description
i want to combine all the spec_descriptions for trade 12345 into a single string so i created a subreport and in the footer joined all the values into a single stringvar
there are 6900 or so trades...but it is taking 45 minutes to run this report...
any ideas?
For this example I have the following table structure
Table A - trade_num
1. trade_num
Table B - trade_specs
1. spec_id
2. trade_num
3. spec_description
i want to combine all the spec_descriptions for trade 12345 into a single string so i created a subreport and in the footer joined all the values into a single stringvar
there are 6900 or so trades...but it is taking 45 minutes to run this report...
any ideas?