I have a job interview late next week as a report developer. At this point it sounds much more interesting than what I am doing now (customer support) and pays better as well. I have some of the software that they use, and I was wondering if it looks professional if I make some reports off of some sample data and bring it with me to th...
I have following xml structure and I would like them to display in the report.
{...}
<order id="121">
<item>
<fees>
<fee id="23">
{...}
</fee>
</fees>
<discounts>
<discount id="1">
{...}
</discount>
</discounts>
</item>
<item>
....
</item>
</o...
Hello
I have been using Rational Performance Tester 8.1.0 and trying to modify the reports to be a bit more useful. My understanding of it at the moment is that each report has the graph(s) and the table(s) and these are seperate entities that must be modified seperately.
While adjusting some of the data to be shown in the tables so...
Hi,
I am designing a new report using oracle reports builder that comes with 10g. I have many columns to be inserted horizontally. But I couldn't increase the page width of the body section beyond 8.5 inches. But I can see the page width of some existing reports to be more than 16 inches. How do I increase the page width?. I have been go...
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...
I'm new to Linq2Sql and to learn it I'm trying to setup reports using Linq2Sql against the FogBugz tables. But, since the FogBugz tables don't have any true Foreign Key relationships, LinqToSql isn't finding the relationships and I can't figure out how to create them through the Designer. So, is there a way to do this manually? If I do i...
hi guys
i am a fresher n don't know about java.
i created and published some reports to jasperserver using ireport,
now what i have to do is insted of logging into jasperserver i have to view my reports in myown site.
i tried it by using php/java bridge but not got the solution.
can any body provide me the steps to be followed in cl...
Hi, I have developed a Java application and now i want to give some simple printing support. Something like printing invoices , some reports etc.
Right now I'm creating that stuff in html, showing it on JEditorPane. but html support is quite poor and I'm really fade up of that thing. Is there any better way of doing such thing?
Any bette...
Newbie question here.
I have a web form with a text area and naturally users will enter newline characters also. I am storing this form to a table in the DB. I also have to create a report from this. So I dump the table to text and am trying to parse it. The delimiters for me between multiple records is a new line character. But the new...
I've got an existing report with quite a few fields on it.
I have just modified my database changing a varchar(10) to a varchar(20)
When I test it out with data '12345678901234567890' the query against my view works perfectly fine. However, even after I've completed a "Verify Database" it doesn't display the whole value.
I have attemp...
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...
Hi i run performance testing in my company, but i want to automate the report generation in such a way that i can get reports from splunk, wily introscope and cacti to my email once the testing is completed, any suggestions how i can proceed ?
No one has suggestions :(
...
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 ...
We have a web app with a few forms and some integration with mobile apps. We will be producing reports from the data collected in the forms and the mobile apps. which tool should we choose given how mature they are today as well as how mature they will be in a years time ?
We are a NON-PROFIT so the lesser the expense, the better. I und...
I have a report that need null values replaced with N/A. It works for x amount of rows until the null value is hit then the rest of the data needing to be displayed just goes away.
Here is my expression
=iif(Fields!PastBaseline.Value is nothing, "N/A", Round(Fields!PastBaseline.Value))
Anyone know what I am doing wrong?
...
I have what might seem like a strange question. I have a number ( around 50 ) of flat file reports that I aggregate daily to one sever through various methods. These can be downloaded via sftp, generated on the server, https, etc. However, at this point I'm having issues monitoring them to check for failures, interruptions, etc.
Does...
I've got a class with the following properties which I'd like to display on a Microsoft Report:
Class: Sales
Property Type
DateOfSale DateTime
TellerName String
Purchase List(Of Purchases)
The definition of the Purchases class is as follows:
Class: Purchases
Property Type
Item String
Quantity Integer
UnitCos...
I'm using an access 2007 database to track and report down time and reliability of devices. I've got four different devices in the Devices table. I also track all downtime occurrences in it's own table. We also need to know when the devices are actually in use, so we can tell if the downtime affected our operation at all. We keep track o...
According to the Installation Guide at http://oreports.com/docs/or-install-guide-3.0.html , OpenReports requires JDK 1.5 or higher.
However, having followed the instructions up to the point of the ANT build, I'm seeing the following error returned:
[javac] C:\My Documents\Reference\BI Tools\OpenReports\openreports-tomcat\openreports\sr...
The development team I work on needs a way to store and compile status reports. They should also be exportable to a searchable format.
Currently our reports are just emailed up the chain (which also means we can export them to our personal accounts for updating our resumes later based on our experience). However, this requires manual co...