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

rajesh.sm

Members
  • Posts

    38
  • 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

Posts posted by rajesh.sm

  1. 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.

  2. 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.

  3. 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.

  4. 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.

     

  5. 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.

     

  6. 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.

     

  7. 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

     

  8. Dear Team,

    After i am installed JasperServer5.2 30days trail version on Windows XP. First i click  "start service "and then i try to open loginpage(http://localhost:8080/jasperserver-pro/login.html or http://localhost:8080/jasperserver-pro ) didnt open.

    did i miss any step. and also in the Windows Services when i try to start "Jasperreportstomcat" Service i am getting Message

    "Windows Could not start the JasperreportsTomcat on LocalComputer. for more info check the system log...."

    what does it means.

     

  9. Hi Guys,

    i am new to Mobile BI - Android. i would like to develop POC using Mobile BI Android SDK.

    i would like to what is the prerequisite for Android Mobile BI Development. as of now i dont have any JasperReportserver.

    is there any step by step guide for Mobile BI Development on android or iOS platform.

    Apperciate early Response.

    TR,

    Rajesh. S

     

     

×
×
  • Create New...