|
CityDataColumn | | Enter the name of a column from the DataLayer that has the city name. |
ConnectionID | | Specifies a connection to a data source that is defined in the Settings.
For elements connecting to relational databases, default is the first Connection element in _settings.lgx. |
CountryDataColumn | | Enter the name of a column from the DataLayer that has the contry name. |
HouseNumberDataColumn | | Enter the name of a column from the DataLayer that has street number. |
ID | | The ID attribute is a pervasive attribute that uniquely identifies an element within a definition file. The ID needs to be a unique value within the definition. |
IncludeCondition | | An expression that evaluates to a value of True or False. If the expression is blank, or evaluates to true the element is processed. If the expression evaluates to false, the element is skipped.
Expressions should be in VBScript or JavaScript syntax. For .NET versions, the scripting language can be set in the _settings.lgx General element. For Java versions, the scripting language is always JavaScript.
Typically, you would compare values using an operator, such as "@Session.value~ < 0".
Use quotes when working with strings:
"@Session.myValue~" == "SomeValue"
|
LatitudeColumnID | | The ID of the column that will be set to the latitude.
The default value is "Latitude". |
LongitudeColumnID | | The ID of the column that will be set to the longitude.
The default value is "Longitude". |
PlaceDataColumn | | Enter the name of a column from the DataLayer that has the address information or a place name in a single string. Use this attribute when the address is not broken up into parts.
PlaceDataColumn works with certain partial addresses. Here are some examples:
"Washington Monument"
"22102"
"McLean, VA"
"Virginia"
When this attribute is used, the other address DataColumn attributes are not used. |
PostalCodeDataColumn | | Enter the name of a column from the DataLayer that has the postal or ZIP code. |
StateProvinceDataColumn | | Enter the name of a column from the DataLayer that has the state, province or region name. |
StreetDataColumn | | Enter the name of a column from the DataLayer that has the street name. |