Ron
12/13/2024, 9:32 PMCeligo AI
12/13/2024, 9:32 PMAI generated answer (using internal Slack threads):To return transactions with a close date in the current month using SuiteQL, you can use the
TRUNCsql
SELECT *
FROM transaction
WHERE TRUNC(closedate, 'MM') = TRUNC(CURRENT_DATE, 'MM')*transactionclosedateTRUNCclosedateclosedateclosedateCeligo AI
12/13/2024, 9:32 PMSlack thread 1: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.782547414
Slack thread 2: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.775605679
Slack thread 3: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.77526468
Celigo AI
12/13/2024, 9:32 PM