<?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 create a load button? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-create-a-load-button/m-p/254773#M1182967</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Eugeny,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the code that i'm using is really simple:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the actions of the button i use the set variable where i pick the current selection file with:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=right(GetCurrentSelections(), 10)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then i write a macro just to reload:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sub Reload&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ActiveDocument.Reload&lt;/P&gt;&lt;P&gt;end sub&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I searched for the function reload also but i couldn't find it so i wrote a macro to do it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope it helped a bit more.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards&lt;/P&gt;&lt;P&gt;Piskitta&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 25 Nov 2011 07:49:53 GMT</pubDate>
    <dc:creator />
    <dc:date>2011-11-25T07:49:53Z</dc:date>
    <item>
      <title>How to create a load button?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-a-load-button/m-p/254770#M1182964</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It's with great joy that I post my first question to the community.&lt;/P&gt;&lt;P&gt;I'm trying Qlikview only for a week and I find it&amp;nbsp; the most amazing thing in the world.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But since yesterday I''m having a big trouble with the creation of a button.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to select a file from a multibox and them click in the&amp;nbsp; button to load that file to QV.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have the first part but i can't find the load button example. Is it possible to help me, please!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you very much for your time.&lt;/P&gt;&lt;P&gt;Kind regards&lt;/P&gt;&lt;P&gt;piskitta&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Nov 2011 15:43:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-a-load-button/m-p/254770#M1182964</guid>
      <dc:creator />
      <dc:date>2011-11-24T15:43:34Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a load button?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-a-load-button/m-p/254771#M1182965</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;Welcome to the community !&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Look at this example just to see how to add an action-button with a reload.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How did you solve the first part of you question to&amp;nbsp; pass through a parameter in the script ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;JJ&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Nov 2011 20:41:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-a-load-button/m-p/254771#M1182965</guid>
      <dc:creator />
      <dc:date>2011-11-24T20:41:30Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a load button?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-a-load-button/m-p/254772#M1182966</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;How did you do it?&lt;/P&gt;&lt;P&gt;I could not find this action.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Eugeny&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Nov 2011 06:56:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-a-load-button/m-p/254772#M1182966</guid>
      <dc:creator>Eugeny_Ilyin</dc:creator>
      <dc:date>2011-11-25T06:56:02Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a load button?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-a-load-button/m-p/254773#M1182967</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Eugeny,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the code that i'm using is really simple:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the actions of the button i use the set variable where i pick the current selection file with:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=right(GetCurrentSelections(), 10)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then i write a macro just to reload:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sub Reload&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ActiveDocument.Reload&lt;/P&gt;&lt;P&gt;end sub&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I searched for the function reload also but i couldn't find it so i wrote a macro to do it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope it helped a bit more.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards&lt;/P&gt;&lt;P&gt;Piskitta&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Nov 2011 07:49:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-a-load-button/m-p/254773#M1182967</guid>
      <dc:creator />
      <dc:date>2011-11-25T07:49:53Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a load button?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-a-load-button/m-p/254774#M1182968</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Jean,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry for taking such a long time for answering.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;First of all, Thank you so much for your help. In the version 10 i can't find the reload function but as i wrote to Eugeny, I made a small macro to fix that problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I use this line to load the name of the files:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD &lt;/P&gt;&lt;P&gt;&amp;nbsp; FileName() as FileName,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; FilePath() as Path,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; FileDir() as Dir&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;&lt;C&gt;&lt;/C&gt;&lt;/P&gt;&lt;P&gt;(ooxml, embedded labels, table is Sheet1);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then i list the names in a multibox.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Piskitta&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Nov 2011 07:53:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-a-load-button/m-p/254774#M1182968</guid>
      <dc:creator />
      <dc:date>2011-11-25T07:53:52Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a load button?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-a-load-button/m-p/254775#M1182969</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you, Piskitta&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But in an example from JJ it is not used macro.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Eugeny&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Nov 2011 08:02:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-a-load-button/m-p/254775#M1182969</guid>
      <dc:creator>Eugeny_Ilyin</dc:creator>
      <dc:date>2011-11-25T08:02:20Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a load button?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-a-load-button/m-p/254776#M1182970</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You're welcome.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I know he didn't use a macro, but I don't have that function in my actions list... So I created it. &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/wink.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Piskitta&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Nov 2011 08:09:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-a-load-button/m-p/254776#M1182970</guid>
      <dc:creator />
      <dc:date>2011-11-25T08:09:21Z</dc:date>
    </item>
  </channel>
</rss>

