Previous Topic: Drop-down List with More Than 20 ValuesNext Topic: Chart Y-Axis Field Option Change


Export Level for Excel and PowerPoint Has Changed

Before this release, an export to Excel or PowerPoint exported portlet information for all tabs for a selected page. With Release 13.3, only information that is on the selected tab is exported. Exporting the portlet information for a tab is the default behavior.

This behavior is governed by the system-level option ENABLE_PAGE_LEVEL_EXPORT. The value of this option is false by default, which means the information from the current active tab is exported. If the value of this flag is set to true, information from the portlets of all page tabs are exported.

Upgrade Action: To put the new value into effect, flush the server cache.

To check the value of this option, use the following SQL:

SELECT cov.value FROM cmn_option_values cov, cmn_options cos
WHERE cos.option_code = ‘ENABLE_PAGE_LEVEL_EXPORT’ AND cov.id = cos.id