Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » BIRT » birt report generation using eclipse[Maximo](Generate the report just like in the pm forecast)
birt report generation using eclipse[Maximo] [message #1855805] Fri, 04 November 2022 05:39
RIYAZUL S is currently offline RIYAZUL SFriend
Messages: 1
Registered: November 2022
Junior Member
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.

  • Attachment: r1.rptdesign
    (Size: 33.11KB, Downloaded 89 times)
Previous Topic:BIRT Report exported to Word
Next Topic:Printing masterpage
Goto Forum:
  


Current Time: Thu May 02 12:17:40 GMT 2024

Powered by FUDForum. Page generated in 0.02333 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top