View Full Version : Phantom parameter


arage
04-30-2001, 12:19 PM
My report is running incorrectly (on1y prints 1 record)
The problem I have is that I’m asked for a parameter every time it runs. But the field that its asking for is something I’ve gotten rid of completely to my knowledge. Can someone recommend how some points to consider when facing this problem?

Rich
04-30-2001, 03:49 PM
You either haven't removed the parameter from the underlying query, haven't removed the sorting/grouping by that field, haven't removed the field from the query/sql etc.
HTH

arage
05-01-2001, 07:05 AM
Yup, that’s it Rich, there was some grouping on that field that was still there, thanks!