seq-tickets icon indicating copy to clipboard operation
seq-tickets copied to clipboard

Error when grouping by nullable properties for Alerts

Open pegasy opened this issue 3 years ago • 1 comments

Hi when grouping by a property that is null or sometimes null the Alerts page just says

image

This is how the alert is defined image

Tested on 2021.3 and 2022.1 and its the same on both

pegasy avatar Oct 27 '22 06:10 pegasy

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.

nblumhardt avatar Oct 27 '22 06:10 nblumhardt