<?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: Storing selection into qvd in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Storing-selection-into-qvd/m-p/566339#M1106211</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;To create a new QlikView document that contains only the Current Selections you need to select &lt;STRONG&gt;File \ Reduce Data \ Keep Possible Values&lt;/STRONG&gt; and then save this.&amp;nbsp; This should be possible in a macro via the API - but it is not something I have attempted.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As for having QlikView send a selection into TerraData I can't see how it would do this.&amp;nbsp; The closest I can imagine you could get is building a SELECT statement in a &lt;STRONG&gt;Text Object&lt;/STRONG&gt; that the user could copy and paste. This would need something like.&amp;nbsp; You would need to concatenate a string with the SELECT part then for the where would would need a mix of &lt;STRONG&gt;GetSelectedCount&lt;/STRONG&gt; and &lt;STRONG&gt;Concat&lt;/STRONG&gt; to create a &lt;STRONG&gt;WHERE EXISTS IN &lt;/STRONG&gt;statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that points you in the right direction.&lt;/P&gt;&lt;P&gt;Steve&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 27 Mar 2014 07:37:20 GMT</pubDate>
    <dc:creator>stevedark</dc:creator>
    <dc:date>2014-03-27T07:37:20Z</dc:date>
    <item>
      <title>Storing selection into qvd</title>
      <link>https://community.qlik.com/t5/QlikView/Storing-selection-into-qvd/m-p/566333#M1106202</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; I'm new to qlik view.I'm using records from teradata.I'm having some list boxes I need to store only the selected values from the list box into a new qlikview document on clicking the button object at the same time only the selected values should be displayed in teradata too(using select staement).Please help me out in solving this.Thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Mar 2014 07:08:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Storing-selection-into-qvd/m-p/566333#M1106202</guid>
      <dc:creator />
      <dc:date>2014-03-27T07:08:40Z</dc:date>
    </item>
    <item>
      <title>Re: Storing selection into qvd</title>
      <link>https://community.qlik.com/t5/QlikView/Storing-selection-into-qvd/m-p/566334#M1106203</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We can use the bookmark option from Menu Bar or from Book Mark object, to store the current selections.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Mar 2014 07:15:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Storing-selection-into-qvd/m-p/566334#M1106203</guid>
      <dc:creator>PradeepReddy</dc:creator>
      <dc:date>2014-03-27T07:15:26Z</dc:date>
    </item>
    <item>
      <title>Re: Storing selection into qvd</title>
      <link>https://community.qlik.com/t5/QlikView/Storing-selection-into-qvd/m-p/566335#M1106204</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What I under stand is to display specific data? &lt;/P&gt;&lt;P&gt;You can put the where condition in the store statement of .qvd, base on your selections.&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, 27 Mar 2014 07:16:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Storing-selection-into-qvd/m-p/566335#M1106204</guid>
      <dc:creator>anil2185</dc:creator>
      <dc:date>2014-03-27T07:16:39Z</dc:date>
    </item>
    <item>
      <title>Re: Storing selection into qvd</title>
      <link>https://community.qlik.com/t5/QlikView/Storing-selection-into-qvd/m-p/566336#M1106206</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;To store the selected data into the qvd file and also display the same in teradata.&lt;/P&gt;&lt;P&gt;Ya ,but I have no idea to get the selected field and storing it to variable.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Mar 2014 07:24:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Storing-selection-into-qvd/m-p/566336#M1106206</guid>
      <dc:creator />
      <dc:date>2014-03-27T07:24:56Z</dc:date>
    </item>
    <item>
      <title>Re: Storing selection into qvd</title>
      <link>https://community.qlik.com/t5/QlikView/Storing-selection-into-qvd/m-p/566337#M1106207</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use GetCurrentSelections() &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Mar 2014 07:30:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Storing-selection-into-qvd/m-p/566337#M1106207</guid>
      <dc:creator>anil2185</dc:creator>
      <dc:date>2014-03-27T07:30:53Z</dc:date>
    </item>
    <item>
      <title>Re: Storing selection into qvd</title>
      <link>https://community.qlik.com/t5/QlikView/Storing-selection-into-qvd/m-p/566338#M1106209</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ya I tried,but i couldnt use the bookmark name in text box object&amp;nbsp; to display the selected values.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Mar 2014 07:31:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Storing-selection-into-qvd/m-p/566338#M1106209</guid>
      <dc:creator />
      <dc:date>2014-03-27T07:31:26Z</dc:date>
    </item>
    <item>
      <title>Re: Storing selection into qvd</title>
      <link>https://community.qlik.com/t5/QlikView/Storing-selection-into-qvd/m-p/566339#M1106211</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;To create a new QlikView document that contains only the Current Selections you need to select &lt;STRONG&gt;File \ Reduce Data \ Keep Possible Values&lt;/STRONG&gt; and then save this.&amp;nbsp; This should be possible in a macro via the API - but it is not something I have attempted.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As for having QlikView send a selection into TerraData I can't see how it would do this.&amp;nbsp; The closest I can imagine you could get is building a SELECT statement in a &lt;STRONG&gt;Text Object&lt;/STRONG&gt; that the user could copy and paste. This would need something like.&amp;nbsp; You would need to concatenate a string with the SELECT part then for the where would would need a mix of &lt;STRONG&gt;GetSelectedCount&lt;/STRONG&gt; and &lt;STRONG&gt;Concat&lt;/STRONG&gt; to create a &lt;STRONG&gt;WHERE EXISTS IN &lt;/STRONG&gt;statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that points you in the right direction.&lt;/P&gt;&lt;P&gt;Steve&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Mar 2014 07:37:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Storing-selection-into-qvd/m-p/566339#M1106211</guid>
      <dc:creator>stevedark</dc:creator>
      <dc:date>2014-03-27T07:37:20Z</dc:date>
    </item>
    <item>
      <title>Re: Storing selection into qvd</title>
      <link>https://community.qlik.com/t5/QlikView/Storing-selection-into-qvd/m-p/566340#M1106213</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I tried to save GetCurrentSelections() into a variable and using the where condition as below; But this is not turning up or storing the values as expected;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD cust_id, &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; cust_name, &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; cust_type&lt;BR /&gt;FROM&lt;BR /&gt;C:\Users\387805\Documents\cust_type.xlsx&lt;BR /&gt;(ooxml, embedded labels, table is Sheet1)&lt;BR /&gt;WHERE (cust_id = '$(vS)');&lt;/P&gt;&lt;P&gt;LOAD *;&lt;BR /&gt;Store cust_type into cust_type.qvd(qvd); &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Mar 2014 10:01:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Storing-selection-into-qvd/m-p/566340#M1106213</guid>
      <dc:creator />
      <dc:date>2014-03-27T10:01:42Z</dc:date>
    </item>
    <item>
      <title>Re: Storing selection into qvd</title>
      <link>https://community.qlik.com/t5/QlikView/Storing-selection-into-qvd/m-p/566341#M1106214</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&amp;nbsp; ,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; I wrote macro code in the Edit module like this&lt;/P&gt;&lt;P&gt;Sub select_field&lt;/P&gt;&lt;P&gt; set s = ActiveDocument.Fields("V_Id").GetSelectedValues&lt;/P&gt;&lt;P&gt;End Sub&lt;/P&gt;&lt;P&gt;----------------------------------------in Edit script&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD cust_id, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; cust_name, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; cust_type&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;C:\Users\&amp;lt;User&amp;gt;\Documents\cust_type.xlsx&lt;/P&gt;&lt;P&gt;(ooxml, embedded labels, table is Sheet1)&lt;/P&gt;&lt;P&gt;WHERE (cust_id = $(s));&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="err_ed.PNG.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/56008_err_ed.PNG.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Can you please suggest me how to pass the variable from macro to script.?&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Mar 2014 10:11:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Storing-selection-into-qvd/m-p/566341#M1106214</guid>
      <dc:creator />
      <dc:date>2014-03-27T10:11:59Z</dc:date>
    </item>
    <item>
      <title>Re: Storing selection into qvd</title>
      <link>https://community.qlik.com/t5/QlikView/Storing-selection-into-qvd/m-p/566342#M1106215</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Passing bookmark name into load/select statement is not possible. It shows error.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Mar 2014 10:15:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Storing-selection-into-qvd/m-p/566342#M1106215</guid>
      <dc:creator />
      <dc:date>2014-03-27T10:15:48Z</dc:date>
    </item>
    <item>
      <title>Re: Storing selection into qvd</title>
      <link>https://community.qlik.com/t5/QlikView/Storing-selection-into-qvd/m-p/566343#M1106216</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi there,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You don't need to have a macro, you can just place the code in the variable.&amp;nbsp; In order to deal with multiple selections the code will need to be a touch more complex, something like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=if(GetSelectedCount(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;cust_id&lt;/SPAN&gt;) &amp;gt; 0, &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;'WHERE &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;cust_id&lt;/SPAN&gt; IN (' &amp;amp; chr(39) &amp;amp; Concat(DISTINCT &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;cust_id&lt;/SPAN&gt;, chr(39) &amp;amp; ',' &amp;amp; chr(39) ) &amp;amp; chr(39) &amp;amp; ')', &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;'')&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you create a variable called &lt;STRONG&gt;vWhere&lt;/STRONG&gt; and then paste the code above into it, your select script would then need to be:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;LOAD cust_id,&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; cust_name,&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; cust_type&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;FROM&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;C:\Users\&amp;lt;User&amp;gt;\Documents\cust_type.xlsx&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;(ooxml, embedded labels, table is Sheet1)&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-size: 10pt; line-height: 1.5em;"&gt;$(vWhere)&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-size: 10pt; line-height: 1.5em;"&gt;;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;The variable would get a little more complex still if you have multiple fields, as you would need to decide by looking at the selected count of each whether you needed to include &lt;STRONG&gt;WHERE&lt;/STRONG&gt; and &lt;STRONG&gt;AND &lt;/STRONG&gt;statements.&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;The reduce data approach that I described above with the reduce data would probably be simpler though.&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Steve&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Mar 2014 10:53:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Storing-selection-into-qvd/m-p/566343#M1106216</guid>
      <dc:creator>stevedark</dc:creator>
      <dc:date>2014-03-27T10:53:03Z</dc:date>
    </item>
    <item>
      <title>Re: Storing selection into qvd</title>
      <link>https://community.qlik.com/t5/QlikView/Storing-selection-into-qvd/m-p/566344#M1106217</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Two points:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;write &lt;STRONG&gt;WHERE (cust_id = $(s))&lt;/STRONG&gt;; as WHERE cust_id = $(s);&amp;nbsp;&amp;nbsp; // remove extra parenthesis&lt;/LI&gt;&lt;LI&gt;getting retunred value from macro in script you have to declare a function properly, read: &lt;A href="https://community.qlik.com/message/368885"&gt;Re: Calling VB script macro from load script&lt;/A&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Mar 2014 10:53:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Storing-selection-into-qvd/m-p/566344#M1106217</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2014-03-27T10:53:55Z</dc:date>
    </item>
    <item>
      <title>Re: Storing selection into qvd</title>
      <link>https://community.qlik.com/t5/QlikView/Storing-selection-into-qvd/m-p/566345#M1106218</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Steve,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; I done as you suggest above by using variable .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD V_Id AS V, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Start as s, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; End as e&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;C:\Users\387805\Documents\date_visit.xlsx&lt;/P&gt;&lt;P&gt;(ooxml, embedded labels) $(V1);&lt;/P&gt;&lt;P&gt;Got error like this.&lt;IMG alt="va.PNG.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/56280_va.PNG.png" style="width: 620px; height: 472px;" /&gt;&lt;/P&gt;&lt;P&gt;And also, the selected values should be stored in qvd only after cliking the&amp;nbsp; button object.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Apr 2014 10:43:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Storing-selection-into-qvd/m-p/566345#M1106218</guid>
      <dc:creator />
      <dc:date>2014-04-01T10:43:00Z</dc:date>
    </item>
    <item>
      <title>Re: Storing selection into qvd</title>
      <link>https://community.qlik.com/t5/QlikView/Storing-selection-into-qvd/m-p/566346#M1106219</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check the contents of the variable - you may have a space in front of the equals sign.&amp;nbsp; It is critical that the very first character is the =.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Apr 2014 10:50:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Storing-selection-into-qvd/m-p/566346#M1106219</guid>
      <dc:creator>stevedark</dc:creator>
      <dc:date>2014-04-01T10:50:54Z</dc:date>
    </item>
    <item>
      <title>Re: Storing selection into qvd</title>
      <link>https://community.qlik.com/t5/QlikView/Storing-selection-into-qvd/m-p/566347#M1106220</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I checked for blank space in front of equals sign but still getting the same error.One thing I want to be clear that Should I assign this code&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=if(GetSelectedCount(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;cust_id&lt;/SPAN&gt;) &amp;gt; 0, &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;'WHERE &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;cust_id&lt;/SPAN&gt; IN (' &amp;amp; chr(39) &amp;amp; Concat(DISTINCT &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;cust_id&lt;/SPAN&gt;, chr(39) &amp;amp; ',' &amp;amp; chr(39) ) &amp;amp; chr(39) &amp;amp; ')', &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;'') &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;to variable using variable overview or action (set variable) in button properties? because button has to be clicked inorder to store the current selection to the qvd file.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Apr 2014 11:10:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Storing-selection-into-qvd/m-p/566347#M1106220</guid>
      <dc:creator />
      <dc:date>2014-04-01T11:10:53Z</dc:date>
    </item>
    <item>
      <title>Re: Storing selection into qvd</title>
      <link>https://community.qlik.com/t5/QlikView/Storing-selection-into-qvd/m-p/566348#M1106221</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Place it in to the variable using the &lt;STRONG&gt;Variable Overview&lt;/STRONG&gt;.&amp;nbsp; You can then check the variable by pasting it into a text box on the desktop using this code:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=$(V1)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You should see the correct WHERE statement appear.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This solution does not need buttons or actions.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Apr 2014 11:20:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Storing-selection-into-qvd/m-p/566348#M1106221</guid>
      <dc:creator>stevedark</dc:creator>
      <dc:date>2014-04-01T11:20:19Z</dc:date>
    </item>
    <item>
      <title>Re: Storing selection into qvd</title>
      <link>https://community.qlik.com/t5/QlikView/Storing-selection-into-qvd/m-p/566349#M1106222</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Only if I assigned GetFieldSelection() to variable V1 , I can see the selected value through text box.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;And not able to see the result of the below expression through text box. I dont have any idea about correct WHERE statement.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;GetSelectedCount&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;V_Id&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;) &amp;gt; 0, &lt;BR /&gt;'WHERE V_Id IN (' &amp;amp; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;chr&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(39) &amp;amp; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Concat&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;DISTINCT&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;V_Id&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&amp;nbsp; &amp;amp; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;chr&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(39) &amp;amp; ',' &amp;amp; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;chr&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(39) ) &amp;amp; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;chr&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(39) &amp;amp; ')', &lt;BR /&gt;'')&lt;BR /&gt;&lt;BR /&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Apr 2014 11:52:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Storing-selection-into-qvd/m-p/566349#M1106222</guid>
      <dc:creator />
      <dc:date>2014-04-01T11:52:04Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Storing selection into qvd</title>
      <link>https://community.qlik.com/t5/QlikView/Storing-selection-into-qvd/m-p/566350#M1106223</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The syntax for the variable is correct.&amp;nbsp; Please see the attached example.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You get the following when you multi select values:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="AutoBuldWHere.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/56304_AutoBuldWHere.png" /&gt;&lt;/P&gt;&lt;P&gt;Steve&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Apr 2014 13:29:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Storing-selection-into-qvd/m-p/566350#M1106223</guid>
      <dc:creator>stevedark</dc:creator>
      <dc:date>2014-04-01T13:29:31Z</dc:date>
    </item>
    <item>
      <title>Re: Storing selection into qvd</title>
      <link>https://community.qlik.com/t5/QlikView/Storing-selection-into-qvd/m-p/566351#M1106224</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Steve &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I cant get&amp;nbsp; u can u post two qvd so that i can understand clearly .what i understand in this post is if i select value in one qvw the selected value should display in another qvw kindly post a qvw&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Apr 2014 13:38:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Storing-selection-into-qvd/m-p/566351#M1106224</guid>
      <dc:creator>nizamsha</dc:creator>
      <dc:date>2014-04-01T13:38:56Z</dc:date>
    </item>
    <item>
      <title>Re: Storing selection into qvd</title>
      <link>https://community.qlik.com/t5/QlikView/Storing-selection-into-qvd/m-p/566352#M1106225</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Nizam - that's not what this is trying to achieve.&amp;nbsp; The remit was to make selections in a list box and then do a reload - only pulling in the selected values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is possible to pass selections into other documents, if you create an Action (on a button, perhaps) to open another QlikView app you can chose to send the selection across.&amp;nbsp; Obviously this depends on the two applications having the same data model.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Apr 2014 20:35:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Storing-selection-into-qvd/m-p/566352#M1106225</guid>
      <dc:creator>stevedark</dc:creator>
      <dc:date>2014-04-01T20:35:25Z</dc:date>
    </item>
  </channel>
</rss>

