Solved

How search null in enumeration type

  • 2 July 2021
  • 2 replies
  • 332 views

Userlevel 4
Badge +5

How to search null when filter type is enumeration ?

 

icon

Best answer by Imal Thiunuwan 2 July 2021, 10:38

View original

This topic has been closed for comments

2 replies

Userlevel 5
Badge +8

 Hi @DalKylekY ,

Enumeration column will be null only if it is declared to permit NULL. If an ENUM column is declared NOT NULL , its default value is the first element of the list of permitted values.

So it depends on the field, whether NULL is listed or not. Could i know the core form and field your referring to.

Nilushi -

Userlevel 6
Badge +16

Hello @DalKylekY,

I believe your expectation is when an enumeration is "Required=false" (i.e. is nullable) the Aurena client needs to provide an option to filter for empty values?

Currently the Aurena client supports searching for a specific value or several values of an enumeration. It does not support searching for empty values (NULL values), negation of a value or any other logical combinations of those.

Hope this answers your question.

 

Cheers!