Tanner Gladson
12/20/2024, 1:45 PMCeligo AI
12/20/2024, 1:45 PMAI 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:
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.
******Celigo AI
12/20/2024, 1:45 PMSlack 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
Celigo AI
12/20/2024, 1:45 PMTanner Gladson
12/20/2024, 1:47 PMrico
12/20/2024, 2:47 PMTanner Gladson
12/20/2024, 3:45 PMCeligo AI
12/20/2024, 7:09 PM