<?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: CHART ISSUE in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/CHART-ISSUE/m-p/997820#M339363</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;See if the attached sample makes sense:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/105557_Capture.PNG" style="height: 181px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Script:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Table:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD *,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; MakeDate(Year, Month, 1) as Date,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; MonthName(MakeDate(Year, Month, 1)) as MonthYear;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD Year,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; Month(Date#(Month, 'MMM')) as Month,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; [IND PAID], &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [EXP PAID], &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [IND REC], &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [EXP REC];&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD Year, &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Month, &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [IND PAID], &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [EXP PAID], &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [IND REC], &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [EXP REC]&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;FROM&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Sample_Data_Quarters.xls&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;(biff, embedded labels, table is Sheet1$);&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dimensions&lt;/P&gt;&lt;P&gt;1) &lt;STRONG&gt;='Q' &amp;amp; Ceil(Month/3)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;2) &lt;STRONG&gt;=ValueList('Incurred', 'Paid')&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Expression&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=If(ValueList('Incurred', 'Paid') = 'Incurred', Sum({&amp;lt;Month = {"$(='&amp;gt;=' &amp;amp; 1 &amp;amp; '&amp;lt;=' &amp;amp; Max(Month))"}&amp;gt;}[IND PAID] - [IND REC]), Sum({&amp;lt;Month = {"$(='&amp;gt;=' &amp;amp; 1 &amp;amp; '&amp;lt;=' &amp;amp; Max(Month))"}&amp;gt;}[IND PAID] + [EXP PAID]))&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 16 Nov 2015 00:13:25 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2015-11-16T00:13:25Z</dc:date>
    <item>
      <title>CHART ISSUE</title>
      <link>https://community.qlik.com/t5/QlikView/CHART-ISSUE/m-p/997819#M339362</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here is the sample data, I am trying to create a chart with the following&amp;nbsp; Calculated dimension and I am using the value list function to create the dimension&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;. My valueList is ('Incurred ','Paid')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;. Incurred = Sum(Ind Paid-Ind Rec) and Paid =(Ind Paid+ Exp Paid)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using Two Diemsions in the Bar chart&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1st one is &lt;/P&gt;&lt;P&gt;$(vValuelist)and second is 'Q'&amp;amp; Ceil(Month/3)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I wanna calculate the Incurred and Paid for each Quarter represented by&amp;nbsp; Bars, for example If I&amp;nbsp; select&amp;nbsp; &amp;lt;= 'Mar' I should see the Bar for Q1 for Incurred and Paid seperatley&lt;/P&gt;&lt;P&gt;If Month &amp;gt; Mar and &amp;lt;= Jun'&amp;nbsp; then I expect to see Bar 'Q1' and Bar 'Q2'&amp;nbsp; again for both Incurred and Paidand so on.&amp;nbsp; and Q2 includes Q1 and Q2, Q3 includes (Q1,Q2 and Q3), its all cumulative.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let me know if this good enough info.&lt;/P&gt;&lt;P&gt;Attached is the real Sample data&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Nov 2015 00:04:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/CHART-ISSUE/m-p/997819#M339362</guid>
      <dc:creator />
      <dc:date>2015-11-16T00:04:14Z</dc:date>
    </item>
    <item>
      <title>Re: CHART ISSUE</title>
      <link>https://community.qlik.com/t5/QlikView/CHART-ISSUE/m-p/997820#M339363</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;See if the attached sample makes sense:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/105557_Capture.PNG" style="height: 181px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Script:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Table:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD *,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; MakeDate(Year, Month, 1) as Date,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; MonthName(MakeDate(Year, Month, 1)) as MonthYear;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD Year,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; Month(Date#(Month, 'MMM')) as Month,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; [IND PAID], &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [EXP PAID], &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [IND REC], &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [EXP REC];&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD Year, &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Month, &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [IND PAID], &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [EXP PAID], &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [IND REC], &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [EXP REC]&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;FROM&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Sample_Data_Quarters.xls&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;(biff, embedded labels, table is Sheet1$);&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dimensions&lt;/P&gt;&lt;P&gt;1) &lt;STRONG&gt;='Q' &amp;amp; Ceil(Month/3)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;2) &lt;STRONG&gt;=ValueList('Incurred', 'Paid')&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Expression&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=If(ValueList('Incurred', 'Paid') = 'Incurred', Sum({&amp;lt;Month = {"$(='&amp;gt;=' &amp;amp; 1 &amp;amp; '&amp;lt;=' &amp;amp; Max(Month))"}&amp;gt;}[IND PAID] - [IND REC]), Sum({&amp;lt;Month = {"$(='&amp;gt;=' &amp;amp; 1 &amp;amp; '&amp;lt;=' &amp;amp; Max(Month))"}&amp;gt;}[IND PAID] + [EXP PAID]))&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Nov 2015 00:13:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/CHART-ISSUE/m-p/997820#M339363</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-11-16T00:13:25Z</dc:date>
    </item>
    <item>
      <title>Re: CHART ISSUE</title>
      <link>https://community.qlik.com/t5/QlikView/CHART-ISSUE/m-p/997821#M339364</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/105531_Capture.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;I want the chart to look like this in a Trellis Chart option.&amp;nbsp; The circles are expected values. Which I can add once I figure out the bars&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Nov 2015 00:23:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/CHART-ISSUE/m-p/997821#M339364</guid>
      <dc:creator />
      <dc:date>2015-11-16T00:23:54Z</dc:date>
    </item>
    <item>
      <title>Re: CHART ISSUE</title>
      <link>https://community.qlik.com/t5/QlikView/CHART-ISSUE/m-p/997822#M339365</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Close?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/105558_Capture.PNG" style="height: 318px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Nov 2015 00:27:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/CHART-ISSUE/m-p/997822#M339365</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-11-16T00:27:53Z</dc:date>
    </item>
    <item>
      <title>Re: CHART ISSUE</title>
      <link>https://community.qlik.com/t5/QlikView/CHART-ISSUE/m-p/997823#M339366</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Why do you have 3 Load Statements?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Nov 2015 00:28:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/CHART-ISSUE/m-p/997823#M339366</guid>
      <dc:creator />
      <dc:date>2015-11-16T00:28:30Z</dc:date>
    </item>
    <item>
      <title>Re: CHART ISSUE</title>
      <link>https://community.qlik.com/t5/QlikView/CHART-ISSUE/m-p/997824#M339367</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just to make sure that Time data (Month and date) are read as dual field else the set analysis won't work properly. I am guessing those steps would not be required for your actual data if you have Month field created from your date field like this -&amp;gt; &lt;STRONG&gt;Month(DateField) as Month&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Nov 2015 00:31:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/CHART-ISSUE/m-p/997824#M339367</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-11-16T00:31:48Z</dc:date>
    </item>
    <item>
      <title>Re: CHART ISSUE</title>
      <link>https://community.qlik.com/t5/QlikView/CHART-ISSUE/m-p/997825#M339368</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes it is&amp;nbsp; already created , so I dont need any changes to the script the, but I tried the expression , not the same result as yours&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Nov 2015 00:35:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/CHART-ISSUE/m-p/997825#M339368</guid>
      <dc:creator />
      <dc:date>2015-11-16T00:35:55Z</dc:date>
    </item>
    <item>
      <title>Re: CHART ISSUE</title>
      <link>https://community.qlik.com/t5/QlikView/CHART-ISSUE/m-p/997826#M339369</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Th is exactly what I am looking for . How did you do it? do u have a QVW for that and just to make sure, I dont need to make any change to the script?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Nov 2015 00:37:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/CHART-ISSUE/m-p/997826#M339369</guid>
      <dc:creator />
      <dc:date>2015-11-16T00:37:10Z</dc:date>
    </item>
    <item>
      <title>Re: CHART ISSUE</title>
      <link>https://community.qlik.com/t5/QlikView/CHART-ISSUE/m-p/997827#M339370</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do you have MasterCalendar in your script? Can you share the code you are using for your Master Calendar?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Nov 2015 00:38:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/CHART-ISSUE/m-p/997827#M339370</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-11-16T00:38:11Z</dc:date>
    </item>
    <item>
      <title>Re: CHART ISSUE</title>
      <link>https://community.qlik.com/t5/QlikView/CHART-ISSUE/m-p/997828#M339371</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Attached here: &lt;A href="https://community.qlik.com/message/912272"&gt;Re: CHART ISSUE&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Nov 2015 00:39:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/CHART-ISSUE/m-p/997828#M339371</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-11-16T00:39:33Z</dc:date>
    </item>
    <item>
      <title>Re: CHART ISSUE</title>
      <link>https://community.qlik.com/t5/QlikView/CHART-ISSUE/m-p/997829#M339372</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I dont have master Calendar in my script,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Nov 2015 00:40:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/CHART-ISSUE/m-p/997829#M339372</guid>
      <dc:creator />
      <dc:date>2015-11-16T00:40:05Z</dc:date>
    </item>
    <item>
      <title>Re: CHART ISSUE</title>
      <link>https://community.qlik.com/t5/QlikView/CHART-ISSUE/m-p/997830#M339373</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Any more sugestions??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Nov 2015 01:38:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/CHART-ISSUE/m-p/997830#M339373</guid>
      <dc:creator />
      <dc:date>2015-11-16T01:38:48Z</dc:date>
    </item>
    <item>
      <title>Re: CHART ISSUE</title>
      <link>https://community.qlik.com/t5/QlikView/CHART-ISSUE/m-p/997831#M339374</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The attached sample did not help you achieve what you were looking for?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Nov 2015 01:43:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/CHART-ISSUE/m-p/997831#M339374</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-11-16T01:43:01Z</dc:date>
    </item>
    <item>
      <title>Re: CHART ISSUE</title>
      <link>https://community.qlik.com/t5/QlikView/CHART-ISSUE/m-p/997832#M339375</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No my results dont work, in my case I am not getting two bars, If I select &amp;lt;= Mar I get Q1 but when I select Apr I only get Q2, I wanna seee both Q1 and Q2 like your qvw&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Nov 2015 01:52:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/CHART-ISSUE/m-p/997832#M339375</guid>
      <dc:creator />
      <dc:date>2015-11-16T01:52:40Z</dc:date>
    </item>
    <item>
      <title>Re: CHART ISSUE</title>
      <link>https://community.qlik.com/t5/QlikView/CHART-ISSUE/m-p/997833#M339376</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;and I dont have master calendar in my script&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Nov 2015 01:54:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/CHART-ISSUE/m-p/997833#M339376</guid>
      <dc:creator />
      <dc:date>2015-11-16T01:54:03Z</dc:date>
    </item>
    <item>
      <title>Re: CHART ISSUE</title>
      <link>https://community.qlik.com/t5/QlikView/CHART-ISSUE/m-p/997834#M339377</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Did you try this in your set analysis?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;{&amp;lt;Month = {"$(='&amp;gt;=' &amp;amp; 1 &amp;amp; '&amp;lt;=' &amp;amp; Max(Month))"}&amp;gt;}&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How is MonthField created? Can you share where you have Month created?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Nov 2015 01:56:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/CHART-ISSUE/m-p/997834#M339377</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-11-16T01:56:41Z</dc:date>
    </item>
    <item>
      <title>Re: CHART ISSUE</title>
      <link>https://community.qlik.com/t5/QlikView/CHART-ISSUE/m-p/997835#M339378</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes I am using the same expression &lt;/P&gt;&lt;P&gt;and I am calculating&amp;nbsp; the month as &lt;/P&gt;&lt;P&gt;Month(Date#([As of],'YYYYMM')) As Month&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cuz [As Of] is in 'YYYYMM' format&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Nov 2015 02:14:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/CHART-ISSUE/m-p/997835#M339378</guid>
      <dc:creator />
      <dc:date>2015-11-16T02:14:23Z</dc:date>
    </item>
    <item>
      <title>Re: CHART ISSUE</title>
      <link>https://community.qlik.com/t5/QlikView/CHART-ISSUE/m-p/997836#M339379</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That is very strange, I am not sure why it wouldn't work for you if it is working in the attached application.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Nov 2015 03:41:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/CHART-ISSUE/m-p/997836#M339379</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-11-16T03:41:08Z</dc:date>
    </item>
    <item>
      <title>Re: CHART ISSUE</title>
      <link>https://community.qlik.com/t5/QlikView/CHART-ISSUE/m-p/997837#M339380</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have started a new thread called "BAR CHART WITH LINE ISSUE"&lt;/P&gt;&lt;P&gt;and have attached the actual QVD, Dashboard and the issue description with the Image.&amp;nbsp; Can you please look into it &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Nov 2015 15:45:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/CHART-ISSUE/m-p/997837#M339380</guid>
      <dc:creator />
      <dc:date>2015-11-16T15:45:06Z</dc:date>
    </item>
    <item>
      <title>Re: CHART ISSUE</title>
      <link>https://community.qlik.com/t5/QlikView/CHART-ISSUE/m-p/997838#M339381</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you pls help me with my Bar Chart issue&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Nov 2015 02:00:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/CHART-ISSUE/m-p/997838#M339381</guid>
      <dc:creator />
      <dc:date>2015-11-17T02:00:47Z</dc:date>
    </item>
  </channel>
</rss>

