View Single Post
 
Old 07-08-2020, 08:37 AM
BenMcLean BenMcLean is offline Windows 10 Office 2016
Novice
 
Join Date: Jul 2020
Posts: 5
BenMcLean is on a distinguished road
Default

Quote:
Originally Posted by Guessed View Post
Examine the Shapesheet of the callout target to verify the actual name of the Shape Data property. The label might be IPAddress but its 'name' might not match that. For instance, you might find that =CALLOUTTARGETREF()!Prop.Row_1 works whereas =CALLOUTTARGETREF()!Prop.IPADDRESS does not.

In the shapesheet, you look at the Shape Data and find the red text in the first column. That is the text you should be using in your field. If you pick a properties name rather than its label it should behave as advertised.
I can't get anything that starts with Prop to work. Yes, it's actually "Prop.IPAddress" not "Prop.IPADDRESS" but the correct capitalization doesn't work either. Nothing works. "Prop" stuff doesn't exist in the list under =CALLOUTTARGETREF() at all even though the ShapeSheet shows it does exist.
Reply With Quote