Hello,
I have an idea exchange with around 15 labels.
I can filter by a labels and see all ideas for that specific label / labels.
But now I need to see ideas with all labels except one - is there a way to select all labels except one?
Thanks!
@KiranChadha - This is not feasible by default lithium filter by labels page as you only can filter with one label there. However, you still can achieve this using customization.
You will need to create a custom component for idea listing and need to use API V2.
The API V2 does not support NOT(!) parameter, however, you can use IN, Below is the API v2 which you can use for fetching the ideas with all the labels expect one. You need to exclude the label name from IN query for which you do not want ideas to appear.
SELECT id FROM messages WHERE labels.text in ("label1", "label2", "labels2", "so on....")
Welcome to the Technology board!
Curious about our platform? Looking to connect on social technology? You've come to the right place!