<?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 to display differents flags in the same object. in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-display-differents-flags-in-the-same-object/m-p/1211023#M874303</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We are here to help!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 14 Nov 2016 16:11:15 GMT</pubDate>
    <dc:creator />
    <dc:date>2016-11-14T16:11:15Z</dc:date>
    <item>
      <title>How to display differents flags in the same object.</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-display-differents-flags-in-the-same-object/m-p/1211019#M874299</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to do a object which contains three country flags in the same text object.&lt;/P&gt;&lt;P&gt;I have the flags images in a folder of my project.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-display-differents-flags-in-the-same-object/m-p/1211019#M874299</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to display differents flags in the same object.</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-display-differents-flags-in-the-same-object/m-p/1211020#M874300</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Bundled Images:&lt;/P&gt;&lt;P&gt;check the below link&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/thread/57821"&gt;Load images into Script&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Nov 2016 19:11:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-display-differents-flags-in-the-same-object/m-p/1211020#M874300</guid>
      <dc:creator>MK9885</dc:creator>
      <dc:date>2016-11-07T19:11:54Z</dc:date>
    </item>
    <item>
      <title>Re: How to display differents flags in the same object.</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-display-differents-flags-in-the-same-object/m-p/1211021#M874301</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jaime,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you have the images it's very easy! Inside an object (for example, a text object) you have to control what lenguage you are using (with a variable "Lenguage"). Create a variable in the script like this one:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;set vDataLanguage= '=Lenguage'; &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For those lenguages associate the URL where the flag is saved.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=if(Lenguage='Lenguage1', './flag1.jpg',&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; if(&lt;STRONG style="font-size: 13.3333px;"&gt;Lenguage&lt;/STRONG&gt;='&lt;STRONG style="font-size: 13.3333px;"&gt;Lenguage2&lt;/STRONG&gt;','./flag2.png',&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; './flag3.png'))&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this can help you!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Nov 2016 08:34:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-display-differents-flags-in-the-same-object/m-p/1211021#M874301</guid>
      <dc:creator />
      <dc:date>2016-11-08T08:34:41Z</dc:date>
    </item>
    <item>
      <title>Re: How to display differents flags in the same object.</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-display-differents-flags-in-the-same-object/m-p/1211022#M874302</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank u!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Nov 2016 11:57:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-display-differents-flags-in-the-same-object/m-p/1211022#M874302</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-11-08T11:57:36Z</dc:date>
    </item>
    <item>
      <title>Re: How to display differents flags in the same object.</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-display-differents-flags-in-the-same-object/m-p/1211023#M874303</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We are here to help!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Nov 2016 16:11:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-display-differents-flags-in-the-same-object/m-p/1211023#M874303</guid>
      <dc:creator />
      <dc:date>2016-11-14T16:11:15Z</dc:date>
    </item>
    <item>
      <title>Re: How to display differents flags in the same object.</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-display-differents-flags-in-the-same-object/m-p/1211024#M874304</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Nov 2016 16:13:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-display-differents-flags-in-the-same-object/m-p/1211024#M874304</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-11-14T16:13:29Z</dc:date>
    </item>
  </channel>
</rss>

