Hi there,
Let’s say I have a formula field - Field A - that produces a decimal value (e.g., 0.5).
I use the formatting option within the formula field to display this value as a percentage.
However when I call that field in another formula - Field B - it is displaying using the original decimal value.
Is there a way to format my the ouput in Field B, so that it displays as a percentage value?
Currently Field B is outputting data like:
0.5
0.8333334
0.2
I want Field B to output:
50%
83%
20%
If anyone could help that would be much appreciated!