Select to view content in your preferred language

Joined Table Attributes issue

2904
2
Jump to solution
09-15-2015 10:58 AM
SteveCole
Frequent Contributor

I published a service with an SDE feature class that also includes a joined table for that feature class. When my infoWindow content function fires off, the attributes for both the feature class and the joined table are "there" but they can't be accessed. Anyone have a clue with this one?

joinedAttributesIssue.jpg

Normally, you can type graphic.attributes.<attribute field name> and get the values but, as you can see in the screenshot, this isn't the case here. The service is internal so I can't link out to it here, unfortunately.

Steve

0 Kudos
1 Solution

Accepted Solutions
thejuskambi
Regular Contributor

Have you tried graphic.attributes["<attribute field name>"] like this?

View solution in original post

2 Replies
thejuskambi
Regular Contributor

Have you tried graphic.attributes["<attribute field name>"] like this?

SteveCole
Frequent Contributor

Yay! We have a winner, thanks.

I had been trying graphic.attributes[0] but that wasn't working. Didn't think to try the variant you suggested.

0 Kudos