Bug-ID-Nummer |
BUG-000150166 |
Eingereicht | June 22, 2022 |
Zuletzt geändert | October 24, 2024 |
Gilt für | ArcGIS Pro |
Gefunden in Version | 3.0 Beta |
Betriebssystem | Windows OS |
Betriebssystemversion | 10.0 64 Bit |
Status | Will Not Be Addressed
Das Entwicklungsteam hat das Problem bzw. die Anforderung sorgfältig geprüft und ist zu dem Schluss gekommen, es nicht zu beheben bzw. keine weiteren Schritte zu unternehmen. Weitere Erläuterungen finden Sie ggf. im Abschnitt "Zusätzliche Informationen" des jeweiligen Problems.
|
Zusätzliche Informationen
This is an expected behavior based on the current script. Returning a value from the split condition is impossible because it does not exist as the condition is not met. The workaround is to modify the script to look for another value in the list.
Workaround
Retrieve the final value in the expression using [-1] or the first value in the array using [0].
Schritte zur Reproduzierung