Beast Mode

Beast Mode

Need Column Subtotal and Total to be average of % Amounts not Totals

I need the Subtotal and Totals of % Spent Columns to be averaged not Totaled

image.png

fyi - transactionamt = JTD Cost

(IFNULL(CASE WHEN SourceCode = 'Blank' THEN Filter Rows.TransactionAmt end,0))/
CASE WHEN (IFNULL(RevisedEstimatedCost,0)) >= (IFNULL(CASE WHEN SourceCode = 'Blank' THEN Filter Rows.TransactionAmt end,0))

THEN (IFNULL(`RevisedEstimatedCost`,0))
ELSE (IFNULL(CASE WHEN `SourceCode` = 'Blank' THEN `Filter Rows.TransactionAmt` end,0))

END

Welcome!

It looks like you're new here. Members get access to exclusive content, events, rewards, and more. Sign in or register to get started.
Sign In

Best Answers

Answers

Welcome!

It looks like you're new here. Members get access to exclusive content, events, rewards, and more. Sign in or register to get started.
Sign In