Jump to content
We've recently updated our Privacy Statement, available here ×

nithya

Members
  • Posts

    9
  • Joined

  • Last visited

 Content Type 

Profiles

Forum

Events

Featured Visualizations

Knowledge Base

Documentation (PDF Downloads)

Blog

Documentation (Test Area)

Documentation

Dr. Jaspersoft Webinar Series

Downloads

Everything posted by nithya

  1. Hi, Is it possible to generate report based on selection of particular columns using Jasper report. If so,help me. Expecting the reply at earliest. Regards, Nithya
  2. Hi all, Thanks for u r reply. But table wont expand according to the data if we use border. It should b similar to <tr><td> in HTML. so how can i achieve this. Thanks in advance, Nithya N
  3. Hi all, I wanna know to create table using crosstab. Do any one have simple code to create table with just two columns using crosstab. Help me plz. Thanks in Advance, Nithya N
  4. Hi all, I wanna to generate table in jrxml. I want to display the result in Table form. How can i achieve this. Thanks in advance, Nithya
  5. Hi all, I wanna to create report only HashMap values i pass, i did all my database operation in java code itself, i just wanna to pass the result values from java program to report. How can i retrieve my hashmap values in JRXML file. Thanx in advance, - Nithya
  6. Hi all, I wanna get string value of particular field.The code is as follows, Code:<textFieldExpression> <![CDATA[$F{MyNumber}.StringValue()=="y" ?"in range":"out of range"]]> </textFieldExpression> But i am getting compilation error.How can i achieve this? Thanks in advance, N.Nithya
  7. hi all, I wanna to create report only from given parameter thro hashmap, i dont' wanna to include any query string in jrxml file. I'm passing some n parameters from the java program, i wanna to create a report based only on this, but if i omit query string in jrxml file i got a blank report. If i include query string, my report duplicates according to number of rows in the database. How can i get rid of this problem, Thanx in advance [file name=ReportTable4.pdf size=99367]
  8. Hi all, I wanna dynamically add images to a cell by validating a condition, my condition is as follows, Code:$F{row1} . intValue() == 1 ? 0 : 1 Now wanna to change this condtion to something like this Code:[code]$F{row1} . intValue() == 1 ? image1 : image2 How can i achieve it Thanx in advance -Nithya
  9. Hi all, I am getting this exception org.xml.sax.SAXParseException for the code, Code:<rowGroup name="Region" width="50" totalPosition="None" headerPosition="Stretch"> <bucket> <bucketExpression class="java.lang.String">$F{ShipRegion}</bucketExpression> </bucket> <crosstabRowHeader> <cellContents> <box leftBorder="2Point" bottomBorder="2Point" rightBorder="2Point"/> <textField> <reportElement x="5" y="5" width="40" height="40"/> <textFieldExpression><![CDATA[$V{Region} == null ? "No region" : $V{Region}]]></textFieldExpression> </textField> </cellContents> </crosstabRowHeader> </rowGroup>please help me.
×
×
  • Create New...