Can reports show a percentage?

Is there a way to show a percentage in the SO reports? I would like a report to show the profit as a percentage of the sales on a few reports.

Thanks, JD Byers

Reply to
JD Byers
Loading thread data ...

Sure ... have several reports that I modified to show this. See below.

Begin Column FieldName = "ProfitMargin" DrillDownFieldName = "" DrillDownReportName = "" StoreIDFieldName = "" Title = "Margin" VBDataType = vbDouble Formula = "CASE WHEN ViewStoreSales.TotalSales > 0 THEN (VIEWStoreSales.TotalSales-VIEWStoreQty.TotalCost) / ViewStoreSales.TotalSales END" ColHidden = False ColNotDisplayable = False FilterDisabled = False ColWidth = 750 GroupMethod = groupmethodAverage ColFormat = "%.##" ColAlignment = flexAlignRightCenter End Column

"JD Byers" wrote:

Reply to
Luminox

Reply to
convoluted

BeanSmart website is not affiliated with any of the manufacturers or service providers discussed here. All logos and trade names are the property of their respective owners.