Forum Discussion
VarunGrazitti
10 years agoBoss
How about looping through all the boards and excluding the one you don't want? I couldn't find any operator for !=
- OlivierS10 years agoLithium Alumni (Retired)
PerBonomi per documentation, there isn't a 'NOT' operator:
board.id - Comparison operators: =, IN()
You can apply GrazittiI 's method or you can list all the boards you want in the IN clause (comma delimited).
Related Content
- 2 years ago
- 4 years ago