Page tree
Data Marker Options Demonstration
%%=dSource.#1(fieldname)%%=dSource.#2(fieldname)%%=dSource.#3(fieldname)%%=dSource.#4(fieldname)%%=dSource.#5(fieldname)%%=dSource.#6(fieldname,optional)
%%=dSource.EmployeeID%%=dSource.LastName(uppercase)%%=dSource.FirstName(lowercase)%%=dSource.Title%%=dSource.Zip(preserve)%%=dSource.SomeField(optional)
Notes:
fieldname - imports the name of the field
uppercase - forces characters to uppercase
lowercase - forces characters to lowercase
preserve - forces number strings to be treated as text
optional - will be removed if unbound