Skip to main content
4-Participant
March 10, 2023
Question

Activity History

  • March 10, 2023
  • 1 reply
  • 1797 views

Hello

I want to use it to report date data on our activities.  Percent Change, Updated value, Last Value exc.

 

OO_10159664_0-1678431906794.png

 

Thanks

 

1 reply

HelesicPetr
22-Sapphire II
22-Sapphire II
March 10, 2023

Hi @OO_10159664 

try to crate report in querybuilder (report management)with activity and add all parameters what you need

HelesicPetr_0-1678433164195.png

 

PetrH

4-Participant
March 10, 2023

I know this, but I couldnt find the parameters I need. I tried all the parameters but still couldnt find it.

For example do you know which parameter I should use for updated value or last value ?

 

HelesicPetr
22-Sapphire II
22-Sapphire II
March 10, 2023

Hi @OO_10159664 

So you need to find where the history is stored.

There are two type of object that are shown in the table and should be connected to the PlanActivity 

 

 com.ptc.projectmanagement.plan.ProjectManagementEventNmObject is just information about the history group 

HelesicPetr_0-1678437799157.png

 

com.ptc.windchill.history.HistoryRecord stores the information you need 

HelesicPetr_1-1678437852026.png

I would try to connect the HistoryRecord to the Plan Activity

HelesicPetr_0-1678438193806.png

 

Hope this can help you to crate report that you need

 

PetrH