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
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
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:
Have something to add? Share your thoughts — no account required.
Ask the community — no account required