<?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: Get  Current selected value at load time in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Get-Current-selected-value-at-load-time/m-p/335195#M123605</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;see the sample again&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 05 Jun 2012 06:36:10 GMT</pubDate>
    <dc:creator>sivarajs</dc:creator>
    <dc:date>2012-06-05T06:36:10Z</dc:date>
    <item>
      <title>Get  Current selected value at load time</title>
      <link>https://community.qlik.com/t5/QlikView/Get-Current-selected-value-at-load-time/m-p/335190#M123600</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to get current selected&amp;nbsp; value at loading time.&lt;/P&gt;&lt;P&gt;I mean i have few tables .In data&amp;nbsp; i metained one field TableName&amp;nbsp; that field&amp;nbsp; contained all table names&lt;/P&gt;&lt;P&gt;What i want that if I select few table name from that field that will store in another field .&lt;/P&gt;&lt;P&gt;Only select value will store in anothe filed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And i want to do this on script level.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Chanchal &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Jun 2012 08:35:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Get-Current-selected-value-at-load-time/m-p/335190#M123600</guid>
      <dc:creator />
      <dc:date>2012-06-04T08:35:50Z</dc:date>
    </item>
    <item>
      <title>Re: Get  Current selected value at load time</title>
      <link>https://community.qlik.com/t5/QlikView/Get-Current-selected-value-at-load-time/m-p/335191#M123601</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Create a variable using ctrl+alt+v eg.,﻿﻿﻿myvar&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;define variable like﻿&lt;/P&gt;&lt;P&gt;myvar=getfieldselection(fieldname)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In edit script&lt;/P&gt;&lt;P&gt;use the following&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;tab1:&lt;/P&gt;&lt;P&gt;load '$(myvar)' as filed1 autogenerate(1);&amp;nbsp; &lt;/P&gt;&lt;P&gt;store tab1 into tab1.qvd(qvd);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;tab2:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;load * from tab1.qvd&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;concatenate(tab2) //stores whenever you are selecting and loading&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;load '$(myvar)' as filed1 autogenerate(1);&amp;nbsp; &lt;/P&gt;&lt;P&gt;store tab2 into tab1.qvd(qvd);&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Jun 2012 11:17:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Get-Current-selected-value-at-load-time/m-p/335191#M123601</guid>
      <dc:creator>sivarajs</dc:creator>
      <dc:date>2012-06-04T11:17:05Z</dc:date>
    </item>
    <item>
      <title>Get  Current selected value at load time</title>
      <link>https://community.qlik.com/t5/QlikView/Get-Current-selected-value-at-load-time/m-p/335192#M123602</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;thanks for quik response &lt;/P&gt;&lt;P&gt;but this logic is not working.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;even variable is not showing the values&amp;nbsp; after&amp;nbsp; executing script at table view &lt;/P&gt;&lt;P&gt;showing function only&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance for any help&lt;/P&gt;&lt;P&gt;Regards &lt;/P&gt;&lt;P&gt;Chanchal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Jun 2012 11:44:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Get-Current-selected-value-at-load-time/m-p/335192#M123602</guid>
      <dc:creator />
      <dc:date>2012-06-04T11:44:41Z</dc:date>
    </item>
    <item>
      <title>Re: Get  Current selected value at load time</title>
      <link>https://community.qlik.com/t5/QlikView/Get-Current-selected-value-at-load-time/m-p/335193#M123603</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;see the attached file&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Jun 2012 12:42:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Get-Current-selected-value-at-load-time/m-p/335193#M123603</guid>
      <dc:creator>sivarajs</dc:creator>
      <dc:date>2012-06-04T12:42:12Z</dc:date>
    </item>
    <item>
      <title>Get  Current selected value at load time</title>
      <link>https://community.qlik.com/t5/QlikView/Get-Current-selected-value-at-load-time/m-p/335194#M123604</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sivraj&lt;/P&gt;&lt;P&gt;Thanks&amp;nbsp; a lot.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;that is what i want.&lt;/P&gt;&lt;P&gt;But there is one problem that if i select more than one values that will come in single row along with&lt;/P&gt;&lt;P&gt;, symbol.&lt;/P&gt;&lt;P&gt;Is there any solution that i can show these values&amp;nbsp; in list .I mean that if i select 3 rows then that will come in 3 rows .&lt;/P&gt;&lt;P&gt;Why i want this because these values i want to use in loop for creating qvd.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advace&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Chanchal &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Jun 2012 05:52:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Get-Current-selected-value-at-load-time/m-p/335194#M123604</guid>
      <dc:creator />
      <dc:date>2012-06-05T05:52:04Z</dc:date>
    </item>
    <item>
      <title>Re: Get  Current selected value at load time</title>
      <link>https://community.qlik.com/t5/QlikView/Get-Current-selected-value-at-load-time/m-p/335195#M123605</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;see the sample again&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Jun 2012 06:36:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Get-Current-selected-value-at-load-time/m-p/335195#M123605</guid>
      <dc:creator>sivarajs</dc:creator>
      <dc:date>2012-06-05T06:36:10Z</dc:date>
    </item>
    <item>
      <title>Re: Get  Current selected value at load time</title>
      <link>https://community.qlik.com/t5/QlikView/Get-Current-selected-value-at-load-time/m-p/335196#M123606</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 attached application.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Amar Nath&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Jun 2012 07:09:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Get-Current-selected-value-at-load-time/m-p/335196#M123606</guid>
      <dc:creator />
      <dc:date>2012-06-05T07:09:47Z</dc:date>
    </item>
    <item>
      <title>Re: Get  Current selected value at load time</title>
      <link>https://community.qlik.com/t5/QlikView/Get-Current-selected-value-at-load-time/m-p/335197#M123607</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks&amp;nbsp; a lot to both of you &lt;/P&gt;&lt;P&gt; that is Perfact.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Jun 2012 14:34:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Get-Current-selected-value-at-load-time/m-p/335197#M123607</guid>
      <dc:creator />
      <dc:date>2012-06-05T14:34:51Z</dc:date>
    </item>
  </channel>
</rss>

