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
Domů
Produkty
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.
Najít více příspěvků označených jako
Status: Otevřít
Komentáře
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.
Připojte se k diskusi
Přihlaste se pro psaní příspěvků, sledování obsahu a další. Jste tu noví? Zaregistrujte se zdarma.
Přihlásit se
Registrovat se
Rychlé odkazy
Všechny komunity
Nedávné příspěvky
Uživatelské skupiny
Sledovaný obsah
Pomoc komunity