Hagar Ahmed
11/25/2024, 1:53 PMCeligo AI
11/25/2024, 1:53 PMAI generated answer (using internal Slack threads):Based on the conversations provided, it seems like you are trying to calculate the amount for a specific account where the end date is today and goes back to the same day of the last month. In NetSuite, you can use a saved search to achieve this. You can create a new saved search for the specific account and set the criteria to filter the transactions where the date is between today and the same day of the last month. Here is a sample formula you can use in the criteria:
Formula (Date): {trandate} BETWEEN add_months({today}, -1) AND {today}trandateFormula (Numeric, sum): {amount}Celigo AI
11/25/2024, 1:54 PMSlack thread 1: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.815567911
Slack thread 2: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.815297842
Slack thread 3: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.806239128
Celigo AI
11/25/2024, 1:54 PM