<?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 with user input(urgent) in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Binary-Load-with-user-input-urgent/m-p/402276#M149699</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;Try this script &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LET vValue = Input('Enter filename', 'Input box');&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load &lt;/P&gt;&lt;P&gt;*&lt;/P&gt;&lt;P&gt;FROM&amp;nbsp; $(vValue);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But can't for binary load..&lt;/P&gt;&lt;P&gt;Because &lt;/P&gt;&lt;P&gt;Only one &lt;SPAN class="Bold"&gt;binary&lt;/SPAN&gt; statement is allowed in the script and it can only be put as the first statement of a script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 05 Nov 2012 14:14:16 GMT</pubDate>
    <dc:creator>MayilVahanan</dc:creator>
    <dc:date>2012-11-05T14:14:16Z</dc:date>
    <item>
      <title>Binary Load with user input(urgent)</title>
      <link>https://community.qlik.com/t5/QlikView/Binary-Load-with-user-input-urgent/m-p/402275#M149698</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I want to do a binary load based on the input from the user. Whenever the file will be reloaded, a prompt should ask the user for input(a file name) which will set a variable(lets say vABC) containing file name. And then we should be able to do a inary load based on that variable name.&lt;/P&gt;&lt;P&gt;EX: &lt;/P&gt;&lt;P&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 8pt;"&gt;&amp;nbsp; &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;&lt;STRONG style="color: #0000ff; font-size: 8pt;"&gt;&lt;STRONG style="color: #0000ff; font-size: 8pt;"&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;&lt;STRONG style="color: #0000ff; font-size: 8pt;"&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 8pt;"&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Binary&lt;/P&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[$(=vABC).qvw]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;&lt;P&gt;&lt;/P&gt;&lt;/SPAN&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Nov 2012 13:40:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Binary-Load-with-user-input-urgent/m-p/402275#M149698</guid>
      <dc:creator />
      <dc:date>2012-11-05T13:40:35Z</dc:date>
    </item>
    <item>
      <title>Re: Binary Load with user input(urgent)</title>
      <link>https://community.qlik.com/t5/QlikView/Binary-Load-with-user-input-urgent/m-p/402276#M149699</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;Try this script &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LET vValue = Input('Enter filename', 'Input box');&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load &lt;/P&gt;&lt;P&gt;*&lt;/P&gt;&lt;P&gt;FROM&amp;nbsp; $(vValue);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But can't for binary load..&lt;/P&gt;&lt;P&gt;Because &lt;/P&gt;&lt;P&gt;Only one &lt;SPAN class="Bold"&gt;binary&lt;/SPAN&gt; statement is allowed in the script and it can only be put as the first statement of a script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Nov 2012 14:14:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Binary-Load-with-user-input-urgent/m-p/402276#M149699</guid>
      <dc:creator>MayilVahanan</dc:creator>
      <dc:date>2012-11-05T14:14:16Z</dc:date>
    </item>
    <item>
      <title>Re: Binary Load with user input(urgent)</title>
      <link>https://community.qlik.com/t5/QlikView/Binary-Load-with-user-input-urgent/m-p/402277#M149700</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not sure that this can easily be done, though you can use INPUT statement to query the user to input a value (i.e. the file name).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BINARY statement needs to be the first statement in the script, so no chance to use INPUT before that statement, and I haven't found a method to call INPUT as part of the binary statement itself.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Maybe you can work out a solution using a variable in your binary statement and setting the variable on opening the QV file (check out the command line options for that).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Stefan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Nov 2012 14:17:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Binary-Load-with-user-input-urgent/m-p/402277#M149700</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2012-11-05T14:17:45Z</dc:date>
    </item>
  </channel>
</rss>

