Ticket tags attribute in a report
回答済み-
Hey Irene,
Filtering by tags is funky in Explore and doesn't work how I (or you) would expect it to. The way I get around this issue is to create a Custom Attribute which I then add as a filter to include/exclude tickets with a particular tag.
So, in your case, I would create an attribute something like this:
IF (INCLUDES_ANY([Ticket tags], "XYZ"))
THEN "Has XYZ tag"
ELSE NULL
ENDIFThen you can add the attribute to the filters at the top of your report, click on it and click on "NULL" (if you have the "Selected" button highlighted) or click on "Has XYZ tag" (if you have the "Excluded" button highlighted). Either option should get you where you want to be.
-
Hi Irene,
To exclude tickets with specific tags from your reports, create a standard calculated metric that accounts for tickets with or without those tags, or create a standard calculated attribute to use as a filter.
For detailed instructions, see the article: Reporting with tags.
I hope that helps!
-
Thank you so much for the help and the clear instructions David Stalker! Your solution did exactly what I needed.
-
Glad it helped, Irene! Good luck!
サインインしてコメントを残してください。
4 コメント