Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
Showing results for
Get 50% OFF QuickBooks for 3 months*
Buy nowI am looking to get all Journal Entry data for QuickBooks. I am already pulling all Manual Journal Entries with the query below. I could do with some help from an expert on the system.
Our existing MJE data is created using the following example.
SELECT
*
FROM
[qb].[journalentryline] LT
LEFT OUTER JOIN [qb].[account] GL ON GL.[ListID] = LT.[JournalLineAccountRefListID]
WHERE
LT.[IsAdjustment] = 1
AND LT.TXNDATE >= @FROMDATE
AND LT.TXNDATE <= @TODATE
I did originally hope removing the LT.[IsAdjustment] = 1 from the where clause would work, however only manual journal entries are still showing. Can you advise on the correct table to find this info? Or what my query should be changed to?
Hello there, kmullins131.
Let me help you get all the journal entry data in QuickBooks. You can run the Journal report to view all the entries recorded in the program. Even if the entries are manually recorded or not, you can still view them. Here's how:
Here's a couple of articles that you can check for more details about handling reports in QuickBooks Desktop:
I'm just a post away if you have additional questions about this or any concerns related to QuickBooks. Take care always and have a good one.
Thanks for the suggestion, but I am pulling data into a data factory using a ODBC driver. So I have to query it using SQL.
Thanks for getting back, kmullins131.
You can create custom reports in ODBC compatible applications like Microsoft Access, Excel, pr Crystal reports. Let me show you how:
To connect with Microsoft Excel:
After you connect, you can start selecting different report views and pull your QuickBooks data into Excel.
To connect with Microsoft Access:
To connect with Crystal Reports:
For more information about this process, see this article: Open Database Connectivity (ODBC) Driver FAQs for QuickBooks Desktop.
In case you have any other questions about reporting, feel free to visit this link: Custom Reporting Guide.
Feel free to message us again if you have other questions. We are always here to help. Have a good one.
Thank you! I have read several posts on this subject so far and this is the only one that worked! I appreciate you posting this answer.
You have clicked a link to a site outside of the QuickBooks or ProFile Communities. By clicking "Continue", you will leave the community and be taken to that site instead.
For more information visit our Security Center or to report suspicious websites you can contact us here