<?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: Can you exclude items from listbox? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Can-you-exclude-items-from-listbox/m-p/853433#M658715</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use these expressions in the listboxes:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Aggr(If(InQuarter([Reporting Date], Today(), 0), [Reporting Date]), [Reporting Date])&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Aggr(If(InQuarter([Reporting Date], Today(), 0), [Reporting Date]) = 0, [Reporting Date])&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 13 May 2015 15:03:32 GMT</pubDate>
    <dc:creator>jonathandienst</dc:creator>
    <dc:date>2015-05-13T15:03:32Z</dc:date>
    <item>
      <title>Can you exclude items from listbox?</title>
      <link>https://community.qlik.com/t5/QlikView/Can-you-exclude-items-from-listbox/m-p/853432#M658714</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 have a field called [Reporting Date] where it has quarter dates. I want to create 2 listboxes for this [Reporting Date] field where i want to show in First Listbox and Second Listbox:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt;[Reporting Date]:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt;3/31/2015&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt;1/31/2015&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt;12/31/2014&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt;9/30/2014&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt;First Listbox&lt;/SPAN&gt;: just want to show current or most current quarter. With the above quarter dates, it should only show "3/31/2015"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt;Second Listbox:&lt;/SPAN&gt; It's the opposite to the first i want to show all quarters except "3/31/2015"&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt;1/31/2015&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt;12/31/2014&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt;9/30/2014&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have tried "Only()" without any success. Any inputs will be greately apprecaited!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Frankie&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 May 2015 14:57:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Can-you-exclude-items-from-listbox/m-p/853432#M658714</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-05-13T14:57:38Z</dc:date>
    </item>
    <item>
      <title>Re: Can you exclude items from listbox?</title>
      <link>https://community.qlik.com/t5/QlikView/Can-you-exclude-items-from-listbox/m-p/853433#M658715</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use these expressions in the listboxes:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Aggr(If(InQuarter([Reporting Date], Today(), 0), [Reporting Date]), [Reporting Date])&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Aggr(If(InQuarter([Reporting Date], Today(), 0), [Reporting Date]) = 0, [Reporting Date])&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 May 2015 15:03:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Can-you-exclude-items-from-listbox/m-p/853433#M658715</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2015-05-13T15:03:32Z</dc:date>
    </item>
    <item>
      <title>Re: Can you exclude items from listbox?</title>
      <link>https://community.qlik.com/t5/QlikView/Can-you-exclude-items-from-listbox/m-p/853434#M658716</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jonathan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried both of your expressions in the listboxes but I couldnt get it right. can you see attached qvw to see if i missed anything? Thank You.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 May 2015 15:24:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Can-you-exclude-items-from-listbox/m-p/853434#M658716</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-05-13T15:24:35Z</dc:date>
    </item>
    <item>
      <title>Re: Can you exclude items from listbox?</title>
      <link>https://community.qlik.com/t5/QlikView/Can-you-exclude-items-from-listbox/m-p/853435#M658718</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See attach. !&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 May 2015 15:57:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Can-you-exclude-items-from-listbox/m-p/853435#M658718</guid>
      <dc:creator>pokassov</dc:creator>
      <dc:date>2015-05-13T15:57:03Z</dc:date>
    </item>
    <item>
      <title>Re: Can you exclude items from listbox?</title>
      <link>https://community.qlik.com/t5/QlikView/Can-you-exclude-items-from-listbox/m-p/853436#M658719</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank You!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 May 2015 19:33:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Can-you-exclude-items-from-listbox/m-p/853436#M658719</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-05-13T19:33:09Z</dc:date>
    </item>
  </channel>
</rss>

