laptop and a wrench

不具合

The Survey123 Connect Analyze tool shows a field length error that confuses two select_one questions if the second select_one question's name includes the first select_one question's name and has a smaller field length.

ArcGIS Survey123
不具合 ID 番号 BUG-000174628
送信されましたFebruary 27, 2025
最終更新日March 25, 2025
適用対象ArcGIS Survey123
見つかったバージョン3.22
オペレーティング システムWindows OS
オペレーティング システムのバージョン11.0 64 bit
ステータスUnder Consideration

対処法

  • Even though the error is reading the wrong field length for the wrong question, increasing the field length for that question resolves the issue.
  • User also found that modifying line 32 in the .py file located as follow: %USERPROFILE%\ArcGIS\My Survey123\Tools\analyzesurvey\analyze_survey_functions\check_choice_name_length.py (this resolves the issue).
    • Original: s_question = [s for s in question_keys if str(list_name) in s]
    • Modified: s_question = [s for s in question_keys if str(list_name) in s.split(" ")]

再現の手順

不具合 ID: BUG-000174628

ソフトウェア:

  • ArcGIS Survey123

バグのステータスが変更されたときに通知を受け取る

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

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

ArcGIS エキスパートのサポートを受ける

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

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

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