Skip to content

Latest commit

 

History

History
39 lines (29 loc) · 1.41 KB

devenv-analysismodeenabled-property.md

File metadata and controls

39 lines (29 loc) · 1.41 KB
title description ms.author ms.date ms.topic author ms.reviewer
AnalysisModeEnabled Property
Sets a value that specifies whether analysis mode on the page is allowed.
solsen
05/14/2024
reference
SusanneWindfeldPedersen
solsen

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