# Use dimensions

Click a [dimension](/basics/getting-started/dimensions.md) button to view its entities (rows) in the grid.&#x20;

For example, suppose you are viewing your Sales database and want to look closer at your customers to see which customers generate the most sales revenue. When you click the **Customer** dimension, a list of customers displays in the grid.

<div align="left"><figure><img src="/files/RV5zsxmaiYQzQS6IXRf8" alt="" width="375"><figcaption></figcaption></figure></div>

The grid now looks and behaves differently from when you're in the Summary view. The key characteristics are as follows:

* The selected dimension is blue.
* Properties (dimension metadata, such as Name and Code) display as columns. If the data in the **Code** column is blue, it indicates a link is available. You can select other properties to display or create your own custom property via the **Properties** menu.
* Measures (data values relating to dimensions) are displayed as columns, for example, the **Total Revenue** or **Current** column. By default, the data is sorted by the first measure column in ascending order. You can then sort the data in other ways. You can change the measures and their format via the **Measures** menu.
* Period columns display the related data for the selected period.
* Cells that don't contain data are blue.
* Negative figures are in red.

You can [select](/analytics/select-data-analytics.md) rows and cells and [focus](/analytics/focus-on-data-analytics.md) on specific data to filter the dataset.

<figure><img src="/files/CxIYzAYkWf4fgmmuajbH" alt=""><figcaption></figcaption></figure>

If you're looking at data from one dimension and want to switch to another, simply click the other dimension button. The grid updates to display the new dimension's entities.

{% hint style="success" %}
See [Work with the grid](/analytics/work-with-the-grid.md) to learn how to sort data, freeze properties, view the record count, and more.
{% endhint %}

{% embed url="<https://phocassoftware.wistia.com/medias/9lr0d6m82s>" %}
Combine inventory and sales to find dead stock
{% endembed %}


---

# 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.phocassoftware.com/analytics/use-dimensions.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.
