For the life of me, I cannot figure out how to make a % sign to display on my percentage feilds. My fields are formula fields using "number % number2", but I would like them to literally have the % sign in the display.
Do not put the formula directly on the reportinstead have another formula as @aaWithPercentage =
ToText ({@aa}) + "%'" (Say @@aa calculates the percentage)
Since the percentage formula ((number1/number2)*100) is numeric, you can use it on the report. Just highlight the field and click the <%> button on your toolbar.
I'd recommend RhioK's approach. If you use the % button on the toolbar on a numeric field, the percent displays fine.
What the Percent button does is set the "Currency" format on the number: it uses "%" instead of "$" and positions it on the right instead of left. You can sue currency to display other units like "ft", "hrs", etc.
Converting to a string with Totext is okay for displaying, but it means you can't use the number in other calculations, sorts, groups, etc.
OK. I think I will use rhinok's method. What I had ended up doing was in my forumla fields, put & "%" on the end of the formula, which works OK, because I'm not sorting by %, but I had to redo my summary fields. Before they were like a weighted percentage, but then I had to go back and redo them to divide the other summary fields to get what I needed.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.