Jump to content

k1234

Members
  • Posts

    36
  • Joined

  • Last visited

 Content Type 

Forum

Downloads

Featured Visualizations

Knowledge Base

Documentation (PDF Downloads)

Blog

Documentation (Test Area)

Documentation

Dr. Jaspersoft Webinar Series

Security Advisories

Events

Profiles

Everything posted by k1234

  1. Hi everyone, I have a master report named master.jxxml., in this master report i have a field called "Xyz"(using hyperlink here). There are 5 rows for this field from the DB. And i also hav a Sub report named sub.jrxml., So ven i click on the field "Xyz" in the master report, the sub report should be generated acc to the filed which i clicked on ......... i mean the field which am clicking on is the parameter to the sub report. How to use the hyperlink for a field, which should cal the subreport. Its very urgent requirement for me........ Any help is appreciable............
  2. Hi Everyone, I have a crosstab report, i need to diaplay a S.No column in that. So how to use a variable in crosstab... Any help would be very greatful.....itz very urgent.... Thanks in advance.............
  3. Here is the jrxml file....the version am using is 3.1.4...........waiting for the response
  4. i am also using 3.1.2 version of iReports. Can anybody help us out and....that would be really great... itz very urgent. Post Edited by smiley k at 02/17/09 06:41
  5. Hi everyone, I am using iReports, the problem here with me is once i open a jrxml file and make some changes then compile and close. When i open the same file again the changes which i made earlier are not getting reflected here and giving the error as "null". That is null Pointer exception.... For exapmle if i change the textAlignment="Center" for a textfiled and say compile & close. When i open this file again there the textAlignment is null for that field. So y am getting this prob ? and how can i solve this? Any help is appreciable.,,,,, Thanks in advance....! Post Edited by smiley k at 02/16/09 10:37 Post Edited by smiley k at 02/16/09 10:37
  6. Using variable that is not possible but u can get the perc of each row by using text field and evaluation time should be "auto" . Post Edited by smiley k at 02/16/09 07:37
  7. just add a parameter (in the Report Inspector u can see) for the report , so that u can pass while compiling it.
  8. Hi all, In my report i have a sub report in the summary. In the report properties i set "Summary on a new page= true" But the page footer is not repeating for the next page(new Page). Please any help is appreciable. Thanks in advance............... Code: <pageFooter> <band height="44" isSplitAllowed="false"> <staticText> <reportElement x="489" y="24" width="27" height="20"/> <textElement verticalAlignment="Middle"> <font isBold="true"/> </textElement> <text><![CDATA[Page]]></text> </staticText> <textField evaluationTime="Page" hyperlinkType="None"> <reportElement x="519" y="24" width="16" height="20"/> <textElement verticalAlignment="Middle"> <font isBold="true"/> </textElement> <textFieldExpression class="java.lang.Integer"><![CDATA[$V{PAGE_NUMBER}]]></textFieldExpression> </textField> <textField evaluationTime="Page" pattern="dd/MM/yyyy h.mm a" isBlankWhenNull="false" hyperlinkType="None"> <reportElement key="textField" x="18" y="24" width="190" height="19" forecolor="#000000" backcolor="#FFFFFF"/> <box> <topPen lineWidth="0.0" lineColor="#000000"/> <leftPen lineWidth="0.0" lineColor="#000000"/> <bottomPen lineWidth="0.0" lineColor="#000000"/> <rightPen lineWidth="0.0" lineColor="#000000"/> </box> <textElement> <font fontName="Times New Roman" size="12" isBold="true"/> </textElement> <textFieldExpression class="java.util.Date"><![CDATA[new Date()]]></textFieldExpression> </textField> <line> <reportElement x="0" y="14" width="555" height="1"/> </line> </band> </pageFooter>
  9. Hi yaa... Thank you for the information... the null row is got deducted but i have some column groups also with the row group element as null....if i use this expression i got that column group also deducted.
  10. Hi everyone, I am using cross tab in my report, where in i have one row group. The query returns one null row also, So my prob is "i dont want to get that group(null row) in my cross tab". Please if anybody can help me in this that would be great. Thanks in advance............
×
×
  • Create New...