<?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: Filters on a table / Complex bar chart ? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Filters-on-a-table-Complex-bar-chart/m-p/364003#M1171532</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;check this:&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 24 Jul 2012 07:06:39 GMT</pubDate>
    <dc:creator />
    <dc:date>2012-07-24T07:06:39Z</dc:date>
    <item>
      <title>Filters on a table / Complex bar chart ?</title>
      <link>https://community.qlik.com/t5/QlikView/Filters-on-a-table-Complex-bar-chart/m-p/364002#M1171531</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you please help me to find a solution to this following situation :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a table that includes the data related to Calls (I'm working in a support and maintenance departement) following values : &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="1" cellpadding="3" cellspacing="0" class="jiveBorder" height="175" style="border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: rgb(0, 0, 0); border-right-color: rgb(0, 0, 0); border-bottom-color: rgb(0, 0, 0); border-left-color: rgb(0, 0, 0); height: 65px; width: 207px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH align="center" style="background-color: #6690bc;" valign="middle"&gt;&lt;SPAN style="color: #ffffff;"&gt;&lt;STRONG&gt;CallId&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/TH&gt;&lt;TH align="center" style="background-color: #6690bc;" valign="middle"&gt;&lt;SPAN style="color: #ffffff;"&gt;&lt;STRONG&gt;CreationDate&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/TH&gt;&lt;TH align="center" style="background-color: #6690bc;" valign="middle"&gt;&lt;SPAN style="color: #ffffff;"&gt;&lt;STRONG&gt;ClosureDate&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;A&lt;/TD&gt;&lt;TD&gt;12/01/2011&lt;/TD&gt;&lt;TD&gt;15/10/2011&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;B&lt;/TD&gt;&lt;TD&gt;16/01/2012&lt;/TD&gt;&lt;TD&gt;17/01/2012&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;C&lt;/TD&gt;&lt;TD&gt;17/01/2012&lt;/TD&gt;&lt;TD&gt;&lt;BR /&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;D&lt;/TD&gt;&lt;TD&gt;18/01/2012&lt;/TD&gt;&lt;TD&gt;12/02/2012&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;E&lt;/TD&gt;&lt;TD&gt;12/02/2012&lt;/TD&gt;&lt;TD&gt;12/03/2012&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;F&lt;/TD&gt;&lt;TD&gt;13/03/2012&lt;/TD&gt;&lt;TD&gt;&lt;BR /&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;G&lt;/TD&gt;&lt;TD&gt;14/04/2012&lt;/TD&gt;&lt;TD&gt;&lt;BR /&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;Closure date is null when the call is not closed&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Q1 : I would like to display 3 tables objects :&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt;Table1&lt;/SPAN&gt; : that will give the list of created calls on the selected period (Month and Year : in two selection lists)&lt;BR /&gt;&lt;EM&gt;Example : if I select year=2012 it will give B C D E F G&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Example : if I select year=2012 and month=1 it will give B C D&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt;Table2&lt;/SPAN&gt; : that will give the list of closed calls on the selected period (Month and Year : in two selection lists)&lt;BR /&gt;&lt;EM&gt;Example : if I select year=2012 it will give B D E&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Example : if I select year=2012 and month=1 it will give B&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt;Table3&lt;/SPAN&gt; : that will give the list of calls that are (/were) open on the last day of the last month of the selected period (Month and Year : in two selection lists). Later on, this will allow me to get the monthly evolution of the open calls (photos at the end of each month).&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Example : if I select year=2012 and month=1 it will give C D (these calls created before the 31/01/2012 were still opened on the 31/01/2012)&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;Special case : for the 'last' month, it must simply give on-going opened calls.&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Example : if I select year=2012 and month=4 it will give C F G (these calls are still opened)&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Q2 : I would like to display a bar chart with a group of three bars on every month of the selected period&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;(if it's too complex, I will create 3 different bar charts)&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt;Bar1&lt;/SPAN&gt; : Number of closed calls on the corresponding month&lt;SPAN style="text-decoration: underline;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt;Bar2&lt;/SPAN&gt; : Number of created calls on the corresponding month&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt;Bar1&lt;/SPAN&gt; : Number of opened calls on the last day of the corresponding month&lt;/P&gt;&lt;P&gt;I need to get the year-month label for every month of the selected period (no 'hole' even if no created/closed/open)&lt;/P&gt;&lt;P&gt;Example : I want to see a label corresponding to 10-2011, 11-2011 and 12-2011.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you please tell me how to proceed ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you in advance&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pascal &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jul 2012 23:27:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filters-on-a-table-Complex-bar-chart/m-p/364002#M1171531</guid>
      <dc:creator />
      <dc:date>2012-07-23T23:27:57Z</dc:date>
    </item>
    <item>
      <title>Re: Filters on a table / Complex bar chart ?</title>
      <link>https://community.qlik.com/t5/QlikView/Filters-on-a-table-Complex-bar-chart/m-p/364003#M1171532</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;check this:&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jul 2012 07:06:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filters-on-a-table-Complex-bar-chart/m-p/364003#M1171532</guid>
      <dc:creator />
      <dc:date>2012-07-24T07:06:39Z</dc:date>
    </item>
    <item>
      <title>Re: Filters on a table / Complex bar chart ?</title>
      <link>https://community.qlik.com/t5/QlikView/Filters-on-a-table-Complex-bar-chart/m-p/364004#M1171533</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Pari Pari for your quick answer but your file only work for Q1-Table2 (closed calls).&lt;/P&gt;&lt;P&gt;It doesn't work for :&lt;/P&gt;&lt;P&gt;- Q1-Table1 (created calls)&lt;BR /&gt;=&amp;gt; since your period selection lists applies on the closed_date : it doesn't give the values of my examples&lt;/P&gt;&lt;P&gt;- Q2-Table3&lt;BR /&gt;=&amp;gt; since your period selection lists applies on the closed_date : it doesn't give the values of my examples&lt;/P&gt;&lt;P&gt;- Q3-Histogramme&lt;BR /&gt;=&amp;gt; It doesn't gives the values of my example&lt;BR /&gt;=&amp;gt; the whole months are not displayed&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think that I forget to tell that I would like to use the same two lists of selection (year and month) for the 3 tables and for the bar chart.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pascal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jul 2012 09:17:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filters-on-a-table-Complex-bar-chart/m-p/364004#M1171533</guid>
      <dc:creator />
      <dc:date>2012-07-24T09:17:03Z</dc:date>
    </item>
  </channel>
</rss>

