Version: 2021.3.5
I m creating a chart where I show submissions over time. A submission has a state (status) and i want to filter by it.
The unfiltered chart works:
The filtered does not work for a value of a dropdown: tested with = / == / LIKE
A simple bool field would be ok:
jfortun
#2
Hello there, Iām sorry for such a late response.
If you put the value "Entwurf"
into single quotes 'Entwurf'
, it should work properly.
In later versions, we display a proper error message in such cases. We recommend you upgrade to the latest version that includes many improvements.
1 Like