cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - Need help navigating or using the PTC Community? Contact the community team. X

Is it possible to run a report to find files which match specific criteria?

hkrause
1-Newbie

Is it possible to run a report to find files which match specific criteria?

Sometimes it is useful to find out which files of a project have been changed by which user in a certain period of time.

1 REPLY 1
tketz
4-Participant
(To:hkrause)

Hi Holger,

have a look to the rlog command

si rlog --rfilter=daterange::past:12:months -R --rfilter=author:"username" --sandbox="sandbox"

daterange could be also a range between two timestamps

you can also filter between two revisions

you can do this for project or sandbox.

have a look at Knowledgebase Article

CS151572

Top Tags