• Can Fields!Amount1.Value be NULL? That might result in the calculation giving NULL (or NULL/100) as a result. When you run the query in SQL, are there any rows that don't have numeric results? If so, you might have to add an ISNULL into your initial query.