<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://community.appian.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Billboard as a link</title><link>https://community.appian.com/discussions/f/user-interface/12881/billboard-as-a-link</link><description>Hello, 
 
 We would like to use billboards in our project because they are more scalable than custom images, but we would also like to be able to use them as links. As of now this a!save works: 
 
 
 
 
 
 
 
 but this one doesn&amp;#39;t (it&amp;#39;s not even clickable</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Billboard as a link</title><link>https://community.appian.com/thread/57870?ContentTypeID=1</link><pubDate>Thu, 12 Jul 2018 08:02:32 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:d9375923-77f6-4f92-826f-1771ba616ea7</guid><dc:creator>Ladislav Jaroscak</dc:creator><description>Thank you all for your advice!&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Billboard as a link</title><link>https://community.appian.com/thread/57815?ContentTypeID=1</link><pubDate>Wed, 11 Jul 2018 10:08:17 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:51f6bc42-9779-432f-acb8-099159c4e52d</guid><dc:creator>Brazil Vibanco</dc:creator><description>&lt;p&gt;You can add an image field in there, maybe it could help you:&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;a!billboardLayout(
  overlayStyle: &amp;quot;LIGHT&amp;quot;,
  overlayContents: {
    a!imageField(
      images: a!documentImage(
        document: 1,
        link: a!dynamicLink(
          saveInto: a!save(ri!var, 1)
        )
      )
    )
  },
  height: &amp;quot;SHORT&amp;quot;
)&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;On the other hand, now you can use the new&amp;nbsp;&lt;a href="https://docs.appian.com/suite/help/18.2/card_layout.html"&gt;cardLayout&amp;nbsp;&lt;/a&gt;component, maybe it will suite better on your requirement now.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Billboard as a link</title><link>https://community.appian.com/thread/57814?ContentTypeID=1</link><pubDate>Wed, 11 Jul 2018 10:04:21 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:c4eb7ab0-16d7-4725-8d26-59dd67dbb6ff</guid><dc:creator>deviratnamv</dc:creator><description>Hi Ladislavj,&lt;br /&gt;
In billboard layout  you can&amp;#39;t link on background image. If you want to display image at the time of clickable on  image then you want to use &amp;quot;isThumbnail&amp;quot; option in imagefield() component. can you try below code.&lt;br /&gt;
a!imageField(&lt;br /&gt;
  images : a!documentImage(&lt;br /&gt;
    document: consIMAGE!DOCUMENTNAME&lt;br /&gt;
),&lt;br /&gt;
  isThumbnail: true()&lt;br /&gt;
)&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Billboard as a link</title><link>https://community.appian.com/thread/57812?ContentTypeID=1</link><pubDate>Wed, 11 Jul 2018 08:56:26 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:0a79c5c3-89d8-4802-a041-5e3d018591e5</guid><dc:creator>Abhay Giri</dc:creator><description>Hi,&lt;br /&gt;
&lt;br /&gt;
Billboard layout is used for to display color, image, or video with optional overlay content. If you want to achieve something on click then put that logic inside overlay content. I don&amp;#39;t think you can click on billboard background. &lt;br /&gt;
&lt;br /&gt;
Regards&lt;br /&gt;
Abhay&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Billboard as a link</title><link>https://community.appian.com/thread/57811?ContentTypeID=1</link><pubDate>Wed, 11 Jul 2018 08:19:08 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:6e78c861-8a5e-43b1-aa19-d4005c66b002</guid><dc:creator>PhilB</dc:creator><description>I&amp;#39;m pretty sure that&amp;#39;s deliberate -  you can&amp;#39;t link from the background image because it&amp;#39;s exactly that: the background. You can, however, link from an item in the contents of the billboard - any of Button, Image, Link, Milestone, Progress Bar or Rich Text.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>