Skip to main content
added 3 characters in body
Source Link
Kadir Şahbaz
  • 78.6k
  • 57
  • 260
  • 407

A colleague was able to figurafigure out the issue: some options, for an unknown, had an empty value u'' in the values2 list. That was the problem, because the ArcGIS wouldnt recognize this empty as a valid item for the filter list, and returned an error. We

We added a piece of code to remove these empty values that would appear in some options, and everything worked out.

A colleague was able to figura out the issue: some options, for an unknown had an empty value u'' in the values2 list. That was the problem, because the ArcGIS wouldnt recognize this empty as a valid item for the filter list, and returned an error. We added a piece of code to remove these empty values that would appear in some options, and everything worked out.

A colleague was able to figure out the issue: some options, for an unknown, had an empty value u'' in the values2 list. That was the problem, because the ArcGIS wouldnt recognize this empty as a valid item for the filter list, and returned an error.

We added a piece of code to remove these empty values that would appear in some options, and everything worked out.

Source Link

A colleague was able to figura out the issue: some options, for an unknown had an empty value u'' in the values2 list. That was the problem, because the ArcGIS wouldnt recognize this empty as a valid item for the filter list, and returned an error. We added a piece of code to remove these empty values that would appear in some options, and everything worked out.