Discussions
SuiteWorld is the largest annual gathering of the NetSuite community! It will be held in Las Vegas on October 6-9, 2025. Our customers and partners look forward to SuiteWorld every year as a place to hear the latest from NetSuite, get hands-on learning, and connect with each other. Register now!
NSC | How to Retrieve Statistical Journal Entry from NetSuite2.com/SuiteQL
In NetSuite, statistical journal entries are used to record non-monetary data in your financial system. These entries do not impact the financial accounts directly, but they help in tracking and analyzing non-financial metrics which can be critical for various operational and managerial purposes.
Just like Memorized Transactions, this transaction type is not included in NetSuite2.com’s transaction table. Instead, they can be found in the table named StatisticalJournalentry.
Here’s a query sample to retrieve this data:
SELECT tranid,transactionnumber,approved, createddate,createdby, total FROM StatisticalJournalentry;
The sample code described herein is provided on an "as is" basis, without warranty of any kind, to the fullest extent permitted by law. Oracle + NetSuite Inc. does not warrant or guarantee the individual success developers may have in implementing the sample code on their development platforms or in using their own Web server configurations.
Refer a Member to the Community | Earn the Answer Accepter Badge | Vote for the contents you'd like to see