laptop and a wrench

不具合

Label is not bolded in ArcGIS Pro when using <BOL> with a string field containing a '&' in the text.

最後に公開された状態: July 8, 2022 ArcGIS Pro
不具合 ID 番号 BUG-000149736
送信されましたJune 3, 2022
最終更新日June 5, 2024
適用対象ArcGIS Pro
見つかったバージョン2.8.3
オペレーティング システムWindows OS
オペレーティング システムのバージョン10.0 64 Bit
ステータスAs Designed

参考情報

Refer to the 'Text formatting tags' documentation for more information on using the ampersand (&) and angle bracket (<) special characters: https://pro.arcgis.com/en/pro-app/latest/help/mapping/text/text-formatting-tags.htm

対処法

Use replace() to remove '&'.

var Name = Replace($feature.TEXTFIELD, "&", "and")

"<bol>" + Name + "</bol>"

再現の手順

不具合 ID: BUG-000149736

ソフトウェア:

  • ArcGIS Pro

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

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

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

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

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

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

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