Summary
If you use output=wiki, the table is produced using wiki table notation. Data found within the table may contain wiki text that may interfere with the formatting of the table.
Solution
Such values either need to be escaped or surrounded by constructs that prevent this. Modify your SQL statement to do this.
Examples
- Use a panelĀ
No Format |
---|
'{panel:borderStyle=none|bgColor=#ffffff} ' || myfield || ' {panel}' |
...