Hi, I am calculating a average age and I would like the results to display with the % sign. I got the number that I wanted but it's displayed as text (42) and not a number. I would like to display as a number with % sign. Is that possible for FME to do.
This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.
If you are looking for how to define the format for percentage representation in the Excel writer, try set "0%" to the Custom Number Format field for the column.
finally, it worked. thank you so much Takashi. I used ExpressionEvaluator and /100 and then on the writer i had to take the 0% off and leave it to read it as a number. In excel that number was then read as %.