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.