Links in pivot table

Is it possible to display an image in place of the cursor when we hover over the link in the pivot table?

Hi @Viji
no it’s not possible.
And I think “show url as image” is only available in table visual.
BR

Can we accomplish this based on click actions in a Freeform layout? Create a visual with an image placed behind the table, along with a close button.

Set an action on mouse click of a URL in the table, which assigns the clicked URL to the floating image visual and reorders its z-order to be above the table.

Then, add an action to the close button on the floating visual, so that clicking it reorders the visual to be beneath the table.

Hi @Viji
why not use UR action “open in new tab”, if you have to click twice anyways.
BR