> For the complete documentation index, see [llms.txt](https://docs.phocassoftware.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.phocassoftware.com/flex-modes/view-transactions.md).

# View transactions

Use **Transaction view** when you want to move from summarized data to the underlying transaction detail. The Grid and Transaction views stay in sync, so filters you apply in either view also affect the other view.

### View transaction details

Select the **Transaction view** tab to see the transactions behind the data in the grid.

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

Transaction view includes the transactions for the period displayed in the grid.

### Change the transaction layout

By default, transactions display in a flat list. You can switch to a nested layout when you want to group transactions by the entities in the selected dimension and review subtotals.

Use the layout button below the grid to switch between:

* **Flat:** Displays all transactions in a single list. This is the default layout.
* **Nested:** Groups transactions by the entities in the selected dimension. Expand an entity row to view the transactions underneath it and the corresponding subtotal.

<figure><img src="/files/1UzAP7aAPymyrpVTqNOJ" alt=""><figcaption></figcaption></figure>

### Filter transaction data

Apply filters in Transaction view to narrow the data you want to review. You can also apply filters in Grid view and then switch to Transaction view.

See [Filter data](/flex-modes/filter-data.md) for information about focusing, excluding, searching, and creating advanced filters.

### Apply conditional formatting

Create [conditional formatting](/flex-modes/apply-conditional-formatting.md) rules specifically for Transaction view to highlight values that meet defined conditions.

Transaction-view rules are independent of the rules you create for other views, so you can use different formatting to suit the transaction detail.


---

# 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.phocassoftware.com/flex-modes/view-transactions.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.
