Forums › Cached › Customization › Reporting › Report Builder
This topic contains 5 replies, has 0 voices, and was last updated by eileensagabaen 13 years, 2 months ago.
-
AuthorPosts
-
September 12, 2011 at 4:21 pm #7954
dan.aronson@safemart.comAnyone found a great reporting tool that plugs into NetSuite? I am looking to create very custom reports based on very complicated searches and reports that pull from multiple searches at one time.
This is a cached copy. Click here to see the original post. -
September 13, 2011 at 5:42 am #7955
JCiroccoRE: Custom Reporting Tool
I would suggest ODBC and Crystal Reports. The ODBC driver gives access to most (but not all) of NetSuite and Crystal will give you almost unlimited flexibility.
-
September 13, 2011 at 8:54 am #7956
savethepenniesWe are using the ODBC connector and SQL Server Reporting Services (SSRS). As John stated above, the ODBC connector gives access to most information. We have found two challenges with the connector, both of which can be worked with but it is nice to know about them.
1 – There are some odd limitations in constructing queries. Some are documented, many are not. For example, sub-selects and joins can not coexist. Supported functions are also limited.
2 – Performance of the connector goes downhill fast with multiple joins. It is not uncommon for queries joining 3 or 4 tables to take 4-8 minutes.
It would be interesting to hear if others have found the same things or have been able to work around. I have created a utility that keeps a local cache up to date. Not ideal but makes it possible to use the data as we need to.
-
September 13, 2011 at 11:10 am #7957
khultquistRE: Custom Reporting Tool
We use ODBC with Excel for MRP reports, it works really well with a couple of small issues:
It can be slow for large joins, as noted above.
There are a few tables that are not accessible (the one that comes to mind is Unit of Measure).
-
September 13, 2011 at 12:09 pm #7958
rnedelkowRE: Custom Reporting Tool
Originally posted by khultquist
View Post
We use ODBC with Excel for MRP reports, it works really well with a couple of small issues:
It can be slow for large joins, as noted above.
There are a few tables that are not accessible (the one that comes to mind is Unit of Measure).
Version 2011 Release 2 provides the following enhancements to ODBC views:
Landed Cost Fields Exposed to ODBC
ODBC Views for Units of Measure
Thanks,
-
September 14, 2011 at 10:00 am #7959
eileensagabaenRE: Custom Reporting Tool
Originally posted by dan.aronson@safemart.com
View Post
Anyone found a great reporting tool that plugs into NetSuite? I am looking to create very custom reports based on very complicated searches and reports that pull from multiple searches at one time.
For reporting tool, you can try:
-
AuthorPosts
You must be logged in to reply to this topic.