Historical Data of Task Monitor

Hi All,

I need to get the historical data of the Task Monitor . Please let me know if there is any way to get it .
Or can it be fetched using sql query.Let me know which table has this information.

Thanks

Agile User Asked on July 3, 2018 in Agile PLM (v9).
Add Comment
2 Answer(s)

select * from scheduled_event_tracking;

Agile Expert Answered on July 3, 2018.
Add Comment

As Swagoto stated, the query to get the history data is against SCHEDULED_EVENT_TRACKING (SET). Information for the event itself is in SCHEDULED_EVENT (SE), and it links to the history data using SE.ID = SET.EVENT_ID.

Agile Angel Answered on July 4, 2018.
Add Comment

Your Answer

By posting your answer, you agree to the privacy policy and terms of service.