Community Tip - If community subscription notifications are filling up your inbox you can set up a daily digest and get all your notifications in a single email. 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?