Is it possible to use a % symbol in a choice type parameter?
e.g. if i wanted the parameter options to be %y%m%d or %d/%m/%Y
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.
Unfortunately the GUI for Choice parameters is not properly handling that character as it is used as the separator between different choice values so currently setting %Y%m%d will become three choices: Y, m and d. I have raised issue FMEDESKTOP-9147 to request this is fixed.
As a workaround I would suggest using a different symbol and then using a ParameterFetcher > StringReplacer in your translation to rectify this.