<?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: Binary Load(urgent) in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Binary-Load-urgent/m-p/427062#M159133</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN class="GingerNoCheckStart"&gt;&lt;/SPAN&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif;"&gt;Hi,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif;"&gt;Please find the attached application.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif;"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif;"&gt;Tom&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="GingerNoCheckEnd"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 18 Oct 2012 13:46:00 GMT</pubDate>
    <dc:creator>thomas_skariah</dc:creator>
    <dc:date>2012-10-18T13:46:00Z</dc:date>
    <item>
      <title>Binary Load(urgent)</title>
      <link>https://community.qlik.com/t5/QlikView/Binary-Load-urgent/m-p/427058#M159129</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is it possible to do a conditional binary load based on the value of a variable.&lt;/P&gt;&lt;P&gt;Ex: if(v1=0, binaryload1, binaryload2)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Oct 2012 10:16:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Binary-Load-urgent/m-p/427058#M159129</guid>
      <dc:creator />
      <dc:date>2012-10-18T10:16:48Z</dc:date>
    </item>
    <item>
      <title>Re: Binary Load(urgent)</title>
      <link>https://community.qlik.com/t5/QlikView/Binary-Load-urgent/m-p/427059#M159130</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri,verdana,arial,sans-serif;"&gt;Hi,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri,verdana,arial,sans-serif;"&gt;You can use the following code.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri,verdana,arial,sans-serif;"&gt;BINARY $(vbinary);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri,verdana,arial,sans-serif;"&gt; let vbinary = if(vtest=1,'C:\Documents and Settings\My Documents\Qlikcommunity\test3.qvw',&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri,verdana,arial,sans-serif;"&gt;'C:\Documents and Settings\My Documents\Qlikcommunity\test2.qvw');&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri,verdana,arial,sans-serif;"&gt;Use a input box at front end whether you want 1 or 0&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri,verdana,arial,sans-serif;"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri,verdana,arial,sans-serif;"&gt;Tom&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Oct 2012 10:52:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Binary-Load-urgent/m-p/427059#M159130</guid>
      <dc:creator>thomas_skariah</dc:creator>
      <dc:date>2012-10-18T10:52:18Z</dc:date>
    </item>
    <item>
      <title>Re: Binary Load(urgent)</title>
      <link>https://community.qlik.com/t5/QlikView/Binary-Load-urgent/m-p/427060#M159131</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Tom for the Reply. If u can post a qvw file showing the implementation, then it would be really helpful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Oct 2012 11:09:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Binary-Load-urgent/m-p/427060#M159131</guid>
      <dc:creator />
      <dc:date>2012-10-18T11:09:10Z</dc:date>
    </item>
    <item>
      <title>Re: Binary Load(urgent)</title>
      <link>https://community.qlik.com/t5/QlikView/Binary-Load-urgent/m-p/427061#M159132</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It loaded the file corresponding to vtest&amp;lt;&amp;gt;1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How to make vtest=1 ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;tried declaring a variable in front end with name vtest bt no use.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Oct 2012 12:04:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Binary-Load-urgent/m-p/427061#M159132</guid>
      <dc:creator />
      <dc:date>2012-10-18T12:04:56Z</dc:date>
    </item>
    <item>
      <title>Re: Binary Load(urgent)</title>
      <link>https://community.qlik.com/t5/QlikView/Binary-Load-urgent/m-p/427062#M159133</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN class="GingerNoCheckStart"&gt;&lt;/SPAN&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif;"&gt;Hi,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif;"&gt;Please find the attached application.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif;"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif;"&gt;Tom&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="GingerNoCheckEnd"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Oct 2012 13:46:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Binary-Load-urgent/m-p/427062#M159133</guid>
      <dc:creator>thomas_skariah</dc:creator>
      <dc:date>2012-10-18T13:46:00Z</dc:date>
    </item>
    <item>
      <title>Re: Binary Load(urgent)</title>
      <link>https://community.qlik.com/t5/QlikView/Binary-Load-urgent/m-p/427063#M159134</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can also do a conditional binary load in this way:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1.) In the GUI,define a variable vBinaryLoad with value "BINARY 'mytable.qvw';" (without double-quotes)&lt;BR /&gt;2.) As first script command write $(vBinaryLoad)&lt;BR /&gt;3.) Change vBinaryLoad anywhere and your load will be conditional.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Marcel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 May 2013 18:24:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Binary-Load-urgent/m-p/427063#M159134</guid>
      <dc:creator>hugmarcel</dc:creator>
      <dc:date>2013-05-31T18:24:00Z</dc:date>
    </item>
  </channel>
</rss>

