Forum Discussion
srujanayeruvaka
8 years agoChampion
Hi tsrisudh,
Do you mean you want to retrieve all messages in a board with 2 or more labels selected?
Give this a try -
SELECT * FROM messages where board.id = '<boardID>' and labels.count(*) > 1
EDITED: I do not have access to the links you are referring. Looks like you are referring to a way to filter via UI.
- tsrisudh8 years agoAdvisorYes, what i am looking is to do thru UI.
- AbhishekIlindra8 years agoBoss
tsrisudh: There is no method to filter by multiple labels using the standard components. This is possible building a custom component.
If my post is helpful and answers your question, please give "Kudos" and "Accept it as a Solution."
Thanks & Regards,
Abhishek Illindra
Related Content
- 2 years ago
- 3 years ago
- 2 years ago
- 2 years ago
- 2 years ago