VTB Reports
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-25-2024 08:15 AM
I am trying to create a report on VTB. I have successfully created numerous reports, but am having trouble grouping by Tags or Labels. The goal would be to show the amount of Tasks had a certain label that I created in a given month. When I group by Tags (using Tabs instead of Labels has worked when filtering) no results come up. Anyone have any experience creating reports where they can group by labels/tags within a VTB?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-25-2024 11:36 PM
Hi @alliemosher ,
You report should be created based on "vtb_board_label". From this table you can dot-walk to the board:
If my answer has helped with your question, please mark my answer as accepted solution and give a thumb up.
best regards
Anders…
If my answer has helped with your question, please mark my answer as the accepted solution and give a thumbs up.
Best regards
Anders
Rising star 2024
MVP 2025
linkedIn: https://www.linkedin.com/in/andersskovbjerg/
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-26-2024 06:49 AM
Thanks Anders, that does allow me to see Labels. The issue I am seeing now is I do not see a way to filter out my task cards any longer by swimlane, lane, or even drill down to certain labels. It does show me all of the labels, but if I wanted to only show 5 labels, I am unable to do that. I also am unable to point to specific areas of the VTB like I was before when using the VTB card table.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-26-2024 02:13 PM
Hi @alliemosher ,
I hear what you're stating. I do then think that the option you have to accomplish the requirement, is to create a database view and join the tables. BY doing this you get the benefit of both tables.
If my answer has helped with your question, please mark my answer as accepted solution and give a thumb up.
best regards
Anders…
If my answer has helped with your question, please mark my answer as the accepted solution and give a thumbs up.
Best regards
Anders
Rising star 2024
MVP 2025
linkedIn: https://www.linkedin.com/in/andersskovbjerg/
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-03-2025 10:00 AM
Hi @alliemosher:
If what you want to do is a report based on tags and lanes from a VTB, maybe a report created from vtb_card table might be useful, from there you can also do dot-walking to the related task of the card in case you want more detailed info.