Skip to main content

#Tableau CRM #Bindings #Dynamic Content #Analytics 

 

Hi everyone,

I am trying to use a dynamic binding to dynamically change the image widget name and consequently the picture itself..

 

I have uploaded 2 pictures and those are called test1png and test2png in the advance editor. 

However, when I implement the binding over the name (defaulting it as test1png) it shows "image not found".

 

Anyone can help? Below the use case.

 

{{coalesce(cell(SegmentationPOS_1.selection, 0, \"Segment_Text_POS__c\"), \"test1png\").asObject()}}

 

{

"type": "image",

"parameters": {

"fit": "stretch",

"alignmentX": "left",

"alignmentY": "top",

"image": {

"name": "{{coalesce(cell(SegmentationPOS_1.selection, 0, \"Segment_Text_POS__c\"), \"test1png\").asObject()}}",

"namespace": ""

}

}

}

Tableau CRM - Dynamically change image widget

1 risposta
  1. 12 ago 2021, 21:48

    I found the answer! Maybe worth investigating increasing the scope of the bindings to more widgets' properties?

    I found the answer! Maybe worth investigating increasing the scope of the bindings to more widgets' properties?

0/9000