> For the complete documentation index, see [llms.txt](https://docs.pentaho.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.pentaho.com/pba-schema-workbench/adapt-mondrian-schemas-to-work-with-analyzer.md).

# Adapt Mondrian schemas to work with Analyzer

A few Mondrian features are not yet functional in Analyzer. You must adapt your schemas to adjust for these limitations and enable some Analyzer functions to work properly.

For a list of annotations to that you can use to define fields to hide or show users, add folder descriptions, and render cell formats in an Analyzer report, see the topic, [Set the Available field list, folder description, and cell format](/pba-schema-workbench/adapt-mondrian-schemas-to-work-with-analyzer/set-the-available-field-list-folder-description-and-cell-format.md).

Use the workflow outlined in the steps below to adapt your Mondrian schemas to work properly with Analyzer:

[Step 1: Apply relative date filters](/pba-schema-workbench/adapt-mondrian-schemas-to-work-with-analyzer/step-1-apply-relative-date-filters.md)

[Step 2: Adjust for calculated members and named sets](/pba-schema-workbench/adapt-mondrian-schemas-to-work-with-analyzer/step-2-adjust-for-calculated-members-and-named-sets.md)

[Step 3: Edit the schema to allow comparison operators on numeric levels](/pba-schema-workbench/adapt-mondrian-schemas-to-work-with-analyzer/step-3-edit-the-schema-to-allow-comparison-operators-on-numeric-levels.md)

[Step 4: Add Geo Map support to a Mondrian schema](/pba-schema-workbench/adapt-mondrian-schemas-to-work-with-analyzer/step-4-add-geo-map-support-to-a-mondrian-schema.md)

[Step 5: Disable drill-through links](/pba-schema-workbench/adapt-mondrian-schemas-to-work-with-analyzer/step-5-disable-drill-through-links.md)

[Step 6: Configure custom Analyzer actions](/pba-schema-workbench/adapt-mondrian-schemas-to-work-with-analyzer/step-6-configure-custom-analyzer-actions.md)

**Note:** Parent-child hierarchies display as the entire set of members.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.pentaho.com/pba-schema-workbench/adapt-mondrian-schemas-to-work-with-analyzer.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
