<?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: GetFieldSelections for versions below SR8 in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/GetFieldSelections-for-versions-below-SR8/m-p/834069#M293515</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can get the &lt;EM&gt;possible values&lt;/EM&gt; using concat(distinct {State}...). Afraid there is no alternative to get the &lt;EM&gt;selected values &lt;/EM&gt;prior to SR8&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 22 May 2015 10:01:28 GMT</pubDate>
    <dc:creator>tresB</dc:creator>
    <dc:date>2015-05-22T10:01:28Z</dc:date>
    <item>
      <title>GetFieldSelections for versions below SR8</title>
      <link>https://community.qlik.com/t5/QlikView/GetFieldSelections-for-versions-below-SR8/m-p/834068#M293514</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;Our QlikView server won't be upgraded for a while (I don't have control over it), and it's below SR8, so Rob's solution with alternate state getfieldselections() doesn't work (the last post):&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/message/688334"&gt;Alternate states and Trigger together&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there an alternative to this for SR7 and below?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My end goal is to get the correct field selection from State A and State B into charts, i.e.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" width="417"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD class="xl64" height="20" width="64"&gt;Client&lt;/TD&gt;&lt;TD class="xl64" style="border-left: none;" width="177"&gt;(State A Selection) Volume&lt;/TD&gt;&lt;TD class="xl64" style="border-left: none;" width="176"&gt;(State B Selection) Volume&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl63" height="20" style="border-top: none;"&gt;A&lt;/TD&gt;&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;"&gt;515&lt;/TD&gt;&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;"&gt;345&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl63" height="20" style="border-top: none;"&gt;B&lt;/TD&gt;&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;"&gt;325&lt;/TD&gt;&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;"&gt;34&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl63" height="20" style="border-top: none;"&gt;C&lt;/TD&gt;&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;"&gt;235&lt;/TD&gt;&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;"&gt;436&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 May 2015 09:52:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/GetFieldSelections-for-versions-below-SR8/m-p/834068#M293514</guid>
      <dc:creator>sifatnabil</dc:creator>
      <dc:date>2015-05-22T09:52:01Z</dc:date>
    </item>
    <item>
      <title>Re: GetFieldSelections for versions below SR8</title>
      <link>https://community.qlik.com/t5/QlikView/GetFieldSelections-for-versions-below-SR8/m-p/834069#M293515</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can get the &lt;EM&gt;possible values&lt;/EM&gt; using concat(distinct {State}...). Afraid there is no alternative to get the &lt;EM&gt;selected values &lt;/EM&gt;prior to SR8&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 May 2015 10:01:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/GetFieldSelections-for-versions-below-SR8/m-p/834069#M293515</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2015-05-22T10:01:28Z</dc:date>
    </item>
    <item>
      <title>Re: GetFieldSelections for versions below SR8</title>
      <link>https://community.qlik.com/t5/QlikView/GetFieldSelections-for-versions-below-SR8/m-p/834070#M293516</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The only problem with this is that &lt;STRONG&gt;GetFieldSelection&lt;/STRONG&gt; caught values only when something or all is selected, whereas &lt;STRONG&gt;Concat&lt;/STRONG&gt; will pick the values without selections also unless you have a if statement to restrict it. It kinds of get complicated to perform workaround (for a lack of a better word) &lt;STRONG&gt;GetFieldSelection&lt;/STRONG&gt; with &lt;STRONG&gt;Concat&lt;/STRONG&gt; function.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Sunny&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 May 2015 10:07:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/GetFieldSelections-for-versions-below-SR8/m-p/834070#M293516</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-05-22T10:07:01Z</dc:date>
    </item>
    <item>
      <title>Re: GetFieldSelections for versions below SR8</title>
      <link>https://community.qlik.com/t5/QlikView/GetFieldSelections-for-versions-below-SR8/m-p/834071#M293517</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks..what if I wanted to show different possible selections in the column, e.g. &lt;/P&gt;&lt;P&gt;concat(distinct {StateA} Week) works. But if the end user chooses month instead, can I display the month instead?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 May 2015 10:07:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/GetFieldSelections-for-versions-below-SR8/m-p/834071#M293517</guid>
      <dc:creator>sifatnabil</dc:creator>
      <dc:date>2015-05-22T10:07:58Z</dc:date>
    </item>
  </channel>
</rss>

