Hi guys,
What is the logic when we added Ranges in Data Entity ?
My issue is, I have created Data Entity, some of the fields are coming from a view method which then I have added a "StringUnmappedField" and then added Ranges in that Data Entity Node using the earlier "StringUnmappedField" which already set to connected to the view method.
The purpose of this range is to exclude empty, so in the range, value is != ""
But nothing's happened, after Build and synchronized, when I checked in SSMS, there are still a lot of empty string on that field.
When I checked the underlying "select query" of that view (data entity), I didn't find my range criteria as well, Is that why my range is not working ? and how to make it work ?
Thanks,