This site uses different types of cookies, including analytics and functional cookies (its own and from other sites). To change your cookie settings or find out more, click here. If you continue browsing our website, you accept these cookies.
Upgrading Server to version 22.1? We’ve enabled the faster AMP engine by default. Read about how these system settings changes might affect you.
How do I trim leading or trailing spaces from input data? What is the formula?
Thank you.
Solved! Go to Solution.
There are three functions:
You can use a formula tool to trim a single field and either override the original or store in a new field, e,g.
TRIM([TextField])
Or you can use a multi-field formula to do all at once.
TRIM([_CurrentField_])
If you untick Copy Output Fields ... it will override the original,
Thank you.
THANKS
I just used the Multi-Field and cleaned a whole score of fields - magic.