<?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 Not able to hold value in variable in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Not-able-to-hold-value-in-variable/m-p/247310#M94216</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Johannes Sunden,&lt;/P&gt;&lt;P&gt;Small fare from you if list box is with expression how can i store selected values into variable. B'coz if listbox is with expression then this code:&lt;EM&gt;=GetFieldSelections(Group,',',20)&lt;/EM&gt; is not working to store selections into variable.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 02 Jul 2011 10:24:12 GMT</pubDate>
    <dc:creator>jagannalla</dc:creator>
    <dc:date>2011-07-02T10:24:12Z</dc:date>
    <item>
      <title>Not able to hold value in variable</title>
      <link>https://community.qlik.com/t5/QlikView/Not-able-to-hold-value-in-variable/m-p/247306#M94212</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;- In the list box i've a Group field and with presentaion as check box. After marking the data i'll click the button to store the data in variable.&lt;/P&gt;&lt;P&gt;- Button contains the action like following:&lt;/P&gt;&lt;P&gt;variable : vGroup&lt;/P&gt;&lt;P&gt;value: =GetFieldSelections(Group,',')&lt;/P&gt;&lt;P&gt;- Now the variable contains the data. But if selected data is greater than 6 the variable not able to hold the data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't know y it happening can anybody solve this problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm attaching sample qvw file...But i'm using personal edition.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Jul 2011 05:19:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Not-able-to-hold-value-in-variable/m-p/247306#M94212</guid>
      <dc:creator>jagannalla</dc:creator>
      <dc:date>2011-07-01T05:19:22Z</dc:date>
    </item>
    <item>
      <title>Not able to hold value in variable</title>
      <link>https://community.qlik.com/t5/QlikView/Not-able-to-hold-value-in-variable/m-p/247307#M94213</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jacq, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The GetFieldSelections() function has a 3rd parameter as well (default value is 6) for number of selections to record.&lt;/P&gt;&lt;P&gt;You can put another number in there to capture more selections, like:&lt;/P&gt;&lt;P&gt;&lt;EM&gt;=GetFieldSelections(Group,',',20)&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Jul 2011 05:43:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Not-able-to-hold-value-in-variable/m-p/247307#M94213</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-07-01T05:43:50Z</dc:date>
    </item>
    <item>
      <title>Not able to hold value in variable</title>
      <link>https://community.qlik.com/t5/QlikView/Not-able-to-hold-value-in-variable/m-p/247308#M94214</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Johannes Sunden,&lt;/P&gt;&lt;P&gt;Ya..It's woking thanks a lot.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Jul 2011 05:55:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Not-able-to-hold-value-in-variable/m-p/247308#M94214</guid>
      <dc:creator>jagannalla</dc:creator>
      <dc:date>2011-07-01T05:55:05Z</dc:date>
    </item>
    <item>
      <title>Not able to hold value in variable</title>
      <link>https://community.qlik.com/t5/QlikView/Not-able-to-hold-value-in-variable/m-p/247309#M94215</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No worries, glad to hear it's working fine for you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Jul 2011 05:56:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Not-able-to-hold-value-in-variable/m-p/247309#M94215</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-07-01T05:56:02Z</dc:date>
    </item>
    <item>
      <title>Not able to hold value in variable</title>
      <link>https://community.qlik.com/t5/QlikView/Not-able-to-hold-value-in-variable/m-p/247310#M94216</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Johannes Sunden,&lt;/P&gt;&lt;P&gt;Small fare from you if list box is with expression how can i store selected values into variable. B'coz if listbox is with expression then this code:&lt;EM&gt;=GetFieldSelections(Group,',',20)&lt;/EM&gt; is not working to store selections into variable.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 02 Jul 2011 10:24:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Not-able-to-hold-value-in-variable/m-p/247310#M94216</guid>
      <dc:creator>jagannalla</dc:creator>
      <dc:date>2011-07-02T10:24:12Z</dc:date>
    </item>
    <item>
      <title>Not able to hold value in variable</title>
      <link>https://community.qlik.com/t5/QlikView/Not-able-to-hold-value-in-variable/m-p/247311#M94217</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is it possible to store unselected data of listbox in one variable..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i.e.., reverse to this code &lt;EM&gt;=GetFieldSelections(Group,',',20) &lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 23 Jul 2011 09:35:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Not-able-to-hold-value-in-variable/m-p/247311#M94217</guid>
      <dc:creator>jagannalla</dc:creator>
      <dc:date>2011-07-23T09:35:52Z</dc:date>
    </item>
  </channel>
</rss>

