Home
All Communities
Products
Developers
Industries
Global Communities
Services & Learning
Networks
Esri Events
ArcGIS Topics
User Groups
Events
ArcGIS Ideas
Community Resources
Community Blog
Community Feedback
Community Help
Member Introductions
MVP Program
Discussions
Help
Startseite
Produkte
ArcGIS Pro
ArcGIS Pro Ideas
Substring for Dynamic Text
ChristopherStorer1
When assigning a complex string to various layout tags, it would be nice to be able to split the string out. Example: map A01-12-32; if I want to place "A01", "12", and "32" in various parts of the page layout, I need to create three additional fields and substring the data into those three fields. If I could do something like this: <dyn type="page" property="name" substr="3"/> it would make the whole process much more clean.
Finde mehr Beiträge mit dem Tag
Status: Öffnen
Kommentare
BruceLang
I agree, string formatting should be improved. The capability to format a string like the Picture function in Crystal Reports. Two e
xamples:
String, Picture, Result
"1234567890", ”(xyz) xyz-xyz”, "(123) 456-7890"
"1928100002", "xyz-xyz-xyz-xyz", "19-28-100-002"
Which is much easier than this:
strPIN = [gis.GIS.ParcelPoly.PIN]
left(strPIN,2) & "-" & mid(
strPIN,3,2)
& "-" &
mid(
strPIN,5,3)
& "-" & right(strPIN,3)
See
http://crystaltricks.com/wordpress/?p=146
BerendVeldkamp
See
here
for a more general idea.
Nehmen Sie an der Diskussion teil
Melden Sie sich an, um zu posten, Inhalte zu folgen und mehr. Neu hier? Kostenlos registrieren.
Anmelden
Registrieren
Schnellzugriffe
Alle Communities
Neueste Beiträge
Benutzergruppen
Gefolgte Inhalte
Community-Hilfe