Maximo Open Forum

 View Only

Birt report generation using eclipse

  • 1.  Birt report generation using eclipse

    Posted 11-03-2022 08:17
    I am using maximo and I have to generate report using eclipse .I have to generate report for pm forecast. If I create run report it should show all the pm and if I touch the pmnum it should redirected to another report using hyperlink. In that report at first it should get the forecast until date (last date) and the start date should be current date and the forecast date for the pm should display based on the intervals .In this I don't have to connect with the data in the pm(Even in the maximo pm application if we didnt click the generate report or not it doesn't matter ).The data should not come from the maximo .I have to create the report just like in the pm forecast generation . I have created that using this code in row on prepare.[myvar = this.getRowData().getColumnValue("frequency");
    reportContext.setPersistentGlobalVariable("a" , myvar)
    reportContext.getPersistentGlobalVariable("a");
    today.setDate(today.getDate() + a);]
    and i stopped the loop using visibility so it stops . But The real problem is the jpnum and the sequence.I can't get the jpnum seq like in the forecast generation application.I have tried many things but  I can't get the pmseq.interval  and jpnum into the array.Can anyone tell how to get interval values into the array in the initially or can anyone tell how to do  just like in pm forecast or sent some reference file or code.
    I have attached my rpt file with this post.
    https://drive.google.com/file/d/18u3cEfnpXQgdsR8C_3eqZC34tFhJ1X1k/view?usp=share_link
    #Reporting

    ------------------------------
    RIYAZUL R S
    Rapiddata Technologies
    ------------------------------