<?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 Reported Date &amp; Completed Date in a Single List box in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Reported-Date-Completed-Date-in-a-Single-List-box/m-p/762691#M271197</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;Hello&amp;nbsp; All,&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;In an incident dump, we have incidents reported for the month of Jan 2015. [Reported Date Column]&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;Also the incidents closed for the month Jan 2015 which can be created in 2014 &amp;amp; Jan 2015 also.[Completed Date Column]&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;Now i need to have a list box of years 2014&amp;nbsp;&amp;nbsp; 2015 . selecting 2015 should show the Incidents Reported &amp;amp; Incident Closed in the Bar Chart.&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;Reported Date &amp;amp; Completed Date are two different columns.&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;How can i have the list box of Year which should take care of both [Incident Reported&amp;nbsp; &amp;amp; Incident Closed].&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;Can you please suggest me. Appreciate your valued response.&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;Thanks,&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;Sasikumar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 07 Feb 2015 09:28:06 GMT</pubDate>
    <dc:creator />
    <dc:date>2015-02-07T09:28:06Z</dc:date>
    <item>
      <title>Reported Date &amp; Completed Date in a Single List box</title>
      <link>https://community.qlik.com/t5/QlikView/Reported-Date-Completed-Date-in-a-Single-List-box/m-p/762691#M271197</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;Hello&amp;nbsp; All,&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;In an incident dump, we have incidents reported for the month of Jan 2015. [Reported Date Column]&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;Also the incidents closed for the month Jan 2015 which can be created in 2014 &amp;amp; Jan 2015 also.[Completed Date Column]&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;Now i need to have a list box of years 2014&amp;nbsp;&amp;nbsp; 2015 . selecting 2015 should show the Incidents Reported &amp;amp; Incident Closed in the Bar Chart.&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;Reported Date &amp;amp; Completed Date are two different columns.&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;How can i have the list box of Year which should take care of both [Incident Reported&amp;nbsp; &amp;amp; Incident Closed].&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;Can you please suggest me. Appreciate your valued response.&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;Thanks,&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;Sasikumar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 07 Feb 2015 09:28:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reported-Date-Completed-Date-in-a-Single-List-box/m-p/762691#M271197</guid>
      <dc:creator />
      <dc:date>2015-02-07T09:28:06Z</dc:date>
    </item>
    <item>
      <title>Re: Reported Date &amp; Completed Date in a Single List box</title>
      <link>https://community.qlik.com/t5/QlikView/Reported-Date-Completed-Date-in-a-Single-List-box/m-p/762692#M271198</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;Data:&lt;/P&gt;&lt;P&gt;Load *,&lt;/P&gt;&lt;P&gt; [Reported Date Column] as [Date Column]&lt;/P&gt;&lt;P&gt;From Table;&lt;/P&gt;&lt;P&gt;concatenate&lt;/P&gt;&lt;P&gt;Load *,&lt;/P&gt;&lt;P&gt;[Completed Date Column] as [Date Column]&lt;/P&gt;&lt;P&gt;From Table;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Final:&lt;/P&gt;&lt;P&gt;noconcatenate&lt;/P&gt;&lt;P&gt;Load *,&lt;/P&gt;&lt;P&gt;Year([Date Column]) as Year&lt;/P&gt;&lt;P&gt;From Data;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use Year Column in Listbox,when user makes a selection,Incidents Reported &amp;amp; Incidents Closed will be displayed on year selected.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 07 Feb 2015 11:25:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reported-Date-Completed-Date-in-a-Single-List-box/m-p/762692#M271198</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-02-07T11:25:40Z</dc:date>
    </item>
  </channel>
</rss>

