0
votes
0answers
11 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 researche …
0
votes
2answers
23 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 …
0
votes
2answers
16 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 w …
1
vote
5answers
103 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 d …
0
votes
1answer
22 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 …
2
votes
3answers
66 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 …
0
votes
1answer
24 views
Jasper Report doc export margin problem
Hi there,
Im using Jasper Reports to generate a word (docx) document but I have a problem when I want to try to print the doc. The exporter messes up the margins of the page. Does …
0
votes
1answer
110 views
JasperReports html and pdf output
I'd like to create a dynamic reporting webpage using JSP. Basically it should contain the following parts:
Filter: The user can specify the filter conditions and press a filter b …
0
votes
5answers
42 views
Has Anyone Tried FastReport .Net before?
I'm looking for reporting solution for .net, my company has used Crystal Reports XI (and its Server edition) and SQL Server Reporting Services for our previous projects. However we …
1
vote
5answers
68 views
Document Management System Recommendation
I have an application that generates around 10000 printed pages per month. Each report (around 2000/month) is archived as PDF on a simple network
file share.
I am searching for a …
-1
votes
1answer
142 views
Custom Aggregate Functions in Reports.
I have daily records of production per category, i.e. category A: 80 tons. Each report row will look like this:
Daily Week to Date Month to …
61
votes
38answers
3k views
How do you track your hours?
Every programming job I've had has required me to track my hours, entering them into a system once a week. I've never been good at it. For the past few years, I've been running Tim …
0
votes
1answer
34 views
Conditional Formatting in Access 2007 Report
I have created two reports in Access 2007 that are virtually identical except for the data source. In both of them I have set up conditional formatting on a field to make the font …
0
votes
1answer
20 views
conditional sum not working on certain datatypes
I have a conditional sum in my grouping
=sum(iif(Fields!Letter.Value="Service",0,Fields!Mailed.Value))
I keep getting the #error on half the fields. There all numbers. In my p …
1
vote
3answers
35 views
php error reporting
Is there a common standard for reporting errors in your class functions?
I've seen some c functions that you pass the error string to, so that if there is an error you can see wha …
