Skip to main content
Question

Using a % symbol in a choice type parameter

  • June 18, 2019
  • 3 replies
  • 16 views

ebygomm
Influencer
Forum|alt.badge.img+46

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.

3 replies

gio
Contributor
Forum|alt.badge.img+15
  • Contributor
  • June 18, 2019

I cicrumvent the problem by using choice with alias.

The alias i then use for further control.


ebygomm
Influencer
Forum|alt.badge.img+46
  • Author
  • Influencer
  • June 18, 2019

I cicrumvent the problem by using choice with alias.

The alias i then use for further control.

I'm not able to use a % in either the display name or the value in the choice with alias


Forum|alt.badge.img+2

Hi @egomm,

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.