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

anjumprevaiz

Members
  • Posts

    13
  • 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 anjumprevaiz

  1. Hello

     

     i am using time series graph of jfree charts and i am formating the date and time along x-axis using the code as follow and as show in the image

            DateAxis axis = (DateAxis) plot.getDomainAxis();
            axis.setDateFormatOverride(new SimpleDateFormat("MM/dd/yy"+" "+"HH:mm"));

     

      but i want to show the date and time in two lines as e.g date in frst line and time in 2nd line as under

    06/01/11 
      08:30

    any suggestions

    thanks in adavance.

     

     

  2. Hi,

        I am using time series chart and i want to display the date time both at x-axis of the chart, but it showing only time or date depend on the time period. If we have large time period then it will show only the date as shown in figure 1 and if we have small time period then it will show only the time as shown in figure 2.

     

    any suggestions

     

     

    thanks

  3. Hello,

       I am using Line Graph of jasper reports version 3.1.4, and i want show the values at the point on the graph mean display value at the point that draw on the graph. As temperature in centigrade is show in the Graph in the file attached.

     

    plz give your suggestions

     

    thanks

    Anjum Pervaiz

     

     

  4. hi buddies

     

    can i use if else in ireports

    if(conditon)

    {

    statement....

    satatement....

    statement.....

    }

    else if(condition)

    {

    statement....

    satatement....

    statement.....

    }

    else

    {

    }

     

     

    like that

     

     

  5. hi buddies

     

    i need help regfarding the size of text in textfield

     

    i want to display dfferent size of text in a singlle text field..

     

    e.g

    text in my textField is :" jasperreports is a great tool for reporting"

     i want some text ( jasperreports is a great )  whos size must be 12.0 

    and want some text (  tool for reporting ) whos size must be 24.0

    in a single text field

    some thing kike that

     

    thanks in advance

  6. hi buddies

     

    i want to apply style duynamically on some part of the text in a textField

     

    e.g

    text in my TextField is "jasper reports is a great tool for reporting"

    i want to do this with this text  "jasper reports is a great tool for reporting"

     

    i want somethng like that

    Advance thanks to All.....

     

     

     

     

     

     

     

     

  7. i need help abt charts

     

    i am using dataSource to fill the chart, one field of dataSource is savingType in which two typeof data(One time,On Going),and anothe field is value against the saving type  e.g... 1000

    and i am calculating the Sum of  values of each type

     

    wen i give  only 'Savingtype'  in "Series Expression' of the chart it works fine

     

    but wen i gve saving type and sum values  then it does not work

     

    plz see the attachment then u will understand my problem



    Post Edited by Anjum Pervaiz at 01/17/09 05:52
  8. 1st make group for each field of the table now, u can make varible for each header wich calculate the sum of each column.. and plce these variables in the summary band e.g

     

     

    <variable name="var1" class="java.lang.Double" resetType="Group" resetGroup="Groupheader1" calculation="Sum">
            <variableExpression><![CDATA[$F{Fieldheader1}]]></variableExpression>
        </variable>



    Post Edited by Anjum Pervaiz at 01/16/09 14:37
×
×
  • Create New...