Jump to content
Changes to the Jaspersoft community edition download ×

rajesh.sm

Members
  • Posts

    38
  • Joined

  • Last visited

rajesh.sm's Achievements

Contributor

Contributor (5/14)

  • Week One Done
  • One Month Later
  • One Year In
  • First Post Rare
  • Collaborator Rare

Recent Badges

0

Reputation

  1. Could you share me Gantt Chart tutorial or sample link. or share me the how to do step by step approach?.
  2. Could you share me Gantt Chart tutorial or sample link. or share me the how to do ?.
  3. Hi , I have created iReport based report. which would display simple logged in username parameter value. please find below jrxml file. when i run this report in server, i am getting empty report. I am not getting loggedinusername. please advice me is there anything i am missing here. thanks in advance. <?xml version="1.0" encoding="UTF-8"?> <jasperReport xmlns="http://jasperreports.sourceforge.net/jasperreports" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://jasperreports.sourceforge.net/jasperreports http://jasperreports.sourceforge.net/xsd/jasperreport.xsd" name="report7" pageWidth="595" pageHeight="842" columnWidth="555" leftMargin="20" rightMargin="20" topMargin="20" bottomMargin="20" uuid="c1202fd9-44f4-42c6-a3c2-45c21bc60347"> <property name="ireport.zoom" value="1.0"/> <property name="ireport.x" value="0"/> <property name="ireport.y" value="0"/> <parameter name="LoggedInUser" class="com.jaspersoft.jasperserver.api.metadata.user.domain.User" isForPrompting="false"/> <parameter name="Username" class="java.lang.String" isForPrompting="false"> <defaultValueExpression><![CDATA[$P{LoggedInUser}.getUsername()]]></defaultValueExpression> </parameter> <background> <band splitType="Stretch"/> </background> <title> <band height="76"> <textField> <reportElement uuid="b128f89e-0122-47be-a02e-e76026359414" x="22" y="21" width="364" height="20"/> <textElement/> <textFieldExpression><![CDATA[$P{Username}]]></textFieldExpression> </textField> </band> </title> <columnHeader> <band height="50"> <staticText> <reportElement uuid="6749d95a-5d66-49af-840a-d3afb0347883" x="268" y="26" width="100" height="20"/> <textElement/> <text><![CDATA[Test]]></text> </staticText> </band> </columnHeader> <summary> <band height="130" splitType="Stretch"> <staticText> <reportElement uuid="4a30d70a-23b5-4fa1-a80f-c2add14714d2" x="240" y="42" width="100" height="20"/> <textElement/> <text><![CDATA[Test]]></text> </staticText> </band> </summary> </jasperReport> is there anything i am missing. still my report is empty.
  4. Hi, i have created the same. please find below jrxml file. i am getting empty report only. i not getting loggedinUserName. please advice me <?xml version="1.0" encoding="UTF-8"?> <jasperReport xmlns="http://jasperreports.sourceforge.net/jasperreports" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://jasperreports.sourceforge.net/jasperreports http://jasperreports.sourceforge.net/xsd/jasperreport.xsd" name="report7" pageWidth="595" pageHeight="842" columnWidth="555" leftMargin="20" rightMargin="20" topMargin="20" bottomMargin="20" uuid="c1202fd9-44f4-42c6-a3c2-45c21bc60347"> <property name="ireport.zoom" value="1.0"/> <property name="ireport.x" value="0"/> <property name="ireport.y" value="0"/> <parameter name="LoggedInUser" class="com.jaspersoft.jasperserver.api.metadata.user.domain.User" isForPrompting="false"/> <parameter name="Username" class="java.lang.String" isForPrompting="false"> <defaultValueExpression><![CDATA[$P{LoggedInUser}.getUsername()]]></defaultValueExpression> </parameter> <background> <band splitType="Stretch"/> </background> <title> <band height="76"> <textField> <reportElement uuid="b128f89e-0122-47be-a02e-e76026359414" x="22" y="21" width="364" height="20"/> <textElement/> <textFieldExpression><![CDATA[$P{Username}]]></textFieldExpression> </textField> </band> </title> <columnHeader> <band height="50"> <staticText> <reportElement uuid="6749d95a-5d66-49af-840a-d3afb0347883" x="268" y="26" width="100" height="20"/> <textElement/> <text><![CDATA[Test]]></text> </staticText> </band> </columnHeader> <summary> <band height="130" splitType="Stretch"> <staticText> <reportElement uuid="4a30d70a-23b5-4fa1-a80f-c2add14714d2" x="240" y="42" width="100" height="20"/> <textElement/> <text><![CDATA[Test]]></text> </staticText> </band> </summary> </jasperReport> is there anything i am missing. still my report is empty.
  5. Hi Swood, as per your suggestion, i have created the sample. please find below jrxml file. i am getting empty report only. i not getting loggedinUserName. please advice me <?xml version="1.0" encoding="UTF-8"?> $P{LoggedInUser}.getUsername() $P{Username} Test Test is there anything i am missing. still my report is empty.
  6. Hi Federico, as per your suggestion, i have created the same. please find below jrxml file. i am getting empty report only. i not getting loggedinUserName. please advice me <?xml version="1.0" encoding="UTF-8"?> $P{LoggedInUser}.getUsername() $P{Username} Test Test
  7. i tried and its not working/ Could you please share your CSS file. Thanks in advance
  8. i tried the QRPlugin. i am getting Missing resource Bundle exception. please ref the following QR http://community.jaspersoft.com/questions/819065/qrcode-custom-component-palette. i have attached log and exception details. please respond back as early.
  9. Dear Team, I am new jasper and java. i was trying QRCode custom component based on the Aritcle http://community.jaspersoft.com/wiki/introduction-custom-components-ireport-designer. First of thanks for the article. but like me beginners, the article is very highfi.will i get any step by step tutorial. even i tried the to do in Netbeans. i am getting Missing reource bundle exception.(ref the attached log file and screen shots) i have some douts please clarify. in the irpitem file i have metioned the following properties. icon16=com/jaspersoft/ps/component/qrcode/qr_code_16x16.png icon32=com/jaspersoft/ps/component/qrcode/qr_code_32x32.png where is this .png icon file. it should be within plugin?. action=com.jaspersoft.ps.component.qrcode.QRCodeAction in the article QRCodeAction is missing. what to write on this?. not clear to me. please clarify at earlist. Thanks in Advance.
  10. How to Create Custom component and integrate D3.js charts(charts like sunburst charts or calendar charts), so that component made available in the Report Palette Please help me or share me any sample or tutorial link.
  11. Could you please guide me how to create custom Compoent which should display in the iReport Palette. also i am looking for How to Create Custom component and integrate D3.js charts(charts like sunburst charts or calendar charts), so that component made available in the Report Palette Please help me or share me any sample or tutorial link.
  12. Any body has got success on this disable of Chart Type in Dashboard. please share your ideas.
  13. Any body has got success on this disable of Chart Type in Dashboard. please share your ideas.
  14. Dear Team, i have create HTML5 Chart on Dashboard. i would like to hide 'Chart Types' Option on Dashboard. This is not adhoc view. Report was created using iReport designer. and placed in Dashboard designer. Could anyone guide me. Thanks & Regards, Rajesh. S
  15. Dear Team, I am using HTML5 Timeseries Line Chart. by default the Yaxis values is display 500K,1000K,2000K... i would like to change this Format like $.5M,$1M,$1.5M. How do i achieve this number formating on y axis label. and also in X axis by default Sep'13,Nov'13. how do i change Date formate like DD-MMM-YYYY or any other date format. Thanks in Advance. regds, Rajesh. S
×
×
  • Create New...