<?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: Selection on a single field in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Selection-on-a-single-field/m-p/898722#M533265</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do you mean as in attached?&lt;/P&gt;&lt;P&gt;If not, you need to explain better, maybe upload an example.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 13 Apr 2015 11:45:18 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2015-04-13T11:45:18Z</dc:date>
    <item>
      <title>Selection on a single field</title>
      <link>https://community.qlik.com/t5/QlikView/Selection-on-a-single-field/m-p/898719#M533262</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, I have here a data of versions:&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" style="width: 64px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD class="xl63" height="20" width="64"&gt;Versions&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl63" height="20" style="border-top: none;"&gt;Actual&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl63" height="20" style="border-top: none;"&gt;Accuracy&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl63" height="20" style="border-top: none;"&gt;V1&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl63" height="20" style="border-top: none;"&gt;V2&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl63" height="20" style="border-top: none;"&gt;V3&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl63" height="20" style="border-top: none;"&gt;V4&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl63" height="20" style="border-top: none;"&gt;V5&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl63" height="20" style="border-top: none;"&gt;V6&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl63" height="20" style="border-top: none;"&gt;V7&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl63" height="20" style="border-top: none;"&gt;V8&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl63" height="20" style="border-top: none;"&gt;V9&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;V10&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to create 2 new list box for this called:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Version Actual, contents:&lt;/P&gt;&lt;P&gt;Actual&lt;/P&gt;&lt;P&gt;Accuracy&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Versions, contents:&lt;/P&gt;&lt;P&gt;V1&lt;/P&gt;&lt;P&gt;V2&lt;/P&gt;&lt;P&gt;V3&lt;/P&gt;&lt;P&gt;so on...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I just do an expression to separate the data, ex. I select V1, version Actual is already disabled or vice versa. I want to be able to select them and reflect. Any idea will be much appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Apr 2015 01:16:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Selection-on-a-single-field/m-p/898719#M533262</guid>
      <dc:creator />
      <dc:date>2015-04-13T01:16:09Z</dc:date>
    </item>
    <item>
      <title>Re: Selection on a single field</title>
      <link>https://community.qlik.com/t5/QlikView/Selection-on-a-single-field/m-p/898720#M533263</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Something like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;VersionsActual:&lt;BR /&gt;LOAD&lt;BR /&gt; Versions as "Versions Actual"&lt;BR /&gt;From source&lt;BR /&gt;WHERE len(Versions)&amp;gt;3;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Versions:&lt;BR /&gt;LOAD&lt;BR /&gt; Versions&lt;BR /&gt;From source&lt;BR /&gt;WHERE len(Versions)&amp;lt;=3;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Apr 2015 01:34:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Selection-on-a-single-field/m-p/898720#M533263</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-04-13T01:34:26Z</dc:date>
    </item>
    <item>
      <title>Re: Selection on a single field</title>
      <link>https://community.qlik.com/t5/QlikView/Selection-on-a-single-field/m-p/898721#M533264</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi! Thanks for the reply. Yes i tried this but since the 'Version' fied is already existing on my reports, I want the new created listbox to be my filters but in the report, the field I will use is the version.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Apr 2015 01:37:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Selection-on-a-single-field/m-p/898721#M533264</guid>
      <dc:creator />
      <dc:date>2015-04-13T01:37:24Z</dc:date>
    </item>
    <item>
      <title>Re: Selection on a single field</title>
      <link>https://community.qlik.com/t5/QlikView/Selection-on-a-single-field/m-p/898722#M533265</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do you mean as in attached?&lt;/P&gt;&lt;P&gt;If not, you need to explain better, maybe upload an example.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Apr 2015 11:45:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Selection-on-a-single-field/m-p/898722#M533265</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-04-13T11:45:18Z</dc:date>
    </item>
  </channel>
</rss>

