I have a static column on a report form, and I am using an expression because I want to calculate total weight. The formulae is P('UnitPrice') * (1 / (IF( !ISEMPTY(P( '2.ConvFactor' )), P('2.ConvFactor'), 1))), however I keep getting "Input string was not in a correct format". Not sure how to resolve this. Any ideas?