jeff myers Posted February 18, 2020 Share Posted February 18, 2020 I would like to use an expression to get the name of a document property. For example, the expression I would like to use is DocumentProperty( DocumentProperty(instrument)&"Maximum") This should, in my mind, find the value of the document property named "Instrument01Maximum" Now even if I have a property called "Instrument01Maximum" and I try to use DocumentProperty("Instrument"&"01Maximum") I get an error. Any ideas if what I'm looking for is possible It does appear that I can insert a document property inside of another if the nested one is "inserted as text" which is a workaround, but I'd prefer to not have to do that. Thanks for your help. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now