Hey,
I want to measure the lead time between two activities, but which must contain a certain (variable) attribute.
I tried this with the function "BIND_FILTERS" but fail. Does anyone have a solution for something like this?
MEDIAN (
CALC_THROUGHPUT (
FIRST_OCCURRENCE E '<%= Step_1 %>' ]
TO
FIRST_OCCURRENCE C '<%= Step_2 %>' ] ,
REMAP_TIMESTAMPS ( "_CEL_SCHUTZBRIEF_ACTIVITIES"."EVENTTIME" , MINUTES )
),
BIND_FILTERS ( "_CEL_cc_claim","ANS_KNZ_Mapping_csv"."ANS" = '<%= ANS_01 %>' )
)