Filer out "null" values
Closed this issue ยท 2 comments
glumb commented
My data is structured like that
[
{form1:question1 (question1): "1"},
{form1:question1 (question1): "6"},
{form1:question2 (question2): "B"},
{form1:question2 (question2): "A"},
]
This results in null
values. How to filter them out?
Deselecting null
from the filter does not work unfortunately.
Also is this possible programmatically?
I tried this, but it did not work:
'form1:question1 (question1)': {
'null': true // false
}
glumb commented
I have just noticed that the version on NPM may not include your recent fix to that issue. Would you mind updating the NPM package as well? ๐
Seungwoo321 commented
Sorry, recently fixed issue has not been completed yet.
I will update the NPM package as soon as possible.