laptop and a wrench

不具合

The Addition function in the Survey123 Connect for ArcGIS 1.6 app appends the input values instead of summing them up correctly if the first input field is blank or if there are any input fields skipped and left blank.

最後に公開された状態: September 26, 2016 ArcGIS Survey123
不具合 ID 番号 BUG-000098738
送信されましたAugust 19, 2016
最終更新日August 15, 2020
適用対象ArcGIS Survey123
見つかったバージョン1.6
サーバー プラットフォームWindows
クライアント プラットフォーム7.0 64 Bit
Version Fixed1.8
ステータスFixed

対処法

Make all input fields as required fields, and provide the hint, 'Enter the value zero (0) instead of leaving it blank'.Alternative 1: Use the if-then-else statement in the calculation to force '0' to be calculated instead of supplied, for example: (if(${one}=0,1-1,${one}))+(if(${two}=0,1-1,${two}))+(if(${three}=0,1-1,${three}))+(if(${four}=0,1-1,${four})).Alternative 2: Cast the field values as integers so that Survey123 treats the fields as numbers instead of strings, for example: int(${field1})+int(${field2}).

再現の手順

不具合 ID: BUG-000098738

ソフトウェア:

  • ArcGIS Survey123

ArcGIS の専門家からヘルプを受ける

テクニカル サポートへのお問い合わせ

Esri Support アプリのダウンロード

ダウンロード オプションに移動

このトピックについてさらに調べる