Settings and activity
1 result found
-
2 votes
Closing this for now until we have further info on the request.
Can revisit laterAn error occurred while saving the comment
1 result found
Closing this for now until we have further info on the request.
Can revisit later
I believe I have a similar problem that can be a manifestation of the same bug.
If you create a field to show a percentage based on the values inserted in two other fields, like:
PERCENTAGE = VALUE * 100 / TOTAL_VALUE
Some values cause the percentage to show 10.00 when it should be 100.00. Try setting TOTAL_VALUE and VALUE to 381.47, for instance. You'll see PERCENTAGE = 10.00