I'd like to create a table that would be read to create a HTML address line that would contain both Static and Variable variables.
I have the prefix of the HTML address taken care of, so I won't be typing that in the following examples.
For instance, if I were using an Address table, the end of the HTML line might look like the following:
h t t p://...rs:Format=pdf&rs:Command=Render&nameParam=Fred&addr1Param=123Main&cityParam=Dataville
Olive Variables = Both Static and Variable variables
For Instance, if I have a table that has 2 fields, PARAMETER & PARAMETER_VALUE, and I create a definition of the following:
PARAMETER....................PARAMETER_VALUE
----------------------------------------------------------------------
rs:Format pdf
rdCommand Render
nameParam NAME
addr1Param ADDR1
cityParam CITY
Is this just wishful thinking, or is it possible to get SuperLayer to understand that it is not supposed to take the literal value "NAME", but instead retrieve the value of the NAME variable that is currently in the buffer if the value "NAME" is found in the VDT?
TIA,
AK