Community Tip - Want the oppurtunity to discuss enhancements to PTC products? Join a working group! X
Hi all.
I am looking to report a count of times an ECN Task is reworked. I had mapped it means to Count how many "Complete Change Notice Task" tasks -1, plus Count of "Rework Change Activity" task.
simplifying in a formula :
Count("Complete Change Notice Task")- 1 + Count ("Rework Change Activity")
Today I´m running 2 different reports to have these counts (as in attachment), then export them and merge using excel.
Is it possible to use OOTB QML to consider both conditions in same report?