azwaan
Programmer
- Jan 11, 2002
- 42
i have 2 tables to extract information from.
one is really huge..around 200000 records and one has around 100. i have restricted the displayed reccords by using a selection forumula..which looks like this
{dps.calldate}>=cdate({@DateFrom}) and {dps.calldate}<=cdate({@DateTo})
{@DateTo}, {@DateFrom} is passed from a vb appllication
the problem is the report seems to read all the 200000 records before displaying the one's within range. this takes an awfully long time. how can i improve performance
on this.
one is really huge..around 200000 records and one has around 100. i have restricted the displayed reccords by using a selection forumula..which looks like this
{dps.calldate}>=cdate({@DateFrom}) and {dps.calldate}<=cdate({@DateTo})
{@DateTo}, {@DateFrom} is passed from a vb appllication
the problem is the report seems to read all the 200000 records before displaying the one's within range. this takes an awfully long time. how can i improve performance
on this.