# Show sidebar

The action shows a sidebar panel on the left or right side of a sheet.

<figure><img src="https://4159443657-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-Lb8fteihZN5J-edUC8e%2Fuploads%2Fmlm2rE7wyMmEeyAd51I2%2FShowSidebar.gif?alt=media&#x26;token=20e248ef-c2a9-40b2-be8c-f5165096619e" alt=""><figcaption></figcaption></figure>

<figure><img src="https://4159443657-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-Lb8fteihZN5J-edUC8e%2Fuploads%2FDJgt0WTFM6c4Kg78c9Qe%2FShowSidebarAction.png?alt=media&#x26;token=d7a1aff8-561b-4ac8-8adc-ed9cfad2d84c" alt=""><figcaption><p>Parameters</p></figcaption></figure>

The "**Title**" parameter can be used to define a title. It can be formatted using HTML.

A Qlik expression can be used in the “Title” parameter by prefixing it with an equals sign, e.g.:

```
=if(GetPossibleCount(Year) > 1, '<h1>YTD Sales Analysis<h1>', '<h1>Sales Analysis</h1>')
```

The "**Value**" parameter defines the body of a sidebar. HTML can be used to format the content.

A Qlik expression can be used in the “Value” parameter by prefixing it with an equals sign and a text content should be enclosed with single quotes.

It is possible to **embedd a master visualization** using the following syntax:

```
$object_id{css styles}
```

**object\_id** - identifier of the master visualization object.&#x20;

**css styles** - the CSS styles to apply to the embedded object.

Example:

```
$9bc03224-f072-439f-b0de-3014860d4f8a{width:100%;height: 40px}
```

The "**Position**" parameter determines the side of the sheet on which the sidebar is displayed.
