Hi,
Just started a new role with a new company and wondering if there's a setting that allows the report header to be in only one row, when the report's rendered in Excel?
Thanks in advance,
Richard
Quote from: RichParsons on 17 Jan 2017 10:29:08 AM
Hi,
Just started a new role with a new company and wondering if there's a setting that allows the report header to be in only one row, when the report's rendered in Excel?
Thanks in advance,
Richard
You can create a layout that only renders for specific output formats and/or set render variables on specific objects so they render in one situation but not in another. The ReportOutput() function is a report expression that lets you detect the requested output format.
Thanks Lynn - I'll look it up.