Hi, What could be wrong here. I want to calculate the Cycle time for the Manual channel (note: all is variables as its for an App) the Manual channels consist of a couple of inputs (e.g. manual channel 1, Manual channel 2 etc. but all chosen in a dropdown writing to variable called Manual_channels)
My error message is:
${{agg}} (Case when ${{Payment_Channel}} = ${{Manual_Channels}} Then(
CALC_THROUGHPUT (
ALL_OCCURRENCE N 'Process Start' ]
TO
ALL_OCCURRENCE U 'Process End' ] ,
REMAP_TIMESTAMPS (
TIMESTAMP_COLUMN ( ${{activity_table_case_centric}} ) ,
${{main_time_scale}} ,
WEEKDAY_CALENDAR ( ${{monday_check}} ${{tuesday_check}} ${{WEDNESDAY_check}} ${{THURSDAY_check}} ${{FRIDAY_check}} ${{SATURDAY_check}} ${{SUNDAY_check}})
)
)
))