5
votes
6answers
94 views
Divide by Zero Display Values
What is the best way (most intuitive to users) or best practice for displaying the results of a divide by 0 error when doing reporting? Within the report, I capture this error, however, when …
0
votes
4answers
47 views
easy way to write report on data
looking for a good easy way to generate reports on data my application holds.
rather than building it painfully by writing it all out and formatting it with /n 's etc is there an easier method? It …
0
votes
0answers
4 views
BIRT with db2 giving problem
I have successfully connected to DB2 database using db2jcc.jar and now facing another issue.
When i create a dataset and preview it. BIRT viewer throws following error.
Cannot get the decimal value …
0
votes
1answer
30 views
Best Font Face for Printed Report [closed]
I know! It isn't programming related... But It is a programmer related question!
Most of us have to develop reports to be printed once awhile.
So, What font do you think looks good and formal for …
0
votes
1answer
20 views
Is there a .Net Reporting tool that uses Office templates?
On the application I am currently working on, we need a way for users to generate reports in Microsoft Word or Excel format (export and print).
One of the requirement is that the users would create …
0
votes
0answers
20 views
Reporting framework that can export to a word document with editable charts.
Has anyone got any recommendations for a reporting framework, where it is possible to export into a word document and have charts editable inside MS Word. By this I mean the user should be able to …
0
votes
1answer
16 views
How can i access report’s row count
Hi there.
I want to write rdlc's row count to on page. How can i do that?
Thanks
0
votes
1answer
40 views
Jasper Reporting Tutorial
Hi. I am looking for a walkthrough or tutorial for jasper reporting. I have tried searching fortutorials but each tutorial has it's own way of using it. Some are shortcuts and some are incomplete. Can …
0
votes
0answers
13 views
Reporting with DB2
I started learning .net about 3 years ago. I have gone thru a boot camp during that time learning OO and various data access technologies such as NHibernate, Subsonic, LINQ TO SQL.
didn't wanna try EF …
0
votes
0answers
20 views
Open Source & Free Adhoc / End User Reporting Tool
Hi,
I am looking for an Open Source & Free Browser based Adhoc / End User Reporting Tool preferably based on Java (any other technologies are also welcome).
I have researched on JasperServer …
0
votes
2answers
26 views
Insert image to reporting project into iif
I would like to insert an image into this expession instead of True and False
=IIf(Sum(Fields!cont.Value, "DataSet7")<>Sum(Fields!tot.Value,
"DataSet7"), True,False)
i would like to insert …
0
votes
2answers
25 views
JUnit Result Aggregation
I'm familiar with aggregating junit test results within a single build, but are there any tools that let you aggregate results across different builds?
I'd like to discover which tests failed most …
0
votes
1answer
46 views
Dynamically render a DataTable into a Winform using the SSRS ReportViewer Control
BACKGROUND
I'm writing a method that will (eventually) take as input a System.Data.DataTable and render it as an (simple,tabular) SSRS report into a Winform using the Microsoft's ReportViewer …
2
votes
3answers
69 views
Anyone know of a Java reporting tools which has a web based visual report designer?
We're currently evaluating different Java reporting engines, and having a web-based ad-hoc report designer is a requirement.
We don't need anything too fancy, but we need users to be able to define a …
1
vote
5answers
110 views
ASP.NET: Strategy for handling really large reports…
Maybe not specific to reports but still...
In my asp.net mvc web application there's a section for reports that show 5 columns of data that map almost directly to a table in the db.
The problem is, …
