# 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: 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:

```
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>
```

The question should be specific, self-contained, and written in natural language.
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.
