Forum Discussion
srujanayeruvaka
Champion
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.
tsrisudh
8 years agoAdvisor
Yes, what i am looking is to do thru UI.
Related Content
- 2 years ago
- 3 years ago
- 2 years ago
- 2 years ago
- 2 years ago