<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: How Can I add image to dashboard tile  based dql result in Dashboarding</title>
    <link>https://community.dynatrace.com/t5/Dashboarding/Add-image-to-Dashboard-tile-based-DQL-result/m-p/278975#M5141</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/46340"&gt;@heramb_sawant&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;In addition to what said above by &lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/52584"&gt;@Akhil-Jayendran&lt;/a&gt;&amp;nbsp;,you can use a lot of emoji. How I use it is right click within the DQL query and click on emoji as shown below.&lt;BR /&gt;Sample query:&lt;BR /&gt;fetch logs&lt;BR /&gt;| fieldsAdd Pass = if(loglevel != "ERROR", "🟢",else: "&lt;span class="lia-unicode-emoji" title=":red_circle:"&gt;🔴&lt;/span&gt;")&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="RohitBisht_1-1749532062082.png" style="width: 400px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/28398i9A00134221E5D2A7/image-size/medium?v=v2&amp;amp;px=400" role="button" title="RohitBisht_1-1749532062082.png" alt="RohitBisht_1-1749532062082.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 10 Jun 2025 05:08:23 GMT</pubDate>
    <dc:creator>RohitBisht</dc:creator>
    <dc:date>2025-06-10T05:08:23Z</dc:date>
    <item>
      <title>Add image to Dashboard tile-based DQL result</title>
      <link>https://community.dynatrace.com/t5/Dashboarding/Add-image-to-Dashboard-tile-based-DQL-result/m-p/278943#M5139</link>
      <description>&lt;P&gt;Hi,&lt;BR /&gt;I have DQL which shows the SRG recent execution Status on dashboard tile. I want to show Green image if latest guardian execution is Pass and Red image if execution is Fail. How to achieve that.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Heramb Sawant&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 01 Dec 2025 13:59:45 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dashboarding/Add-image-to-Dashboard-tile-based-DQL-result/m-p/278943#M5139</guid>
      <dc:creator>heramb_sawant</dc:creator>
      <dc:date>2025-12-01T13:59:45Z</dc:date>
    </item>
    <item>
      <title>Re: How Can I add image to dashboard tile  based dql result</title>
      <link>https://community.dynatrace.com/t5/Dashboarding/Add-image-to-Dashboard-tile-based-DQL-result/m-p/278966#M5140</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/46340"&gt;@heramb_sawant&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;If you’d like to add a traffic light symbol, simply copy and paste the emoji Unicode into your DQL — that should work.&lt;BR /&gt;eg [something like ]:&amp;nbsp;| fieldsAdd indicator = if( abs(diff) &amp;lt; 10, "🟡", else: if( abs(diff) &amp;gt; 10, "🟥" ))&lt;BR /&gt;&lt;BR /&gt;If you want to add background colors to your dashboard cells, you can use the visual editor.&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2025-06-09 at 1.17.43 PM.png" style="width: 999px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/28396iBFEC8781AC093350/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screenshot 2025-06-09 at 1.17.43 PM.png" alt="Screenshot 2025-06-09 at 1.17.43 PM.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;Hope this will help you ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 09 Jun 2025 18:21:39 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dashboarding/Add-image-to-Dashboard-tile-based-DQL-result/m-p/278966#M5140</guid>
      <dc:creator>Akhil-Jayendran</dc:creator>
      <dc:date>2025-06-09T18:21:39Z</dc:date>
    </item>
    <item>
      <title>Re: How Can I add image to dashboard tile  based dql result</title>
      <link>https://community.dynatrace.com/t5/Dashboarding/Add-image-to-Dashboard-tile-based-DQL-result/m-p/278975#M5141</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/46340"&gt;@heramb_sawant&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;In addition to what said above by &lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/52584"&gt;@Akhil-Jayendran&lt;/a&gt;&amp;nbsp;,you can use a lot of emoji. How I use it is right click within the DQL query and click on emoji as shown below.&lt;BR /&gt;Sample query:&lt;BR /&gt;fetch logs&lt;BR /&gt;| fieldsAdd Pass = if(loglevel != "ERROR", "🟢",else: "&lt;span class="lia-unicode-emoji" title=":red_circle:"&gt;🔴&lt;/span&gt;")&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="RohitBisht_1-1749532062082.png" style="width: 400px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/28398i9A00134221E5D2A7/image-size/medium?v=v2&amp;amp;px=400" role="button" title="RohitBisht_1-1749532062082.png" alt="RohitBisht_1-1749532062082.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 10 Jun 2025 05:08:23 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dashboarding/Add-image-to-Dashboard-tile-based-DQL-result/m-p/278975#M5141</guid>
      <dc:creator>RohitBisht</dc:creator>
      <dc:date>2025-06-10T05:08:23Z</dc:date>
    </item>
  </channel>
</rss>

