不具合
不具合 ID 番号 | BUG-000111845 |
---|---|
送信されました | February 22, 2018 |
最終更新日 | June 5, 2024 |
適用対象 | ArcGIS for Desktop |
見つかったバージョン | 10.6 |
ステータス | Will Not Be Addressed |
A Python query can achieve this. However, this query only works on one field at a time.
In the Field Calculator, select the Python parser, and check the Show Codeblock check box.
In the Pre-Logic Script Code box, copy and paste the following code:
def updateValue(value):
if value == 0:
return None
else: return value
Type the following code in the second box, and replace '!Field_Name!' with the field name from the fields list, as required:
updateValue(!Field_Name!)
不具合 ID: BUG-000111845
ソフトウェア:
ArcGIS エキスパートのサポートを受ける
Esri Support アプリのダウンロード