Hi @Chahat hope all is well.
To create a dynamic "Detailed documents" dimension that filters based on team selection, you'll need to use filtering. Instead of creating a new dimension, filter the existing "Documents list" dynamically:
- Create a filtered view on your board/table
- Add a filter condition: Metric A = TRUE
- Apply page-level filter for "Team"
- When users select "Team 1" or "Team 2" in the page filter, only documents where Metric A = TRUE for that team will display
The best approach is to use filtered views, which update automatically when the Boolean metric changes. This lets you show only the relevant documents for the selected team without creating a new dimension list.
For more information on these topics refer to our Community articles below:
Pigment currently doesn’t support automatically creating or populating dimension lists from metrics or other lists.
Feel free to post this as an product suggestion in our Ideas portal: https://community.pigment.com/ideas
Yes, I had tried this approach and it worked
Thank you, @farhan13 !