Hi, We still have an application that uses Crystal 8.5 and I need to modify one of the "standard" reports that comes with the application. It contains this formula: "QTY:" + NumberFormat(({TABLE.QTY}*{TABLE.DISPENSESIZE}),0) but I can't get the standard report to run outside of the application. When I check the formula I get an error "A number,currency amount, boolean, date, time, date-time, or string is expected here. Both Table.Qty and Table.Dispensesize field types are numbers. What is "numberformat"?