birt report generation using eclipse[Maximo] [message #1855805] |
Fri, 04 November 2022 01:39 |
Eclipse User |
|
|
|
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 132 times)
|
|
|
Powered by
FUDForum. Page generated in 0.03011 seconds