AnalysisModeEnabled Property

Version: Available or changed with runtime version 12.0.

Sets a value that specifies whether analysis mode on the page is allowed.

Applies to

  • Page

Property Value

true enables the analysis mode on the page. When enabled, the Analyze switch is available at the top of the page; false disables the analysis mode on the page. The default is true.

Syntax

AnalysisModeEnabled = true|false;

Remarks

Data analysis mode enables users to analyze data directly from the page, without having to run a report or switch another application like Excel. It provides an interactive and versatile way to calculate, summarize, and examine data. Learn more about data analysis mode in the business functionality help.

See also

Getting Started with AL
Developing Extensions