I have a line chart in a report (rdlc), that I cannot get formatted correctly. There are 2 main things I am trying to accomplish.
1) The x-axis is a date, right now it is being displayed as the full date with time, and I want it to be displayed as mm/dd/yyyy. I have attempted to change this by using =FormateDateTime(Fields!EndDate.Val...
Hi all,
I've been using Microsoft SQL Server Management Studio for multiple manual SQL queries for Excel reports up until this point. I'd now like to automate my processes further with Microsoft Business Intelligence Development Studio and generate reports using this rather than Excel.
Here's a rough overview of what I'm looking to do...
We want to keep track of production data of a Rails app, so that we can analyse them in a few months.
To be more precise, we have a few data Models with a "status" and dates column that can change frequently.
The idea is to write somewhere a new line in a DB or log file every time the status or any other attribute changes. These line ...
i have created a master report and a sub report. I have written the code in jsp to call the master report but it gives an error.
Error Loading object from file: "path where the sub report resides".
Please help me out if i am doing something wrong.
jasperdesign = JasperManager.loadXmlDesign(getServletConfig().getServletContext().get...
I have a LAMP host, not tomcat therefore no java, I need a Business Intelligence Tool which can be run on mysql/php
Must be able to download large reports
...
hello,
I'm developing an application with spring MVC, and i need to integrate some courbes, and chart. I want to know which is good framework to use with?
I know Birt, but i don't work with it.
Thank you
...
This is stupid that I can't figure out how to do this. I'm in the SQL Reporting Services Report Manager website. I have some reports in a folder. I want to copy those reports to a different folder so that I can point those reports to a different datasource. I still need the original reports in their original folder, pointing to their...
Hi!
Is it possible to create my own mobile dashboard, reporting tool for SAP? I understand the standard components to be used for this purpose are:
Business Objects Enterprise Server XI - this provides reporting functionalities for SAP
Business Objects Mobile Server - this connects to Enterprise Server and optimizes reports stored the...
Hey peeps
I have a system implemented by numerous clients, system is built in asp.net, C# and uses MSSQL2008 as a database.
New requirements are reporting functionality, this has to be presented in the browser.
I know of two solutions:
Crystal
Reporting Services
However, somehow i think their are more option out there.
I am look...
I have intranet win.forms (click once) application with custom built-in reporting module (40+ WinWord & Excel reports). Module is in separated assembly and abstracted via interfaces. We have sources and continue to support it.
Common interfaces look like:
IReportProvider {
// introspection stuff
IEnumerable<ReportCategoryInfo> Ge...
I am creating PDF reports. I know some basics and try to make them simple. But still, they look ugly. I would like to see some good examples. Are there good looking reports on the web?
...
csv sample:
Date,128,440,1024,Mixed
6/30/2010,342,-0.26%,-0.91%,1.51%,-0.97%
6/24/2010,0.23%,0.50%,-1.34%,0.67%
i want to render this data in a multi-line graph
...
Using WPF and MVVM, we have a lot of very useful ViewModels and business objects for reporting. When designing a specific report (so far they're very simple) I'll add the BO/VM as a data source so the report can pull the properties from there instead of having to create and maintain an actual DataTable of properties for each BO/VM.
The...
I'm looking for a templating tool that allows powerful manipulation of data and report building. JasperReports is powerful, but is it the best out there? I generally don't need the ability for fancy colors or gradients, but I do need the ability to position data accurately and produce reliable, quick results. Ideally, generating a report...
I have a BIRT report which connects to our test database. In the productive environment I would like to supply a datasource which is provided by the container through jndi.
How would I set the datasource programmatically for the given report?
...
IReportRunnable design = birtEngine.openReportDesign ( new File ( properties.getPr...
Looking for a reporting/analysis tool which enables ad hoc reporting for END USERS on Windows Forms (will be converted to WPF/Silverlight) environment.
END USER shall build his own reports by 'drag and drop' data properties to create initial template layout and drill down by filter, sort etc from data generated dynamicially through WCF...
I've got a multiple tabbed report. On one tab I have the details listed and on another I have a summary table (cross reference) type of aggregation based on the same dimensions utilized in the detail report. I've created a calculated field that takes the product of two measures, I've saved this as a variable. When I try to aggregate th...
How i can change design of parameters value in SQL reporting services ?
...
My web application has a report that shows the number of logins by a particular user each week. However, I'm struggling to get the query just right. The problem I'm running into is that I can't seem to get the weeks during which the user did not login at all.
Currently my query looks like this:
SELECT
DATE_ADD(logDate, INTERVAL(1-D...
Hello all.
I am looking for a reporting tool for my end users to build their own reports using their data which is stored in a MySQL DB. I have researched this on stackoverflow and most of the solutions seem to be desktop apps or web-based services which allow you to upload data which is not an options.
I would prefer this software ...