Question
Custom Count Metric - Help with old code
Hi all,
my predecessor created a custom "count" metric, which should only include tickets with specific tags. Looks like this:
IF (
INCLUDES_ANY([Ticket – Tags],
"%tag1",
"tag2",
"tag3",
"%tag4",
)) THEN [Ticket-ID] ENDIF
My question now is, what does this percent symbol (%) mean?
