Select to view content in your preferred language

Election Polling Places java script question

662
0
10-03-2012 10:56 AM
Labels (1)
DanielMunoz
Regular Contributor
Please, I need help with java script syntax. One of my layers is joined to a table, when I try to set that data to be displayed on one of the bottom panels it doesn't work because of the syntax i.e.

FieldName: "${WEB.DBO.ElectionDistricts.PDFMAP}"

it appears only works with layers than don't have join data i.e

FieldName: "${ContactName}"

I made the joined worked in other scripts of the template by wrapping the field name inside [] (below) but in this script it doesn't like it.

["WEB.DBO.ElectionDistricts.PDFMAP"]

any help would be appreciated.
0 Kudos
0 Replies