KNOWLEDGE BASE

Viz in Tooltip View is Cut off


Pubblicato: 30 Jan 2018
Data dell'ultima modifica: 20 Jul 2023

Problema

When using Tableau Desktop's Viz in Tooltip feature, the view is cut off or only shows a partial rendering of the target sheet.

Ambiente

Tableau Desktop 10.5.0

Soluzione

Adjust the generated markup language in the Edit Tooltip Dialog box and increase the MaxWidth and MaxHeight attributes to include all of the target sheet.

See an example of the markup language below:
 
<Sheet name="Sheet 1" maxwidth="300" maxheight="300" filter="<All Fields>">

Causa

The target view or image is larger than the maxwidth or maxheight attribute values set in the sheet markup language of the Edit Tooltip Dialogue box.

Ulteriori informazioni


Con questo articolo hai risolto il problema?