Discussions
Stay up-to-date with the latest news from NetSuite. You’ll be in the know about how to connect with peers and take your business to new heights at our virtual, in-person, on demand events, and much more.
Now is the time to ask your NetSuite-savvy friends and colleagues to join the NetSuite Support Community! Refer now! Click here to watch and learn more!
formula to calculate amount by accounting period
I am trying to get a formula for a transaction search that will calculate an amount by accounting period.
I started with a series of formulas something like this:
DECODE(TO_CHAR({trandate},'MM'), TO_CHAR(ADD_MONTHS({today} ,-1),'MM'),{amount},0)
This got me pretty close but I found that there was data that might be coded to an accounting period where the date was outside of the accounting period. So my formula is not accurate as it is based solely on date. I want the formula to be somewhat dynamic, meaning I do not want to hard code the accounting periods.
0