Hello everyone, I am currently calculating the time interval between 2 activities for my department, see formula...
TRIMMED_MEAN(CALC_THROUGHPUT(FIRST_OCCURRENCEE'toPAS: QT5.2 - Check successful'] TO FIRST_OCCURRENCEE'XI release'], REMAP_TIMESTAMPS("T_CEL_AT_HP5"."EVENTTIME", DAYS, MONDAY TUESDAY WEDNESDAY THURSDAY FRIDAY)), 5, 5)
Now it can and may also be the case that the activities are swapped, how can I then incorporate this option into the formula?
TRIMMED_MEAN(CALC_THROUGHPUT(FIRST_OCCURRENCEN'toPAS: QT5.2 - Check successful'] TO FIRST_OCCURRENCEN'XI release'], REMAP_TIMESTAMPS("T_CEL_AT_HP5"."EVENTTIME", DAYS, MONDAY TUESDAY WEDNESDAY THURSDAY FRIDAY)), 5, 5)
OR
TRIMMED_MEAN(CALC_THROUGHPUT(FIRST_OCCURRENCEN'XI release'] TO FIRST_OCCURRENCEN'toPAS: QT5.2 - check successful'], REMAP_TIMESTAMPS("T_CEL_AT_HP5"."EVENTTIME", DAYS, MONDAY TUESDAY WEDNESDAY THURSDAY FRIDAY)), 5, 5)
This formula clarifies what I want, but it doesn't work.
Maybe someone can help me.
Thanks