Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

different totals when detail band visible/invisible

Status
Not open for further replies.

joebloeonthego

Technical User
Mar 7, 2003
212
CA
I have a report that does some stuff in the detail band, but only displays the results in the summary. It's been brought to my attention that some of the values are wrong. the one value in particular I've been 'debugging' is exactly double what it should be. I then ran the report with the detail visible so I could see where it was doubling, but then the result was correct! I am completely stumped. Here is the field in the detail band:

ronhand:
=IIf([ordernum]="On Hand",[supply],0)
and it sums over group

then the summary band references [ronhand].

With detail band visibility set to 'no', the result is exactly double, when set to yes it is correct. And there is only one line of detail (out of about 20) that have the ordernum = 'On Hand' if that helps any.

any suggestions?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top