Community Tip - Stay updated on what is happening on the PTC Community by subscribing to PTC Community Announcements. X
Hi,
I like to have a dynamic list of tracker names/links to tagged trackers on a wiki page.
I can do something like that with a report, but it list all tracker items. Also, a plugin would be oka
Example
| Project Name | Tracker Name | Tags | Tracker ID |
P1 | A | T1, T2, T3 | 1 |
| P2 | B | T1 | 2 |
| P2 | C | T2 | 3 |
as Plugin:
[{TrackerList tags='T1'}]as Query
WHERE trackerTag IN ('T1') GROUP BY "Tracker Name'but only list the (linked) Tracker name (as it is, it lists all Items in the trackers).
Result (ideally):
[Tracker in P1|TRACKER:1]\\
[Tracker in P2|TRACKER:2]\\
