473,414 Members | 1,776 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,414 software developers and data experts.

Suggest a reporting tool?

Hi all,
I am hoping someone can suggest a reporting tool that I can use
with my program. Currently, I am using Crystal Reports. I use the
reports strictly as a container that I dump data into. It does not
connect directly to any data source. For each element of data that I
am passing in, there is a corresponding formula field with the same
element name. Thus I have a variable called "A1a" that has a value of
"3", my program pushes into the Crystal Report to the formula {@A1a}
the value of "3". Then, based upon that, I may have statements print
out or simply make specified shadow boxes visible or suppress them.
For the most part, this works really well. The problem comes with our
flagship report, which has close to 2000 formula fields in Crystal and
close to 8000 elements in the report that are based on the 2000
formula fields. It will display the report fine, but crashes if you
try to export to another format such as Word or Adobe (the two needed
ones for me). I sent the report to Seagate and it crashed their
systems as well. They said it is to much to export. That leads me to
the question: Does anyone know of a report tool taht can do what I
need?

Dave
Jul 17 '05 #1
2 6724
You might want to look at Active Reports... by Data Dynamics
www.datadynamics.com

Product link is: http://www.datadynamics.com/Products...roductTOC.aspx

It's reviewed here:
http://www.avdf.com/june98/art_r002.html
http://www.vbxtras.com/products/activereports.asp

internally, this one uses a dynamic approach to exporting which is limited
only by system resources and not finite datatypes...I think it's a good
alternative.
--
Stéphane Richard
Senior Software and Technology Supervisor
http://www.totalweb-inc.com
For all your hosting and related needs
"David" <dh*******@chestnut.org> wrote in message
news:83*************************@posting.google.co m...
Hi all,
I am hoping someone can suggest a reporting tool that I can use
with my program. Currently, I am using Crystal Reports. I use the
reports strictly as a container that I dump data into. It does not
connect directly to any data source. For each element of data that I
am passing in, there is a corresponding formula field with the same
element name. Thus I have a variable called "A1a" that has a value of
"3", my program pushes into the Crystal Report to the formula {@A1a}
the value of "3". Then, based upon that, I may have statements print
out or simply make specified shadow boxes visible or suppress them.
For the most part, this works really well. The problem comes with our
flagship report, which has close to 2000 formula fields in Crystal and
close to 8000 elements in the report that are based on the 2000
formula fields. It will display the report fine, but crashes if you
try to export to another format such as Word or Adobe (the two needed
ones for me). I sent the report to Seagate and it crashed their
systems as well. They said it is to much to export. That leads me to
the question: Does anyone know of a report tool taht can do what I
need?

Dave

Jul 17 '05 #2
I second Stephane's recommendation. I have been using Active Reports for 4 years
or so, in various in-house engineering applications, with multiple users around
the country. I have thrown all kinds of things at it: run it with databases, run
it with on-the-fly recordsets, run it totally unbound with tricky formatting
event handlers and what not. One report uses the canvas feature to generate 5
other reports and combine their pages into one big report. It can export PDF,
RTF, and comma-separated text (readable by Excel). Works everytime.

"Stephane Richard" <st**************@verizon.net> wrote in message
news:Z_***************@nwrdny02.gnilink.net...
You might want to look at Active Reports... by Data Dynamics
www.datadynamics.com

Product link is: http://www.datadynamics.com/Products...roductTOC.aspx

It's reviewed here:
http://www.avdf.com/june98/art_r002.html
http://www.vbxtras.com/products/activereports.asp

internally, this one uses a dynamic approach to exporting which is limited
only by system resources and not finite datatypes...I think it's a good
alternative.
--
Stéphane Richard
Senior Software and Technology Supervisor
http://www.totalweb-inc.com
For all your hosting and related needs
"David" <dh*******@chestnut.org> wrote in message
news:83*************************@posting.google.co m...
Hi all,
I am hoping someone can suggest a reporting tool that I can use
with my program. Currently, I am using Crystal Reports. I use the
reports strictly as a container that I dump data into. It does not
connect directly to any data source. For each element of data that I
am passing in, there is a corresponding formula field with the same
element name. Thus I have a variable called "A1a" that has a value of
"3", my program pushes into the Crystal Report to the formula {@A1a}
the value of "3". Then, based upon that, I may have statements print
out or simply make specified shadow boxes visible or suppress them.
For the most part, this works really well. The problem comes with our
flagship report, which has close to 2000 formula fields in Crystal and
close to 8000 elements in the report that are based on the 2000
formula fields. It will display the report fine, but crashes if you
try to export to another format such as Word or Adobe (the two needed
ones for me). I sent the report to Seagate and it crashed their
systems as well. They said it is to much to export. That leads me to
the question: Does anyone know of a report tool taht can do what I
need?

Dave


Jul 17 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
by: Alex | last post by:
Subject: Looking for an XML (database-based) Query Reporting Tool/advice First off, let me apologize if this thread is somewhat off topic... PLEASE REPLY TO: xml@solex-bi.com I am looking...
3
by: jez123456 | last post by:
Hi My users, use ms access for querying and reporting on a backend database, however they need to replace ms access with a new reporting tool. I’m thinking of developing my own reporting...
8
by: Woody Splawn | last post by:
I am asking this question here because I asked this question in the Reporting Services Newsgroup and did not get an answer. Does anyone know if Reporting Services is intended to work in a...
6
by: Bob | last post by:
I want to dump Crystal, one of the many reasons being that it requires a client-side installation. I'm looking for a reporting package that integrates into DotNet yet has absolutely no COM in it,...
5
by: John | last post by:
Hi How do .net reporting tools (including in vs2005) compare to reporting in ms access? I am moving over from access and hoping that all my reporting needs will be fulfilled. Thanks Regards
1
by: John | last post by:
Hi vs2005 rc/sql server 2005 sep ctp. In vs 2005 when I try to add an item there are two icons 'report' and 'crystal report'. What is the difference between these two and sql server reporting?...
1
by: Mathieu [Marti-IT] | last post by:
Hi all, in creating a C# Windows Forms library to create professional applications with. In searching for a good reporting tool to create and distribute my applications reports with. Does anyone...
0
by: itsraghz | last post by:
Hello people, My present project need is to have an Open Source Java based reporting tool, which would allow the users to customize the fields to be chosen at runtime. The chosen fields are used...
2
by: tim007 | last post by:
Hi all, Can anyone suggest a Opensource Reporting tool like Crystal report. thanks Regards tim
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.