Whereas the LIST_TABLE
function prints the entire table including the header, the combination of LIST_TABLE_START
and LIST_TABLE_END
functions allows using an existing header of the table. Just like the LIST_TABLE
function it prints out members of a list of query results. However, you create the table in the document itself and only mark the start and end of the data. All tags in between the markers represent attributes to be printed (see example). Aware IM automatically inserts extra rows as required.
LIST_TABLE_START
function takes an identifier of the list or a string identifying the query (either Rule Language string or the name of the existing query) – see LIST_TABLE
function. If the list identifier is used the second parameter may optionally indicate ordering of the list. LIST_TABLE_END
has no parameters.
Header1Header 2Header3 <<LIST_TABLE_START(Client.Children)>><<Child.FirstName>> <<Child.LastName>><<Child.Age>><<LIST_TABLE_END()>>