Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
<#SSI_VAR:[parameter]> 

The [parameter] will must be replaced by any one of the report's parameters. For example, <#SSI_VAR:extngroup> will display an extension group, whilst <#SSI_VAR:fromdate> will display the start date of the report, in the format that was supplied.

 

 

 

 

 

 

 

HTML
<p>In addition, the following tags are available but are only used for report headers and
footers, as they allow the HTML writer access to the report's
parameters exactly as they were requested, but after modification.  
If a parameter is blank, then nothing is displayed in place of the
tag. Note that the <> tags are mandatory as they contain variable length data and are
therefore necessary.</p>

<span class="keyword"><b><#SSI_VAR:[parameter]></b></span>&nbsp; &nbsp; where <span class="keyword">[parameter]</span> is replaced with any one of the report's parameters, for example:</p>

<p><span class="keyword"><b><#SSI_VAR:extngroup></b></span>&nbsp; &nbsp; might display 'International Sales', or</p>

<span class="keyword"><b><#SSI_VAR:fromdate></b></span>&nbsp; &nbsp; will display the start date of the report, in the format that it was supplied.</p>