crogers111
Technical User
CR XI
I'm trying to perform simple division, but the values in the decimals are incorrect. It's as if the decimals are being truncated or is rounding down.
All fields are in the Report Footer.
1. Sum(Data.AmountPaid) = $505,909.98 (Currency)
2. DistinctCount of Data.ClaimNumber = 2865.00 (Number)
Data.ClaimNumber is a string
I've created a formula:
@AvgPerClaim
Sum ({Data.AmountPaid})\DistinctCount ({Data.ClaimNumber})
ISSUE:
The result displayed is 176.00
It should be 176.58
I'm at a loss why this is happening and hoping I'm overlooking something simple
I'm trying to perform simple division, but the values in the decimals are incorrect. It's as if the decimals are being truncated or is rounding down.
All fields are in the Report Footer.
1. Sum(Data.AmountPaid) = $505,909.98 (Currency)
2. DistinctCount of Data.ClaimNumber = 2865.00 (Number)
Data.ClaimNumber is a string
I've created a formula:
@AvgPerClaim
Sum ({Data.AmountPaid})\DistinctCount ({Data.ClaimNumber})
ISSUE:
The result displayed is 176.00
It should be 176.58
I'm at a loss why this is happening and hoping I'm overlooking something simple