In a saved search, is there a way to remove certai...
# ask-stanley-ai
t
In a saved search, is there a way to remove certain text from each line.
c
AI generated answer (using internal Slack threads):
In a saved search, there isn't a direct way to remove certain text from each line. However, you can manipulate the data displayed in the results by using formulas in the results fields. For example, you can use the SQL function REPLACE in a formula (text) field to replace certain text with an empty string, effectively removing it. Here's an example:
Copy code
Formula (Text): REPLACE({fieldname}, 'text to remove', '')
This will replace 'text to remove' in the fieldname with nothing, effectively removing it from the results. Please note that this will only affect the display of the data in the saved search results, and not the actual data stored in NetSuite. ****** 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.838438
Slack thread 2: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.836629152
Slack thread 3: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.834710777
Please provide your feedback on this answer.
t
Why is the formula box closed off for me.
r
The agent isn’t yet programmed to answer follow-up questions. But you can ask it again in the main thread
t
Thank you @rico
👍 1
c
Thank you for your feedback