<?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: Qlik Base64 or HTML tags inside a label in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Qlik-Base64-or-HTML-tags-inside-a-label/m-p/1958411#M79008</link>
    <description>&lt;P&gt;hi,&lt;/P&gt;
&lt;P&gt;you can take reference here&amp;nbsp;&lt;A href="https://www.w3schools.com/html/" target="_blank"&gt;https://www.w3schools.com/html/ &lt;/A&gt;&lt;/P&gt;
&lt;P&gt;very simple demos are available in this site for HTML coding.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;
&lt;P&gt;Vikas&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 20 Jul 2022 14:26:19 GMT</pubDate>
    <dc:creator>vikasmahajan</dc:creator>
    <dc:date>2022-07-20T14:26:19Z</dc:date>
    <item>
      <title>Qlik Base64 or HTML tags inside a label</title>
      <link>https://community.qlik.com/t5/App-Development/Qlik-Base64-or-HTML-tags-inside-a-label/m-p/1958194#M78999</link>
      <description>&lt;P&gt;I was wondering how I can embed a base64 image inside a normal label or even html tags.&amp;nbsp; I have a pivot table with customer names on the left and total purchases on the right as a measure.&lt;/P&gt;
&lt;P&gt;I want to show an icon or image next to the customer's name if they have spent over a threshold.&amp;nbsp; How would I do this please?&lt;/P&gt;
&lt;P&gt;So my logic is...&lt;/P&gt;
&lt;P&gt;=CustomerName &amp;amp; If(TotalSpend &amp;gt; CustomValue, ' (High Spender)', '')&lt;/P&gt;
&lt;P&gt;But I want something like&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;=CustomerName &amp;amp; If(TotalSpend &amp;gt; CustomValue, ' &amp;lt;b&amp;gt;(High Spender)&amp;lt;/b&amp;gt;', '')&lt;/P&gt;
&lt;P&gt;or&lt;/P&gt;
&lt;P&gt;=CustomerName &amp;amp; If(TotalSpend &amp;gt; CustomValue, '&lt;/P&gt;
&lt;DIV class="i8-code__code"&gt;
&lt;DIV id="i8CodeWrapper" class="i8-code__code-wrapper i8-scroll"&gt;
&lt;DIV&gt;&lt;SPAN&gt;&lt;SPAN class="token prism-tag"&gt;&lt;SPAN class="token punctuation"&gt;&amp;lt;&lt;/SPAN&gt;img &lt;SPAN class="token attr-name"&gt;src&lt;/SPAN&gt;&lt;SPAN class="token attr-value"&gt;&lt;SPAN class="token punctuation attr-equals"&gt;=&lt;/SPAN&gt;&lt;SPAN class="token punctuation"&gt;"&lt;/SPAN&gt;data&amp;amp;colon;image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAABmJLR0QA/wD/AP+gvaeTAAAA4UlEQVRIieXVPU7DQBCG4QdCDVcI1HAbLkJFSei4Bz85BwW3CRIpQcBSZCysaO1MHKdAvNJI1uznb2Z2bS3/kRKR4jCpm+IM81ZuHrkpDrIFa1ziA0u/3TfxhvfQVMlMcI4JjvGNh4iCExzhYnD7wSIM71u5psii78XsGeyVGb6sum226DGeCz5DM5i+Q17GWuchZ2l/po35E05jbVS2+tHGZoa7bcTre74eXfqNRTLmpUd/M4Z56dDvZL5JP1rnteg1h+t9mg+d4hVXWfPaJOnOuphUci9WN9Qzbnct8Pf5AfKnkDv3g9LQAAAAAElFTkSuQmCC&lt;SPAN class="token punctuation"&gt;"&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="token punctuation"&gt;&amp;gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;DIV class="i8-copy-text__buttons"&gt;
&lt;DIV class="i8-icon i8-button__icon i8-button__icon--left"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;P&gt;', '')&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 20 Jul 2022 10:30:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qlik-Base64-or-HTML-tags-inside-a-label/m-p/1958194#M78999</guid>
      <dc:creator>NeonThunder</dc:creator>
      <dc:date>2022-07-20T10:30:53Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Base64 or HTML tags inside a label</title>
      <link>https://community.qlik.com/t5/App-Development/Qlik-Base64-or-HTML-tags-inside-a-label/m-p/1958411#M79008</link>
      <description>&lt;P&gt;hi,&lt;/P&gt;
&lt;P&gt;you can take reference here&amp;nbsp;&lt;A href="https://www.w3schools.com/html/" target="_blank"&gt;https://www.w3schools.com/html/ &lt;/A&gt;&lt;/P&gt;
&lt;P&gt;very simple demos are available in this site for HTML coding.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;
&lt;P&gt;Vikas&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 20 Jul 2022 14:26:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qlik-Base64-or-HTML-tags-inside-a-label/m-p/1958411#M79008</guid>
      <dc:creator>vikasmahajan</dc:creator>
      <dc:date>2022-07-20T14:26:19Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Base64 or HTML tags inside a label</title>
      <link>https://community.qlik.com/t5/App-Development/Qlik-Base64-or-HTML-tags-inside-a-label/m-p/1958417#M79010</link>
      <description>&lt;P&gt;I am very proficient in HTML.&amp;nbsp; I just need to know if I can use HTML tags inside a label.&amp;nbsp; &amp;nbsp;Some Vizlib allows html in labels but seems only the measures.&amp;nbsp; I was wondering if there is a way in the label itself to encode the html so it will output as html and not as text.&lt;/P&gt;</description>
      <pubDate>Wed, 20 Jul 2022 14:31:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qlik-Base64-or-HTML-tags-inside-a-label/m-p/1958417#M79010</guid>
      <dc:creator>NeonThunder</dc:creator>
      <dc:date>2022-07-20T14:31:23Z</dc:date>
    </item>
  </channel>
</rss>

