Found the problem. One of the sales entry was 0 (no sales for that particular item). Since I needed sales ratio I divided other entries with it, result is infinity. That got saved into the csv file which participated in the final tally.
Never considered that possibility. t -------- Original Message -------- From: [EMAIL PROTECTED] Apparently from: [EMAIL PROTECTED] To: [email protected] Subject: Re: [Jgeneral] Odd behavior of +/ Date: Fri, 24 Aug 2007 17:59:06 -0400 > Thanks. > > There was a problem with that row. This is in itself odd since each row was > taken from a csv file (the file looks sane). At least I can proceed. > > Thank again guys. > > t > ---------------------------------------------------------------------- > For information about J forums see http://www.jsoftware.com/forums.htm ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
