Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

what is the formula for this

Status
Not open for further replies.

pectin232

Technical User
Jan 22, 2011
67
US
In the Commandtext box shows Wellbeing. I want it to say Well Being instead. Tried several things I am not sure why it still does not say... tried Select Expert like this

if {Command.INITCAP(MISSION)} = "Wellbeing" then
{Command.INITCAP(MISSION)} = "Well Being"

does not work
 
if {Command.INITCAP(MISSION)} = "Wellbeing" then
"Well Being" else
{Command.INITCAP(MISSION)}

..although personally I think it should be "Well-being".

You would then use this formula instead of the field.

-LB
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top