[jasperreports-questions] Help with crosstabs and filtering data

2009-03-29 Thread jasper_user
Hi, I am new to Jasper reports. I am using a java bean datasource for my report. I have to use crosstabs and the information to be added in the crosstabs has to be filtered by certain criteria. I am using an older version of Jasper 1.2.1. Can someone pls help me. Thank You -- View this message

[jasperreports-questions] Help required jasper report on netbeans 6.1

2008-11-10 Thread kalakalwa
Hello, I am a newbie to Java. I'm trying to generate reports with jasper in netbeans 6.1. My code given below, runs well in Java desktop application but in jsp it does not give any error and simply render the html but no report shows up (not even empty) nor any error message. I know i'm missing

[jasperreports-questions] Help needed

2008-02-27 Thread Abhishek Kaukuntla
Hi, Is there anyway to pass a field value to the subreports so that the subreports can check that value and print the data related to that only value? If yes, then is there anyway that the group expression in subreports can print values placing a condition on that passed value? Lemme just give y

[jasperreports-questions] Help with subreports

2008-01-24 Thread Shiby Maria John
Hi, I am having a subreport whose rows are displayed based on a condition. When i am suppressing rows like this, the space is not removed where the row should have been. Is there a method to achieve this ? regards, Shiby ---

[jasperreports-questions] Help with Subreports and JAVA Bean connections

2007-10-10 Thread scottpetersen
I have been writing Jasper reports for some time and do not have a problem writing main and subreports. I can write a main report that passes a $P{REPORT_CONNECTION} (JDBC connection) to subreport1 and they work fine. I can also write a main report that passes a JAVA Bean to subreport2 and they wo

[jasperreports-questions] help jasper and PHP

2007-02-22 Thread hanata arie
Can you help to solve my problem. I've connected java to PHP then I tried to execute sample from www.php.net and it's work. But when I tried to execute jasper's sample on PHP it's not work. This my configuration php.ini [Java] java.class.path = "extensions\php_java.jar;extensions\" java.home

[jasperreports-questions] help watermark

2007-02-01 Thread vincent
hi friends i am trying to display a watermark in my page. watermark on top always on top how do it ? - Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pr

Re: [jasperreports-questions] Help needed with variable

2006-09-05 Thread Borut Hadžialić
Asuming that you want to print that variable, add a text field to your Detail section and set its expression property to something like: ($F{field1}.intValue() == $F{field2}.intValue()) ? new Integer(1) : new Integer(($F{field2}.intValue() - $F{field1}.intValue()) * 24) If field1 and field2 a

[jasperreports-questions] Help needed with variable

2006-09-05 Thread John Dunn
I am using ireports to create my reports and want to calculate a variable each time I read a record. Basically if field1 = field2 set variable to 1 else set variable to (field2 - field1) * 24 However I have no idea how to write this variable expresssion because I no little java. Can anyone he

[jasperreports-questions] help needed for designing the report

2006-07-16 Thread Meenakshi Singh
hi all, we have some specific requirement for generating a report in which we need a rounded rectangle & in that rounded rectangle all other elements should be placed. When I make a rounded rectangle & place other elements over it, it gives error & also when I generate the report with an empty dat

[jasperreports-questions] help

2006-04-07 Thread Maier Quirin IT141
help   Mit freundlichen Grüßen / Best regards Quirin Maier Softwareentwicklung PCM / Software Development PCM / IT 141 Lisa Dräxlmaier GmbH Landshuter Str. 100 D-84137 Vilsbiburg phone:  +49 87 41 47-14 97 fax:    +49 87 41 47-17 56 mailto:[EMAIL PROTECTED] http://www.draexlmaier.de  

[jasperreports-questions] Help needed for image report

2006-03-02 Thread Meenakshi Singh
Hi, I am using ireport1.1.0 & JR 1.1.0 I have a report wherein I have to show diff images for diff tools. Is there any way wherein I can fix the size of the image. So that whatever be the data in the text field(text fields are all stretch equals true) If I use fillframe for the image then the ima