> 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/set-the-available-field-list-folder-description-and-cell-format.md).

# Set the Available field list, folder description, and cell format

You can define fields to hide or show users, add folder descriptions, and render cell formats in an Analyzer report using the annotations described in the table below.

| Annotation                           | Description                                                                                                                                   | Mondrian Schema Element                                                                                                                                                                                                                                                                                                 | Value                                                                        |
| ------------------------------------ | --------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------- |
| **AnalyzerBusinessGroup**            | Overrides the folder name for this field in the **Available fields** list. The default folder for a field is the hierarchy or dimension name. | <ul><li><a href="https://mondrian.pentaho.com/documentation/xml_schema.php#Level">Level</a></li><li><a href="https://mondrian.pentaho.com/documentation/xml_schema.php#Measure">Measure</a></li><li><a href="https://mondrian.pentaho.com/documentation/xml_schema.php#CalculatedMember">CalculatedMember</a></li></ul> | Folder name                                                                  |
| **AnalyzerBusinessGroupDescription** | Set the text for a Tool Tip when a user hovers the mouse pointer over the folder.                                                             | <ul><li><a href="https://mondrian.pentaho.com/documentation/xml_schema.php#Level">Level</a></li><li><a href="https://mondrian.pentaho.com/documentation/xml_schema.php#Measure">Measure</a></li><li><a href="https://mondrian.pentaho.com/documentation/xml_schema.php#CalculatedMember">CalculatedMember</a></li></ul> | Description                                                                  |
| **AnalyzerHideInUI**                 | Hides a field in the **Available fields** list.                                                                                               | <ul><li><a href="https://mondrian.pentaho.com/documentation/xml_schema.php#Level">Level</a></li><li><a href="https://mondrian.pentaho.com/documentation/xml_schema.php#Measure">Measure</a></li><li><a href="https://mondrian.pentaho.com/documentation/xml_schema.php#CalculatedMember">CalculatedMember</a></li></ul> | `true` or `false`                                                            |
| **AnalyzerFieldListView**            | Set on cube to set the default view of the **Available fields** list.                                                                         | <ul><li><a href="https://mondrian.pentaho.com/documentation/xml_schema.php#Cube">Cube</a></li><li><a href="https://mondrian.pentaho.com/documentation/xml_schema.php#VirtualCube">VirtualCube</a></li></ul>                                                                                                             | **CMDVIEWCATEGORY**, **CMDVIEWNAME**, **CMDVIEWTYPE**, and **CMDVIEWSCHEMA** |
| **AnalyzerShowFormattedValue**       | For an Excel export, this renders the cell as a formatted string literal, instead of the raw value and the Excel format string.               | <ul><li><a href="https://mondrian.pentaho.com/documentation/xml_schema.php#Measure">Measure</a></li><li><a href="https://mondrian.pentaho.com/documentation/xml_schema.php#CalculatedMember">CalculatedMember</a></li></ul>                                                                                             | `true` or `false`                                                            |


---

# 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/set-the-available-field-list-folder-description-and-cell-format.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.
