How do I use Replace formula in saved search.
# ask-stanley-ai
t
How do I use Replace formula in saved search.
c
AI generated answer (using internal Slack threads):
To use the REPLACE formula in a saved search in NetSuite, you can follow these steps: 1. In your saved search, go to the Results tab. 2. Click on the 'New Field' button. 3. In the 'Summary Type' dropdown, select 'Formula (Text)'. 4. In the 'Formula' field, enter the REPLACE formula. For example, if you want to replace the string "EST" in a field named 'yourfieldhere', you would enter
REPLACE({yourfieldhere},'EST','')
. This will replace all instances of "EST" in the 'yourfieldhere' field with an empty string, effectively removing "EST" from the field in the results of the saved search. ****** Disclaimer: This response was generated by an artificial intelligence assistant based on previous conversations from multiple Slack channels, and may contain inaccuracies or mistakes. ******
Slack thread 1: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.865345597
Slack thread 2: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.849809
Slack thread 3: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.844679
Please provide your feedback on this answer.