Community Tip - If community subscription notifications are filling up your inbox you can set up a daily digest and get all your notifications in a single email. X
Rather than relying on the user to enter string parameters using a specific case (UPPER, lower, Title, or Sentence) and then always displaying the parameter string as enterd, instead let the user specify the desired display style when the parameter is used. For example; use a suffix (U=UPPERCASE, L=lowercase, T=Title case, S= Sentence case and no suffix = use as entered, a.k.a. MiXedCase). The suffix could be similar to entering a session ID number. For example; ¶meter_name:3,T (meaning show the value of parameter_name from the model with session ID 3 and diplay the string in title case. So if the value as stored is "This is a test sTring" then:
Having this capability would allow more flexibility and more control over the display of parameter strings.
Fascinating idea. I'm not sure the exact syntax makes sense. It might be better to use the existing form for decimal display. For example: ¶meter[U]
It would also be nice to have these available as actual commands that can be used in relations. Something like this: UPPER(<param_name>)
(Similar to these: http://help.ptc.com/creo_hc/creo30_pma_hc/usascii/#page/pma/fundamentals/fund_seven_sub/Operators_and_Functions_for_Stri…)