Skip to main content

Calculate null values on a feature layer

Comments

2 comments

  • Permanently deleted user

    John,

    As far as I know, you CAN'T set field value on the feature NULL.

    I think AGS smartly (or over-smartly) ignore it. 

    So you may set "" (String.Empty) if it is TEXT type even though NULL and String.Empty is different meaning.

    Worsely, if the field type is non-Text type, AGS looks set as the default value like 0 for Number, and defautl dataTime for Date etc.

    That is what I found while I was working before.

    0
  • John Nerge

    Thanks for the detailed info. Bummer that it doesn't work, but luckily it's not a showstopper for my workflow.

    I'm probably just going to set the values to null. I can always clean it up later in ArcGIS Desktop or with a Python script.

    0

Please sign in to leave a comment.