seq-tickets
seq-tickets copied to clipboard
Error when grouping by nullable properties for Alerts
Hi when grouping by a property that is null or sometimes null the Alerts page just says

This is how the alert is defined

Tested on 2021.3 and 2022.1 and its the same on both
Thanks for reporting this @pegasy - definitely a bug here 👍
As a workaround, you can use something like coalesce(property_that_does_not_exist, '<null>') to use a placeholder string value for those missing groups.
We'll get this fixed, thanks again.