Want to get involved? We're always looking for ideas and content for Weekly Challenges.
SUBMIT YOUR IDEASolution
To get the desired outputs please follow the below steps:
1. Use a formula tool to get the new field. The formula used should be Trim([Field1],"0")
2. Use a formula tool to get the desired output. Formula to be used should be Trimleft([Field1],"0"). Post that, use the text to columns tool to remove the delmiter ":". Finally use the select tool to get the desired fields
3. Use formula tool to get the desired output. Formula used should be TrimRight([ID],"ID")
4. Use the formula tool to get the desired output. The formula used should be " If Length([Safety Code])=6 then "SC"+[Safety Code] else left ([Safety Code],8) endif
Thank you!
My Solution