Can reports show a percentage?

Oct 23, 2008 2 Replies

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:

Join the Discussion

Have something to add? Share your thoughts — no account required.

Didn't find your answer?

Ask the community — no account required