Hi
In a powerapp, I have two repeating sections as below where amount is collected.
1st collection
2nd collection
Then I have a total expense field on the main screen which shows sum of the amounts collected from above which should be 63.11 based on above two values.
Instead, I am seeing 63.10 returned for some reason for total expense.
Here is the formula I am using for Total expense field: Text(Sum(ExpenseCollection, Amount)+ Sum(MileageCollecion, MileageAmount),"[$-en-US]$#,##0.00")
any reason why its not returning 63.11? please help me correct it.
@Anonymous
That' weird, If I test 'Text(40.33 + 22.78,"[$-en-US]$#,##0.00")', it shows '$63.11' correctly.
How did you define the Text property of the first collection summary and the second collection summary? Is there a rounding case?
Could you share the Amount values of two collections?
Sik
User | Count |
---|---|
252 | |
107 | |
88 | |
51 | |
44 |