Hi all,
I have an app that records mixed numbers and fractions in a text field: i.e. “1/8”, “2 7/8”, “3” (one eighth, two and seven eighths, three)
I am attempting to transform these fractions into decimal numbers so I can sum them together. i.e. the above would be converted to 0.125, 2.875, 3.000.
I’m starting at the basics to see if I can at least get the fractions by themselves to render, as I only have to account for a small number of allowed fraction inputs.
Here is my formula for the Decimal Pages field.
However, my fractions keep getting validated as a date.
And when I try adding a value on the front end, I get a wildly wrong result.
Has anyone managed to successfully manipulate fractions?



