I am trying to get the total count of ticket between submitted and Completed and also workdays W-6 to W-14
I am using the below code but am getting error , could you please help me how to get between W-6 AND W-14
WHEN ("_CEL_REMEDY_ACTIVITIES".WD_NEG=WD-6) BETWEEN ("_CEL_REMEDY_ACTIVITIES".WD_NEG=WD-14)
(
CASE
(CALC_THROUGHPUT(FIRST_OCCURRENCE[Submitted] TO LAST_OCCURRENCE[Completed],
REMAP_TIMESTAMPS("_CEL_REMEDY_ACTIVITIES".Task_end, Days))) > 5
THEN
1
ELSE
0
END
)