<?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: Transfer selection to variable in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Transfer-selection-to-variable/m-p/450707#M487587</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;THX, but thats what i already did in the uploaded example.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Everytime i get the same error, cannot open...&lt;IMG __jive_id="31834" class="jive-image-thumbnail jive-image" onclick="" alt="screenshot.1.png" src="https://community.qlik.com/legacyfs/online/31834_screenshot.1.png" width="450" /&gt;.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 24 Jan 2013 15:53:01 GMT</pubDate>
    <dc:creator>dirk1955</dc:creator>
    <dc:date>2013-01-24T15:53:01Z</dc:date>
    <item>
      <title>Transfer selection to variable</title>
      <link>https://community.qlik.com/t5/QlikView/Transfer-selection-to-variable/m-p/450704#M487584</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;I have a table wich contains file paths.&lt;/P&gt;&lt;P&gt;After the selection of a file path i want to transfer the selected file path to a variable wich i will use to load data from the selected file, via partitial load.&lt;/P&gt;&lt;P&gt;How can this be done?&lt;/P&gt;&lt;P&gt;I have included the qvw.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;THX&lt;/P&gt;&lt;P&gt;Dirk&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Jan 2013 21:42:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Transfer-selection-to-variable/m-p/450704#M487584</guid>
      <dc:creator>dirk1955</dc:creator>
      <dc:date>2013-01-23T21:42:49Z</dc:date>
    </item>
    <item>
      <title>Re: Transfer selection to variable</title>
      <link>https://community.qlik.com/t5/QlikView/Transfer-selection-to-variable/m-p/450705#M487585</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can add a Set Variable action to the OnSelect trigger of the Field with the file paths. You can then use the variable in the load script for the partial reload. Something like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table1:&lt;/P&gt;&lt;P&gt;REPLACE ONLY LOAD * FROM [$(vFilePath)]&lt;/P&gt;&lt;P&gt;(biff, embedded labels, table is [Sheet1$]);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;edit: see attached example&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Jan 2013 14:53:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Transfer-selection-to-variable/m-p/450705#M487585</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2013-01-24T14:53:19Z</dc:date>
    </item>
    <item>
      <title>Re: Transfer selection to variable</title>
      <link>https://community.qlik.com/t5/QlikView/Transfer-selection-to-variable/m-p/450706#M487586</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;SPAN style="color: #737373; background-color: #ffffff; text-decoration: underline; font-family: Arial;"&gt;"You can add a Set Variable action to the OnSelect trigger of the Field with the file paths."&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #737373; font-family: Arial; background-color: #ffffff;"&gt;Where can i do that?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #737373; font-family: Arial; background-color: #ffffff;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Jan 2013 15:13:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Transfer-selection-to-variable/m-p/450706#M487586</guid>
      <dc:creator>dirk1955</dc:creator>
      <dc:date>2013-01-24T15:13:50Z</dc:date>
    </item>
    <item>
      <title>Re: Transfer selection to variable</title>
      <link>https://community.qlik.com/t5/QlikView/Transfer-selection-to-variable/m-p/450707#M487587</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;THX, but thats what i already did in the uploaded example.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Everytime i get the same error, cannot open...&lt;IMG __jive_id="31834" class="jive-image-thumbnail jive-image" onclick="" alt="screenshot.1.png" src="https://community.qlik.com/legacyfs/online/31834_screenshot.1.png" width="450" /&gt;.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Jan 2013 15:53:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Transfer-selection-to-variable/m-p/450707#M487587</guid>
      <dc:creator>dirk1955</dc:creator>
      <dc:date>2013-01-24T15:53:01Z</dc:date>
    </item>
    <item>
      <title>Re: Transfer selection to variable</title>
      <link>https://community.qlik.com/t5/QlikView/Transfer-selection-to-variable/m-p/450708#M487588</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You have the create the variable first. Create the variable from the variable overview dialog box; don't create it in the script since the value will be overwritten.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Jan 2013 20:04:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Transfer-selection-to-variable/m-p/450708#M487588</guid>
      <dc:creator />
      <dc:date>2013-01-24T20:04:57Z</dc:date>
    </item>
    <item>
      <title>Re: Transfer selection to variable</title>
      <link>https://community.qlik.com/t5/QlikView/Transfer-selection-to-variable/m-p/450709#M487589</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;Your example is working for me also.&lt;/P&gt;&lt;P&gt;But, what version of clickview are you using?&lt;/P&gt;&lt;P&gt;And: i don't see an action on the triggers tab of the sheet properties.&lt;/P&gt;&lt;P&gt;Furtermore i don't have the possibillity to add a button with the action reload or partial reload in the button properties action window.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Jan 2013 21:43:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Transfer-selection-to-variable/m-p/450709#M487589</guid>
      <dc:creator>dirk1955</dc:creator>
      <dc:date>2013-01-24T21:43:41Z</dc:date>
    </item>
    <item>
      <title>Re: Transfer selection to variable</title>
      <link>https://community.qlik.com/t5/QlikView/Transfer-selection-to-variable/m-p/450710#M487590</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;Your example is working for me also.&lt;/P&gt;&lt;P&gt;But, what version of clickview are you using?&lt;/P&gt;&lt;P&gt;And: i don't see an action on the triggers tab of the sheet properties.&lt;/P&gt;&lt;P&gt;Furtermore i don't have the possibillity to add a button with the action reload or partial reload in the button properties action window.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Jan 2013 21:44:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Transfer-selection-to-variable/m-p/450710#M487590</guid>
      <dc:creator>dirk1955</dc:creator>
      <dc:date>2013-01-24T21:44:15Z</dc:date>
    </item>
    <item>
      <title>Re: Transfer selection to variable</title>
      <link>https://community.qlik.com/t5/QlikView/Transfer-selection-to-variable/m-p/450711#M487591</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm using QV11. I've also tried my example in QV10 (SR3). In QV10 it's indeed not possible to add a reload action. It's not available. The interesting thing is however that the reload action I added using QV11 can still be used if the document is opened in QV10. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The triggers I added can be found on the Triggers tab of the &lt;STRONG&gt;document&lt;/STRONG&gt; properties screen instead of on the sheet properties screen.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Jan 2013 09:17:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Transfer-selection-to-variable/m-p/450711#M487591</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2013-01-25T09:17:42Z</dc:date>
    </item>
    <item>
      <title>Re: Transfer selection to variable</title>
      <link>https://community.qlik.com/t5/QlikView/Transfer-selection-to-variable/m-p/450712#M487592</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for the explanation, my problem is solved now.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Jan 2013 10:27:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Transfer-selection-to-variable/m-p/450712#M487592</guid>
      <dc:creator>dirk1955</dc:creator>
      <dc:date>2013-01-25T10:27:44Z</dc:date>
    </item>
  </channel>
</rss>

