Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I am trying to subtract one calculated column from another calculated column. The individual lines work but not totals. Please help - thanks
My formulas for column Work RVU's is = sum (Units * WorkRVU)
Units is sum(Units)
Gross Charges is sum (CalculatedCharge)
Exclusions is =if ("Work RVU's" =0, Sum (CalculatedCharge),0)
and the last column is = GrossCharges - Exclusions
Looks like total works as well, but you use different formats.
May be try to replace your expression for Exclusions
Sum(Aggr(If(Sum(Units * WorkRVU) = 0, Sum(CalculatedCharge), 0), <YourDimensionsSeparatedByCommaHere>))
For me also it's working. Are you talking about Decimal change. And use round if you are looking that way or Simple go to number tab and then use Integer
Hello Carol,
Number Format Settings (Number Tab) for Gross Charges, Exclusions (Integer) and last column (Fixed to 2 Decimals) is causing this issue. Make the formatting consistent across all three columns and get the desired results.
Hope this will be helpful.
Regards!
Rahul
All formats now the same but the column for exclusions will still not add up - it is like it doesn't like my exclusion formula even though the line items works. Exclusions does not add up and the last column gross charges minus exclusions each line add up but not the total. I tried Sunny's formula but that didn't work.
May be buzy, Sunny intention is this?
Check --> Sum(Aggr(If(Sum(Units * WorkRVU) = 0, Sum(CalculatedCharge), 0), [CPT Code]))
Or provide sample to work on it so that we can help you out
Would you be able to share a sample?