Hi. In the template documentation it mentions the following commands:
> select 'dbr.template', '#template' | 'row template code' | 'header template code', 'row template code', 'footer template code', [ 'template_class' | 'none' ]
> select 'dbr.template.header', data1[, data2[...]]
> select 'dbr.template.footer', data1[, data2[...]]
...but the documentation isn't quite clear on how the options beyond the basics can be used. So my questions are:
1) For the template call
> select 'dbr.template', '#template' | 'row template code' | 'header template code', 'row template code', 'footer template code', [ 'template_class' | 'none' ]
What are the 3/4 ' template code' variables for? Formatting? Something else?
2) For the header/footer commands
> select 'dbr.template.header', data1[, data2[...]]
> select 'dbr.template.footer', data1[, data2[...]]
The examples you give for the 'data' are (a) static or (b) in-built functions like now(). Can procedures be used as well?
Thanks!