SOLVED
Hi, how can I add text to an existing text field?
Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
Marcegon
8 - Asteroid
‎08-22-2022
08:22 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
I am trying to set up a formula to add " / should be x" if the current status field is "Budget approved".
Input
Budget approved
The output would be:
Budget Approved / should be x.
Solved! Go to Solution.
Labels:
- Labels:
- Workflow
3 REPLIES 3
ncrlelia
11 - Bolide
‎08-22-2022
08:36 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi @Marcegon,
Try this
IF [Input] = "Budget Approved"
THEN [Input] + " / should be x"
ELSE [Input]
ENDIF
Hope this helps.
Cheers,
Lelia
‎08-23-2022
09:31 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Thank you so much. This worked. How can I change the added text to red font? I am new in Alteryx, so I am still trying to figure things out. Thanks again.
ncrlelia
11 - Bolide
‎08-23-2022
05:42 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi @Marcegon,
I don't think you can change the font colour in the result, unless you are using one of the Reporting tools.
Cheers,
Lelia
