Aly
10/07/2024, 9:51 AMCeligo AI
10/07/2024, 9:51 AMAI generated answer (using internal Slack threads):Based on the conversations, you can create a saved search in NetSuite to sum the transactions between Jan 1st 2023 and Dec 31st 2023 using SQL. Here is a line of SQL that you can use:
sql
SELECT SUM({transaction.amount})
WHERE {transaction.trandate} BETWEEN '2023-01-01' AND '2023-12-31'
This SQL statement will sum the transaction amounts where the transaction date is between Jan 1st 2023 and Dec 31st 2023.
******
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
10/07/2024, 9:51 AMSlack thread 1: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.838695
Slack thread 2: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.829921365
Slack thread 3: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.826409101
Celigo AI
10/07/2024, 9:51 AM