# Show popover

The action allows the developer to show a popup window with a given width and height. It supports HTML as well as embedding master visualizations.

<figure><img src="https://4159443657-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-Lb8fteihZN5J-edUC8e%2Fuploads%2FuZKiCKFMCFq7rQVw9tel%2FShowPopover.gif?alt=media&#x26;token=bfe3c33a-239e-4699-8f93-121df0784d15" 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%2F1KhAw7nC9xfPYEhNhp9m%2FShowPopoverAction.png?alt=media&#x26;token=48f6bdbb-9c25-4178-93e9-8499fd7fce32" alt=""><figcaption></figcaption></figure>

The "**Value**" parameter defines the body of a popup window. 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 "**Width**" and "**Height**" parameters allow the developer to set the size of the popup in pixels.

The "**z-index**" CSS property sets the z-order of a popover. Overlapping elements with a larger z-index cover those with a smaller one.

The "**Close Button**" checkbox determines how the popover is closed. If the "Close Button" check box is set, the pop-up window can be closed by clicking the close icon. Otherwise, the popup window can be closed by clicking on any object on the sheet outside the popup window.

<figure><img src="https://4159443657-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-Lb8fteihZN5J-edUC8e%2Fuploads%2FxQEl0rTutQVQT0EyRRgZ%2FPopoverWithCloseButton.png?alt=media&#x26;token=216e9c8b-753c-4328-8095-df66124abf47" alt=""><figcaption><p>Popover with the Close Button</p></figcaption></figure>
