Hi, how can I achieve a calculation with an OR / INLIST('RESOLVED','RESTORED')
This formula is not working. Do I need to construct a case when first?
Â
AVG(
Â
 CALC_THROUGHPUT(
  FIRST_OCCURRENCER'QUEUED']
  TO
  FIRST_OCCURRENCEC'RESOLVED']  OR  FIRST_OCCURRENCE_'RESTORED']
  ,
Â
 REMAP_TIMESTAMPS("eventlog"."TIMESTAMP", HOURS))
 )
Â
The part without OR Â FIRST_OCCURRENCEÂ'RESTORED'] works fine