Filter stories by labels within a report?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-10-2024 04:47 PM
Is this possible? I created a report to show me all stories. When I click on the filter I don't see an option for "label". Is label buried somewhere in the tree and I'm missing it?
Thanks!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-10-2024 05:55 PM
Hi @Brian Hofmeiste ,
Can you please let me know what table you are building report on ? are you looking for filter on tags ?
Please mark my answer correct and helpful if this works for you.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-10-2024 06:57 PM - edited 10-10-2024 06:58 PM
I'm trying to build on rm_story table. While you are in the visual task board you can see each story is adorned with a "label". However that label is not stored in the story table. It looks like labels are stored in a separate table that is specifically used by the visual task board features. From reports I can't figure out a way to join from the story table back to the label table where that information is stored.
And no, these are not tags. These are labels that are stored on the story within the VTB.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-10-2024 07:03 PM
Hello Brian,
You can find those labels in "vtb_board_label" table, where you will see the labels tied to the boar. Please see the below ss
Hope this is what you were looking for.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-10-2024 07:08 PM
Thank you! Do you know how I could construct a story report that shows those labels on it? I’m trying to think I can dot walk from the story table over to that VTB label table and show them in the same row on a report.