<?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: Store possible value into variable in single button action in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Store-possible-value-into-variable-in-single-button-action/m-p/390469#M145634</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;Instead of GetCurrentSelections() use &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Concat(DISTINCT A, '|')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jagan.&lt;/P&gt;&lt;P&gt;&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>Tue, 23 Apr 2013 13:53:52 GMT</pubDate>
    <dc:creator>jagan</dc:creator>
    <dc:date>2013-04-23T13:53:52Z</dc:date>
    <item>
      <title>Store possible value into variable in single button action</title>
      <link>https://community.qlik.com/t5/QlikView/Store-possible-value-into-variable-in-single-button-action/m-p/390468#M145633</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;Please find the attachement. I had selected Year value from Year field, now I've a possbiel values for A field. When I click on store button I want to store all possible values of A field in one variable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried couple of steps but it is not working.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is little bit urgent for me.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Thanks,&lt;/P&gt;&lt;P&gt;Jagan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Apr 2013 13:42:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Store-possible-value-into-variable-in-single-button-action/m-p/390468#M145633</guid>
      <dc:creator>jagannalla</dc:creator>
      <dc:date>2013-04-23T13:42:24Z</dc:date>
    </item>
    <item>
      <title>Re: Store possible value into variable in single button action</title>
      <link>https://community.qlik.com/t5/QlikView/Store-possible-value-into-variable-in-single-button-action/m-p/390469#M145634</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;Instead of GetCurrentSelections() use &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Concat(DISTINCT A, '|')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jagan.&lt;/P&gt;&lt;P&gt;&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>Tue, 23 Apr 2013 13:53:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Store-possible-value-into-variable-in-single-button-action/m-p/390469#M145634</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2013-04-23T13:53:52Z</dc:date>
    </item>
    <item>
      <title>Re: Store possible value into variable in single button action</title>
      <link>https://community.qlik.com/t5/QlikView/Store-possible-value-into-variable-in-single-button-action/m-p/390470#M145635</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Jagan is correct.&lt;/P&gt;&lt;P&gt;GetCurrentSelections will retrieve only selections you made.&lt;/P&gt;&lt;P&gt;Concat will retrieve all possible values of a field if you didn't made selection also.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Apr 2013 13:58:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Store-possible-value-into-variable-in-single-button-action/m-p/390470#M145635</guid>
      <dc:creator>CELAMBARASAN</dc:creator>
      <dc:date>2013-04-23T13:58:49Z</dc:date>
    </item>
    <item>
      <title>Re: Store possible value into variable in single button action</title>
      <link>https://community.qlik.com/t5/QlikView/Store-possible-value-into-variable-in-single-button-action/m-p/390471#M145636</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your reply. But it is not working in button action for below scenario.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please find the attached file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Select 2013 from year field, now we have only possible value for A field is A1.Now click on Select button, it needs to clear the entire application and it needs to select only A1 from A. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Now select 2012 from year field and click on select button. It needs to clear and select possible values of A.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Apr 2013 14:08:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Store-possible-value-into-variable-in-single-button-action/m-p/390471#M145636</guid>
      <dc:creator>jagannalla</dc:creator>
      <dc:date>2013-04-24T14:08:43Z</dc:date>
    </item>
    <item>
      <title>Re: Store possible value into variable in single button action</title>
      <link>https://community.qlik.com/t5/QlikView/Store-possible-value-into-variable-in-single-button-action/m-p/390472#M145637</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;Thanks for your reply. But it is not working in button action for below scenario.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;Please find the attached file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;- Select 2013 from year field, now we have only possible value for A field is A1.Now click on Select button, it needs to clear the entire application and it needs to select only A1 from A.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;- Now select 2012 from year field and click on select button. It needs to clear and select possible values of A.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Apr 2013 14:13:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Store-possible-value-into-variable-in-single-button-action/m-p/390472#M145637</guid>
      <dc:creator>jagannalla</dc:creator>
      <dc:date>2013-04-24T14:13:21Z</dc:date>
    </item>
    <item>
      <title>Re: Store possible value into variable in single button action</title>
      <link>https://community.qlik.com/t5/QlikView/Store-possible-value-into-variable-in-single-button-action/m-p/390473#M145638</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please find attached URL&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" class="loading active_link" href="https://community.qlik.com/ideas/http://community.qlik.com/ideas/1424#comment-1885" title="http://community.qlik.com/ideas/1424#comment-1885"&gt;http://community.qlik.com/ideas/1424#comment-1885&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Apr 2013 15:16:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Store-possible-value-into-variable-in-single-button-action/m-p/390473#M145638</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2013-04-24T15:16:07Z</dc:date>
    </item>
  </channel>
</rss>

