Dynamic Business Central 365: AnalysisModeEnabled Property
When working with Microsoft Dynamics 365 Business Central, users often want quick insights from data without exporting it to Excel or running reports. This is exactly where Analysis Mode becomes useful. The AnalysisModeEnabled property allows developers to control whether users can analyze data directly from a page.
In this blog, we will understand what the AnalysisModeEnabled property does, why it matters, and how to use it effectively with a practical example.
What is AnalysisModeEnabled?
AnalysisModeEnabled is a page-level property that determines whether Analysis Mode is available on a page.
When this property is enabled, users see the Analyze switch at the top of the page. Using this mode, they can:
-
Group data
-
Add totals and averages
-
Create pivots
-
Filter and sort dynamically
All of this happens directly inside Business Central, without switching to Excel or running a report.
Property Details
-
Applies to: Page
-
Available from: Runtime version 12.0
-
Default value:
true
Syntax
This was originally posted here.

Like
Report
*This post is locked for comments