<?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: flags in script with external notepad or excel? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/flags-in-script-with-external-notepad-or-excel/m-p/616091#M1100651</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you both of you!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;two different solution works fine!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I put an example , thank you again&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Fernando&lt;/P&gt;&lt;P&gt;---------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;EJECUTIVOS:&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; CodEmp, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; NombreEmpl,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Rubro,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; $(Include=C:\Users\fkeuroglian\Desktop\NEWVER\Banderas.txt)&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;PruebaBanderas.qvd&lt;/P&gt;&lt;P&gt;(qvd);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;---------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 09 Apr 2014 12:52:45 GMT</pubDate>
    <dc:creator>fkeuroglian</dc:creator>
    <dc:date>2014-04-09T12:52:45Z</dc:date>
    <item>
      <title>flags in script with external notepad or excel?</title>
      <link>https://community.qlik.com/t5/QlikView/flags-in-script-with-external-notepad-or-excel/m-p/616088#M1100648</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;there is a way to create flag in the script but do them external to qlivkiew? using a notepad? or excel?&lt;/P&gt;&lt;P&gt;i want to create a normal flag in the script like&lt;/P&gt;&lt;P&gt;"if (lenguague = 1,'ESPAÑOL','ENGLISH') as Lenguague; but not do this in the load script, do it in a txt external or excel? and then include?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i try to do something like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Lenguague:&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; CodLenguague, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Type,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; $(Include=C:\Users\Desktop\NEWVER\FLAG.txt)&amp;nbsp; // THIS IS THE NOTEPAD WITH THE FLAGS&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;EXAMPLE.QVD(QVD)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what would suggest or recommend? thank you a lot&lt;/P&gt;&lt;P&gt;i want to mantein and manage all the flags external qlikview&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Fernando&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Apr 2014 02:35:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/flags-in-script-with-external-notepad-or-excel/m-p/616088#M1100648</guid>
      <dc:creator>fkeuroglian</dc:creator>
      <dc:date>2014-04-09T02:35:00Z</dc:date>
    </item>
    <item>
      <title>Re: flags in script with external notepad or excel?</title>
      <link>https://community.qlik.com/t5/QlikView/flags-in-script-with-external-notepad-or-excel/m-p/616089#M1100649</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;It really depends on who will manage it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. You:&lt;/P&gt;&lt;P&gt;If there are not a lot of matches and have only one field for replacing you can leave it in qvs and use ApplyMap and Mapping load. Otherwise you can have separate xls file and join these data later.&lt;/P&gt;&lt;P&gt;2. Your users:&lt;/P&gt;&lt;P&gt;I think it would be better to have everything in xls, and use joins or ApplyMap&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In your example you can use Mapping Load and ApplyMap. Mapping load you can move to the external qvs file.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Apr 2014 04:21:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/flags-in-script-with-external-notepad-or-excel/m-p/616089#M1100649</guid>
      <dc:creator>SergeyMak</dc:creator>
      <dc:date>2014-04-09T04:21:21Z</dc:date>
    </item>
    <item>
      <title>Re: flags in script with external notepad or excel?</title>
      <link>https://community.qlik.com/t5/QlikView/flags-in-script-with-external-notepad-or-excel/m-p/616090#M1100650</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can do that. I am not sure if you are asking for suggestion or how-to-do. If it is how-to-do, then let me tell you that you are almost there. Only thing may be you are doing wrong is a comma or semi-colon. If it is your last statement in the load then you don't need a comma either in the external file or in the load statement itself. And no semi-colon for eithe of the cases.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Apr 2014 04:52:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/flags-in-script-with-external-notepad-or-excel/m-p/616090#M1100650</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2014-04-09T04:52:50Z</dc:date>
    </item>
    <item>
      <title>Re: flags in script with external notepad or excel?</title>
      <link>https://community.qlik.com/t5/QlikView/flags-in-script-with-external-notepad-or-excel/m-p/616091#M1100651</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you both of you!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;two different solution works fine!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I put an example , thank you again&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Fernando&lt;/P&gt;&lt;P&gt;---------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;EJECUTIVOS:&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; CodEmp, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; NombreEmpl,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Rubro,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; $(Include=C:\Users\fkeuroglian\Desktop\NEWVER\Banderas.txt)&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;PruebaBanderas.qvd&lt;/P&gt;&lt;P&gt;(qvd);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;---------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Apr 2014 12:52:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/flags-in-script-with-external-notepad-or-excel/m-p/616091#M1100651</guid>
      <dc:creator>fkeuroglian</dc:creator>
      <dc:date>2014-04-09T12:52:45Z</dc:date>
    </item>
  </channel>
</rss>

