Maximo List Archive

This is an archive of the Maximo Yahoo Community. The content of this pages may be a sometimes obsolete so please check post dates.
Thanks to the community owner Christopher Wanko for providing the content.



PM Next Due Date in Birt

From: (2014-03-14 16:11)

Dear all,

I have to make a report with information about Next Due Date of PM. Did somebody do that already? Problem is that this field is not persistent. So, how can I calculate when will be Next Due Date?


Thank you all.


Jaczek


From: mohska (2014-03-15 00:33)

You can achieve that by calling a web service in Birt
Sent from my iPhone
On 15 Mar 2014, at 12:11 AM, <jaczek.spitz@yahoo.com> wrote:
> Dear all,
>
>
> I have to make a report with information about Next Due Date of PM. Did somebody do that already? Problem is that this field is not persistent. So, how can I calculate when will be Next Due Date?
>
> Thank you all.
>
> Jaczek
>


From: Jaczek Spitz (2014-03-15 14:36)

Dear Mohska,
  Very interesting. I didn't know that I can call web service from BIRT. Do you have any link how I can do that? I don't like to ask something like this. I tried to google it, but it was unsuccessful. 
  Will that approach affect on performance? I should create one new column for PM Next Due Date.
  Thank you 
On Saturday, March 15, 2014 12:33 AM, "mohska@gmail.com" <mohska@gmail.com> wrote:

 
You can achieve that by calling a web service in Birt 
Sent from my iPhone
On 15 Mar 2014, at 12:11 AM, <jaczek.spitz@yahoo.com> wrote:
 
>Dear all,
>
>
>  I have to make a report with information about Next Due Date of PM. Did somebody do that already? Problem is that this field is not persistent. So, how can I calculate when will be Next Due Date?
>
>
>  Thank you all.
>
>
>Jaczek


From: Yahoo (2014-03-15 18:12)

Are you sure its non persistent? Try pm.nextdue or something like that. Not around my computer, but will check later if i am wrong.
> On Mar 15, 2014, at 4:36 PM, Jaczek Spitz <jaczek.spitz@yahoo.com> wrote:
>
> Dear Mohska,
>
> Very interesting. I didn't know that I can call web service from BIRT. Do you have any link how I can do that? I don't like to ask something like this. I tried to google it, but it was unsuccessful.
>
> Will that approach affect on performance? I should create one new column for PM Next Due Date.
>
> Thank you
>
>
> On Saturday, March 15, 2014 12:33 AM, "mohska@gmail.com" <mohska@gmail.com> wrote:
>
> You can achieve that by calling a web service in Birt
>
> Sent from my iPhone
>
>> On 15 Mar 2014, at 12:11 AM, <jaczek.spitz@yahoo.com> wrote:
>>
>>
>> Dear all,
>>
>> I have to make a report with information about Next Due Date of PM. Did somebody do that already? Problem is that this field is not persistent. So, how can I calculate when will be Next Due Date?
>>
>> Thank you all.
>>
>> Jaczek
>
>
>
>


From: Jaczek Spitz (2014-03-16 01:36)

Dear Shannon,
  PM has persistent field Estimated Next Due Date (NEXTDATE).
  But I need to show Earliest Next Due Date (ERLSTWOGENDATE), which is non-persistent field. 
  And I would like to add that most of PMs are Meter based.
  Thank you.
On Sunday, March 16, 2014 12:12 AM, Yahoo <shannonsuttondale@yahoo.com> wrote:

 
Are you sure its non persistent? Try pm.nextdue or something like that. Not around my computer, but will check later if i am wrong.
On Mar 15, 2014, at 4:36 PM, Jaczek Spitz <jaczek.spitz@yahoo.com> wrote:
 
>Dear Mohska,
>
>
>  Very interesting. I didn't know that I can call web service from BIRT. Do you have any link how I can do that? I don't like to ask something like this. I tried to google it, but it was unsuccessful. 
>
>
>  Will that approach affect on performance? I should create one new column for PM Next Due Date.
>
>
>  Thank you 
>
>
>
>On Saturday, March 15, 2014 12:33 AM, "mohska@gmail.com" <mohska@gmail.com> wrote:
>

>You can achieve that by calling a web service in Birt 
>
>Sent from my iPhone
>
>On 15 Mar 2014, at 12:11 AM, <jaczek.spitz@yahoo.com> wrote:
>
>

>>Dear all,
>>
>>
>>  I have to make a report with information about Next Due Date of PM. Did somebody do that already? Problem is that this field is not persistent. So, how can I calculate when will be Next Due Date?
>>
>>
>>  Thank you all.
>>
>>
>>Jaczek
>
>


From: shannon sutton (2014-03-16 08:42)

PM.ERLSTWOGENDATE = Earliest next due date for a work order generated from this PM.
This is calculated from the PM tab in the PM application - 'Work Order Information' section
To set the Earliest next work order generation date, the code checks for:
Time Based (PM.nextdate and PM.extdate) and Meter Based Frequency
If it finds any of the above scenarios,namely PM.nextdate or PM.extdate or if its the 'Meter Based Frequency', then it gets the 'Estimated Meter Due Date'.
The calculation will find the earliest meter based due date taking in consideration all meters listed on the PM:
- ASSETMETER - lastreadingdate
- ASSETMETER - average
If no date can be generated for this PMMeter, null will be returned.
Note: Please keep in mind that if seasonal dates are involved, the calculation will be influenced accordingly.
 
On Sunday, March 16, 2014 3:37 AM, Jaczek Spitz <jaczek.spitz@yahoo.com> wrote:

 
Dear Shannon,
  PM has persistent field Estimated Next Due Date (NEXTDATE).
  But I need to show Earliest Next Due Date (ERLSTWOGENDATE), which is non-persistent field. 
  And I would like to add that most of PMs are Meter based.
  Thank you.
On Sunday, March 16, 2014 12:12 AM, Yahoo <shannonsuttondale@yahoo.com> wrote:

 
Are you sure its non persistent? Try pm.nextdue or something like that. Not around my computer, but will check later if i am wrong.
On Mar 15, 2014, at 4:36 PM, Jaczek Spitz <jaczek.spitz@yahoo.com> wrote:
 
>Dear Mohska,
>
>
>  Very interesting. I didn't know that I can call web service from BIRT. Do you have any link how I can do that? I don't like to ask something like this. I tried to google it, but it was unsuccessful. 
>
>
>  Will that approach affect on performance? I should create one new column for PM Next Due Date.
>
>
>  Thank you 
>
>
>
>On Saturday, March 15, 2014 12:33 AM, "mohska@gmail.com" <mohska@gmail.com> wrote:
>

>You can achieve that by calling a web service in Birt 
>
>Sent from my iPhone
>
>On 15 Mar 2014, at 12:11 AM, <jaczek.spitz@yahoo.com> wrote:
>
>

>>Dear all,
>>
>>
>>  I have to make a report with information about Next Due Date of PM. Did somebody do that already? Problem is that this field is not persistent. So, how can I calculate when will be Next Due Date?
>>
>>
>>  Thank you all.
>>
>>
>>Jaczek
>
>