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
Home
Products
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.
Find more posts tagged with
Status: Open
Comments
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.
Join the Conversation
Sign in to post, follow content, and more. New here? Register for free.
Sign In
Register
Quick Links
All Communities
Recent Posts
User Groups
Followed Content
Community Help