<?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 Months string from NOT selection in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Get-Months-string-from-NOT-selection/m-p/695328#M251347</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In a list box:&lt;/P&gt;&lt;P&gt;='Not Selected Months are : ' &amp;amp;Concat(Distinct {&amp;lt;Month=&lt;STRONG&gt;e(Month)&lt;/STRONG&gt;&amp;gt;} Month, ' ,')&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 15 Sep 2014 06:32:53 GMT</pubDate>
    <dc:creator>tresB</dc:creator>
    <dc:date>2014-09-15T06:32:53Z</dc:date>
    <item>
      <title>Get Months string from NOT selection</title>
      <link>https://community.qlik.com/t5/QlikView/Get-Months-string-from-NOT-selection/m-p/695326#M251345</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;Please help me with some issue:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to get some string that contains the opposite months from my selection in case there is NOT on the selection:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example: I selected the months Mar, Apr, May, Jun, Jul, Aug, Sep and Dec - I'll see in the Current Selection Box:&lt;/P&gt;&lt;P&gt;"NOT Jan, Feb, Nov"&lt;/P&gt;&lt;P&gt;I want to do some manipulation to get the string: "Mar, Apr, May, Jun, Jul, Aug, Sep, Dec"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Put my example on the attachment...&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, 15 Sep 2014 06:20:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Get-Months-string-from-NOT-selection/m-p/695326#M251345</guid>
      <dc:creator />
      <dc:date>2014-09-15T06:20:59Z</dc:date>
    </item>
    <item>
      <title>Re: Get Months string from NOT selection</title>
      <link>https://community.qlik.com/t5/QlikView/Get-Months-string-from-NOT-selection/m-p/695327#M251346</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;Take one listbox and in the expression&amp;nbsp;&amp;nbsp; ='Not' &amp;amp; Monthname&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just try.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ajay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Sep 2014 06:28:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Get-Months-string-from-NOT-selection/m-p/695327#M251346</guid>
      <dc:creator>ajaykumar1</dc:creator>
      <dc:date>2014-09-15T06:28:24Z</dc:date>
    </item>
    <item>
      <title>Re: Get Months string from NOT selection</title>
      <link>https://community.qlik.com/t5/QlikView/Get-Months-string-from-NOT-selection/m-p/695328#M251347</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In a list box:&lt;/P&gt;&lt;P&gt;='Not Selected Months are : ' &amp;amp;Concat(Distinct {&amp;lt;Month=&lt;STRONG&gt;e(Month)&lt;/STRONG&gt;&amp;gt;} Month, ' ,')&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Sep 2014 06:32:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Get-Months-string-from-NOT-selection/m-p/695328#M251347</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2014-09-15T06:32:53Z</dc:date>
    </item>
    <item>
      <title>Re: Get Months string from NOT selection</title>
      <link>https://community.qlik.com/t5/QlikView/Get-Months-string-from-NOT-selection/m-p/695329#M251348</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Concat(Month,',')&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Sep 2014 06:33:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Get-Months-string-from-NOT-selection/m-p/695329#M251348</guid>
      <dc:creator>anbu1984</dc:creator>
      <dc:date>2014-09-15T06:33:53Z</dc:date>
    </item>
    <item>
      <title>Re: Get Months string from NOT selection</title>
      <link>https://community.qlik.com/t5/QlikView/Get-Months-string-from-NOT-selection/m-p/695330#M251349</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I did the same but instead e(Month) put p(Month) to get my selected months. Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Sep 2014 06:35:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Get-Months-string-from-NOT-selection/m-p/695330#M251349</guid>
      <dc:creator />
      <dc:date>2014-09-15T06:35:16Z</dc:date>
    </item>
  </channel>
</rss>

