NS AdminA
11/22/2024, 9:33 PMCeligo AI
11/22/2024, 9:33 PMAI generated answer (using internal Slack threads):To list all applied transactions in one column separated by commas in a saved search, you can use the following formula:
SQL
GROUP_CONCAT({appliedtotransaction} SEPARATOR ', ')
This formula will concatenate all the applied transactions into one string, separated by commas. Please note that this formula is based on MySQL syntax, which is used in NetSuite saved searches.
However, it's important to note that NetSuite does not natively support the GROUP_CONCAT function. You may need to create a custom field that concatenates the values you need, and then use this field in your 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.
******Celigo AI
11/22/2024, 9:33 PMSlack thread 1: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.84647876
Slack thread 2: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.842298508
Slack thread 3: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.838738859
Celigo AI
11/22/2024, 9:33 PM