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.
New AI Community Guidelines. Please review and follow them to ensure AI use stays safe, accurate, and compliant.
SQL Help - Open A/R by Job
I currently have a search that I pull each job(project) ID by Earned revenue by the formula "(sum(DECODE({accounttype},'Revenue',nvl({debitamount},0), 0))) - (sum(DECODE({accounttype},'Revenue',nvl({creditamount},0), 0)))" I'm wanting to add a column next to Earned Revenue for Open Accounts Receivable. Can someone help me out?
0