<?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: Monthwise Data not proper in chart in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Monthwise-Data-not-proper-in-chart/m-p/622150#M229005</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I guess, this is second thread with similar requirement by you. Please explain your requirement in more details. May be, it would be better if you can give some expected output for different selections or non-selections. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 15 Apr 2014 06:24:35 GMT</pubDate>
    <dc:creator>tresB</dc:creator>
    <dc:date>2014-04-15T06:24:35Z</dc:date>
    <item>
      <title>Monthwise Data not proper in chart</title>
      <link>https://community.qlik.com/t5/QlikView/Monthwise-Data-not-proper-in-chart/m-p/622144#M228999</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;I have a query. In my application, the text box is giving the correct result on month selection. But when i take the same expression in a chart with month as a dimension, it is not giving the correct result. For eg, for the month of April 2014, total headcount as on first day of month is 8915 and total headcount as on last day of month is 8914, which is correct in text boxes. But in the chart for the same it is giving incorrect values.Any suggestions on this friends?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raghu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Apr 2014 04:52:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Monthwise-Data-not-proper-in-chart/m-p/622144#M228999</guid>
      <dc:creator />
      <dc:date>2014-04-10T04:52:26Z</dc:date>
    </item>
    <item>
      <title>Re: Monthwise Data not proper in chart</title>
      <link>https://community.qlik.com/t5/QlikView/Monthwise-Data-not-proper-in-chart/m-p/622145#M229000</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;Your chart is also showing correct da as showing in textboxes&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just check the expression total for both of your expressions and see.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here your data is for ason date means if you select year=2014 and month=jan, the figure is for 2014 Jan,&lt;/P&gt;&lt;P&gt;If you select 2014,feb, the figure is for 2014 till feb and so on&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Apr 2014 05:15:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Monthwise-Data-not-proper-in-chart/m-p/622145#M229000</guid>
      <dc:creator />
      <dc:date>2014-04-10T05:15:58Z</dc:date>
    </item>
    <item>
      <title>Re: Monthwise Data not proper in chart</title>
      <link>https://community.qlik.com/t5/QlikView/Monthwise-Data-not-proper-in-chart/m-p/622146#M229001</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ravi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your reply. Yes the total value is right. But i need against each month the data should be same as the one which text box is showing.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Apr 2014 06:51:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Monthwise-Data-not-proper-in-chart/m-p/622146#M229001</guid>
      <dc:creator />
      <dc:date>2014-04-10T06:51:51Z</dc:date>
    </item>
    <item>
      <title>Re: Monthwise Data not proper in chart</title>
      <link>https://community.qlik.com/t5/QlikView/Monthwise-Data-not-proper-in-chart/m-p/622147#M229002</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;use TOTAL keyword in your expression like the following:&lt;/P&gt;&lt;P&gt;=(Count(Total DISTINCT{&amp;lt;Date={"&amp;lt;=$(=MonthEnd(vMaxDate,-1))"},Flag={'Joined'},JYear=,Month=&amp;gt;}Pers.no.) &lt;/P&gt;&lt;P&gt;-Count(Total DISTINCT{&amp;lt;Date={"&amp;lt;=$(=MonthEnd(vMaxDate,-1))"},Flag={'Left'},JYear=,Month=&amp;gt;}Pers.no.))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it will work.......&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Apr 2014 08:13:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Monthwise-Data-not-proper-in-chart/m-p/622147#M229002</guid>
      <dc:creator />
      <dc:date>2014-04-14T08:13:59Z</dc:date>
    </item>
    <item>
      <title>Re: Monthwise Data not proper in chart</title>
      <link>https://community.qlik.com/t5/QlikView/Monthwise-Data-not-proper-in-chart/m-p/622148#M229003</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In your text box the data you are showing is sum of all the omnth as you have included {Month=} condition in expression.&lt;/P&gt;&lt;P&gt;So it is excluding the month selection.&lt;/P&gt;&lt;P&gt;But in your table box you are showing values across months , hence both the values are not matching.&lt;/P&gt;&lt;P&gt;Change your text box expression to affect by month like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Count&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;DISTINCT&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;{&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Date&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;={&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;"&amp;lt;=$(=MonthEnd(vMaxDate,-1))"&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;},&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Flag&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;={'Joined'},&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;JYear&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;=&amp;gt;}&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Pers.no.&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;) &lt;BR /&gt;-&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Count&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;DISTINCT&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;{&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Date&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;={&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;"&amp;lt;=$(=MonthEnd(vMaxDate-1,-1))"&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;},&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Flag&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;={'Left'},&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;JYear&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;=&amp;gt;}&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Pers.no.&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;)) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Then only you can check the values across table and text box.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Hope this will help you..!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Apr 2014 09:23:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Monthwise-Data-not-proper-in-chart/m-p/622148#M229003</guid>
      <dc:creator />
      <dc:date>2014-04-14T09:23:57Z</dc:date>
    </item>
    <item>
      <title>Re: Monthwise Data not proper in chart</title>
      <link>https://community.qlik.com/t5/QlikView/Monthwise-Data-not-proper-in-chart/m-p/622149#M229004</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Saranya,&lt;/P&gt;&lt;P&gt;Thanks for your suggestion. I tried the TOTAL.. but with that, all months gives the same value in the chart.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Apr 2014 06:15:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Monthwise-Data-not-proper-in-chart/m-p/622149#M229004</guid>
      <dc:creator />
      <dc:date>2014-04-15T06:15:54Z</dc:date>
    </item>
    <item>
      <title>Re: Monthwise Data not proper in chart</title>
      <link>https://community.qlik.com/t5/QlikView/Monthwise-Data-not-proper-in-chart/m-p/622150#M229005</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I guess, this is second thread with similar requirement by you. Please explain your requirement in more details. May be, it would be better if you can give some expected output for different selections or non-selections. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Apr 2014 06:24:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Monthwise-Data-not-proper-in-chart/m-p/622150#M229005</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2014-04-15T06:24:35Z</dc:date>
    </item>
    <item>
      <title>Re: Monthwise Data not proper in chart</title>
      <link>https://community.qlik.com/t5/QlikView/Monthwise-Data-not-proper-in-chart/m-p/622151#M229006</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think the way you are doing validation for data is incorrect.&lt;/P&gt;&lt;P&gt;Because your expression in chart and text box can't be the same.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In your text box the data you are showing is sum of all the omnth as you have included {Month=} condition in expression.&lt;/P&gt;&lt;P&gt;So it is excluding the month selection.&lt;/P&gt;&lt;P&gt;But in your table box you are showing values across months , hence both the values are not matching.&lt;/P&gt;&lt;P&gt;Change your text box expression to affect by month like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Count&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;DISTINCT&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;{&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Date&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;={&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;"&amp;lt;=$(=MonthEnd(vMaxDate,-1))"&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;},&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Flag&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;={'Joined'},&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;JYear&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;=&amp;gt;}&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Pers.no.&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;) &lt;BR /&gt;-&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Count&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;DISTINCT&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;{&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Date&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;={&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;"&amp;lt;=$(=MonthEnd(vMaxDate-1,-1))"&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;},&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Flag&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;={'Left'},&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;JYear&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;=&amp;gt;}&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Pers.no.&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;)) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Then only you can check the values across table and text box.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Hope this will help you..!&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Apr 2014 06:26:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Monthwise-Data-not-proper-in-chart/m-p/622151#M229006</guid>
      <dc:creator />
      <dc:date>2014-04-15T06:26:53Z</dc:date>
    </item>
    <item>
      <title>Re: Monthwise Data not proper in chart</title>
      <link>https://community.qlik.com/t5/QlikView/Monthwise-Data-not-proper-in-chart/m-p/622152#M229007</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;have u added 'TOTAL' in both two expressions?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Apr 2014 06:49:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Monthwise-Data-not-proper-in-chart/m-p/622152#M229007</guid>
      <dc:creator />
      <dc:date>2014-04-15T06:49:12Z</dc:date>
    </item>
    <item>
      <title>Re: Monthwise Data not proper in chart</title>
      <link>https://community.qlik.com/t5/QlikView/Monthwise-Data-not-proper-in-chart/m-p/622153#M229008</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Tresesco,&lt;/P&gt;&lt;P&gt;The requirement is like this..&lt;/P&gt;&lt;P&gt;I need to calculate number of employees working in the organization. It has to be shown month wise. Like at the first day of month, how many employees are working in the organization.Similarly at the last day of month how many employees are working. &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt; For eg, for the month of April 2014, total headcount as on first day of month is 8915 and total headcount as on last day of month is 8914, which is correct in text boxes. But in the chart for the same it is giving incorrect values. Similarly for eg, in July 2014,&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt; total headcount as on first day of month should be 9041 and total headcount as on last day of month should be 9236.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Apr 2014 07:03:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Monthwise-Data-not-proper-in-chart/m-p/622153#M229008</guid>
      <dc:creator />
      <dc:date>2014-04-15T07:03:17Z</dc:date>
    </item>
    <item>
      <title>Re: Monthwise Data not proper in chart</title>
      <link>https://community.qlik.com/t5/QlikView/Monthwise-Data-not-proper-in-chart/m-p/622154#M229009</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes Saranya, I have added TOTAL in both the expressions. Its not giving correct result&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Apr 2014 07:04:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Monthwise-Data-not-proper-in-chart/m-p/622154#M229009</guid>
      <dc:creator />
      <dc:date>2014-04-15T07:04:05Z</dc:date>
    </item>
  </channel>
</rss>

