SOLVED
How to remove?
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
rmartinez4
8 - Asteroid
‎08-24-2022
08:35 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi,
I want to remove this square from this column. I do have other data formatted this way in this column (DFRSSETD123, 192.000.121.1, etc) but I can't seem to remove this character.
Solved! Go to Solution.
Labels:
- Labels:
- Tips and Tricks
- Transformation
- Workflow
5 REPLIES 5
binuacs
21 - Polaris
‎08-24-2022
08:41 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
@rmartinez4 try the TrimLeft(String,y) function where you need to specify the character you wanted to remove in place of y
‎08-24-2022
08:53 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Odd. The squared in front does not show up as a character.
Robin_McIntosh
11 - Bolide
‎08-24-2022
08:58 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Try a REGEX tool like this.
‎08-24-2022
09:06 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
You're Magical
Robin_McIntosh
11 - Bolide
‎08-24-2022
09:11 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
