what saved search formula will list all applied tr...
# ask-stanley-ai
n
what saved search formula will list all applied transactions in one column separated by commas?
c
AI 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:
Copy code
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. ******
Slack 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
Please provide your feedback on this answer.