Page 1 of 1

Crystal Reports

Posted: Mon Jun 28, 2010 12:31 pm
by paulgordon
Hello, has anyone used Crystal Reports with Open Dental? I have a trial version and want to play around.

Thanks

Re: Crystal Reports

Posted: Fri Jul 02, 2010 11:50 am
by mowgli
I've seen a post at the MySQL site saying that Crystal Reports can work with MySQL database version 5.0.27 or later. Open Dental uses version 5.0.22 or some even 4.1. For those, an ODBC connector is needed as a go-between. I used Crystal Reports long ago and liked it, but since the RDL report format meets our needs, connects directly to the database without ODBC, and is around $327 cheaper (that is, free), why bother with it.

Re: Crystal Reports

Posted: Fri Jul 02, 2010 1:27 pm
by enamelrod
what reports are you able to generate with RDL report format

Re: Crystal Reports

Posted: Tue Jul 06, 2010 11:19 am
by fdscadmin
Try iReports (download from sourceforge). I have written a *lot* of reports with iReports and it only gets better. I would be happy to help if needed.

Re: Crystal Reports

Posted: Tue Jul 06, 2010 12:01 pm
by mowgli
We have over 40 reports, from routing slips to referral reports to production/writeoff reports. The nice thing about RDL Designer in OD is that you can paste in a query and it creates a table or list based on the fields, with various layout and formatting options that aren't available in "user query." Formulas can also be applied to the results. Use "search" for "RDL" on the Open Dental website and you get 2 results, one with a nice sample report and one with rather over-complicated instructions and helpful links. It can connect thru the ODR.dll or directly to the database with a MySQL server connection string. It's not very user-friendly though and you have to know how to query the database and pull more human-readable results from the raw data.

Re: Crystal Reports

Posted: Tue Jul 06, 2010 12:47 pm
by Rickliftig
I've started posting some of my info sheets onto Google docs. Maybe there's a way to share the rdl files there. Then you can do some Youtube videos!

Re: Crystal Reports

Posted: Thu Jul 08, 2010 3:01 am
by enamelrod
this goes back to a previous post of what third party programs are you using. if ireport does what you say this would be an area that OD users need guidance on and support on from OD team, since reporting is a weak link for od

Re: Crystal Reports

Posted: Mon Jul 19, 2010 10:24 am
by steveng
fdscadmin wrote:Try iReports (download from sourceforge). I have written a *lot* of reports with iReports and it only gets better. I would be happy to help if needed.
iReport is pretty good as stand-alone application but it is more for advanced users and is also java. Considering that most reports run by your staff... there is a potential of "staff whining" :cry: involved.

I wonder if it could be integrated in OD through plugin API http://opendental.com/manual/plugins.html?

Re: Crystal Reports

Posted: Sat May 12, 2018 5:55 pm
by djanash@mac.com
mowgli wrote:We have over 40 reports, from routing slips to referral reports to production/writeoff reports. The nice thing about RDL Designer in OD is that you can paste in a query and it creates a table or list based on the fields, with various layout and formatting options that aren't available in "user query." Formulas can also be applied to the results. Use "search" for "RDL" on the Open Dental website and you get 2 results, one with a nice sample report and one with rather over-complicated instructions and helpful links. It can connect thru the ODR.dll or directly to the database with a MySQL server connection string. It's not very user-friendly though and you have to know how to query the database and pull more human-readable results from the raw data.

Id ove to hear more about how you were able to do this, especially the part about getting to be more user friendly and getting readable results. Can you please expand?