User Guide
Images
Available in Professional and Enterprise editions.
Upload images (logo, brand images) to use in report templates.
Uploading an image
Click Upload Image and fill in:
| Field | Description |
|---|---|
| Name | Identifier used in templates (e.g. logo) |
| Type | Logo, Image 1, Image 2 or Image 3 |
| File | PNG, JPG or SVG file |
Using images in templates
| Placeholder | Image type |
|---|---|
{{logo}} | Logo |
{{image_1}} | Image 1 |
{{image_2}} | Image 2 |
{{image_3}} | Image 3 |
Example in template HTML:
<div class="header">
<div class="logo">{{logo}}</div>
<h1>{{reportTitle}}</h1>
</div>
Next: Audit Trail