Pretius / apex-nested-reports

Pretius APEX Nested Reports
http://http://apex.pretius.com/apex/f?p=105:NESTED_REPORTS
MIT License
36 stars 7 forks source link

Unescaped HTML for custom template #28

Closed xcervicek closed 4 years ago

xcervicek commented 4 years ago

My SQL returns already a HTML formated code which now works fine with default template, but I need to use it with a custom template. Is it possible somehow ? Btw, thank you for the super-trooper strong plugin !

bostrowski commented 4 years ago

@xcervicek Sure you can.

Use {{{COLUMN_NAME}}} instead of {{COLUMN_NAME}}. Triple brackets don't escape HTML tags.

xcervicek commented 4 years ago

Works perfectly fine ! Thanks