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