Show on Report

Shows the specified element text on the overview report.


Usage

[MADCOW:htmlElement].showOnReport = <<Name for reported item on report>>

Examples

country.showOnReport = "Selected Country"

Advanced

Show on Report also supports a format string to use when displaying the value on the report.

When displayed, it will replace all occurances of the ā€˜%sā€™ with the name parameter.

country.showOnReport = [name: 'Selected Country', format: '<b>%s is a nice country</b>']