I am displaying an image in a pivot table, using this code:
<body>
<div class="thumbnail">
<figure>
<img src="@H" "width=250px" border="0" />
<figcaption>Caption goes here</figcaption>
</figure>
<span>
<img src="@H" "width=800px;"/>
</span>
</div>
</body>
The words Caption goes here are currently displaying below the image.
Is it possible to replace the words Caption goes here with a reference to a column in the analysis, so that each image has a caption that is related to that image?