|
Troy,
As you said, there are many methods and tools/apps, open source and
licensed, and I work for a vendor so you may discount this advice, but
in my experience, the main report writing hurdle for business users is
learning which of the dozens (hundreds?) of tables in your application
database have the data they want.
If you haven't already done so, consider spending some time now
studying your DB2 on i database, note the tables that are most often
joined in your existing report programs, and collect some queries from
your most skillful clients. You will probably discover that the vast
majority of the reports clients want query a handful of your application's tables.
Create some SQL Views that join those frequently queried tables
correctly so your clients don't need to figure that out. Your SQL
Views can also format dates and other values that might confuse your
clients, provide meaningful column names, etc. Once you've done this,
any tool you choose will be easier for users to learn and your staff to support.
Good luck.
Bill Langston
New Generation Software, Inc.
www.ngsi.com
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.