Hi
When I use the import from Dataverse and want to apply a filter to a field, this field may not have a Boolean value.
See attachment with an example.
I have used both Equals and Contains.
Hi
When I use the import from Dataverse and want to apply a filter to a field, this field may not have a Boolean value.
See attachment with an example.
I have used both Equals and Contains.
Hello.
Currently the simple filter only supports numbers and text. In order to work with the boolean type you can use a custom filter.
In your case it will look something like this:
gacpsa_template eq true
(true or false should be in lowercase)
Also, the 'contains' filter only works with text. This is a limitation of Dataverse itself.
You can read about how to make custom filters here: How to filter rows