You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Cannot query for {{ insert field name here }} values in an empty list.
In my case, I'm generating the list dynamically, and sometimes it may be empty. Current workarounds are to 1) populate the list with a -1 if the list is empty, or 2) not add the criteria if the list is empty.
The text was updated successfully, but these errors were encountered:
If you provide PropertyInListExpression with an empty list, NetDAO throws an error
In my case, I'm generating the list dynamically, and sometimes it may be empty. Current workarounds are to 1) populate the list with a
-1
if the list is empty, or 2) not add the criteria if the list is empty.The text was updated successfully, but these errors were encountered: