We are using fiql for data filtering. My requirement is to fetch data where a particular column value is null using fiql tried different ways but not getting the required result.
My requirement is to fetch record from a table where a particular column data is null but unable to set fiql condition for eg.
mobNo=='NULL' or mobNo==NULL but its not working
I have not given code because fiql is working absolutely fine in other scenarios just not getting right syntax to give condition for NULL data.
Given fiql link in case you need reference on fiql