smusba
13th August 2008, 17:42
Dear Gurus,

I get the folowing error message if I take the order type from 201- zzz only.
But if I take the order type individually the report is generated. Take a look at the following attachment of error message.

Hitesh Shah
13th August 2008, 19:02
This comes when there is division by 0 . I suggest u compile the report in debugger mode to check this. These is some data at some order where division by 0 occurs .

sambhajidg
17th August 2008, 12:59
example: suppose you want to divide y by x and storing result in a. use following statement.

a = x <> 0 ? y/x : 0

good luck
sdg

smusba
18th August 2008, 09:13
Dear Sdg,
Thanks for your guidance. I ve rectified my error



Regards,
Suhaib