Okay I have two views 1 has a boatload of data (10 columns with 15,000 records, with a groupID and datetime, and the second has a group ID and diferent tolerance values. I've created a subreport linked them together, and created a formula field that checks to see if each of the entries exceed the High High limit and adds a ++ before and after if it does, else if it exceeds the high limit it adds a + before and after, and so on for - , and --. The problem is the report takes forever, if I remove this checking it's lightning fast. This is Crystal 6.
The tolerances don't change for each entry, so I think it'd make it much quicker if I could get the value once, and just pass it to the subreport that would be ideal, but my main report already has data in it and I dont' want to screw it up.
Thoughts? Does any of this make sense?
Thanks,
The tolerances don't change for each entry, so I think it'd make it much quicker if I could get the value once, and just pass it to the subreport that would be ideal, but my main report already has data in it and I dont' want to screw it up.
Thoughts? Does any of this make sense?
Thanks,