<?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: Bar Chart Issue in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Bar-Chart-Issue/m-p/705634#M254393</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;don't think there is a really different solution doing this in the datamodel&amp;nbsp; because you need the date values individually connected to the dimension values of your chart. You could just let this table be connected via Date to your Calendar, I don't see why you have to join these two tables. You could also link this to your Facttable instead of to your calendar, creating an extra datefield in your facttable which is similiar to the original one but is renamed to date2 for example and then rename the date field in the dimension table to date2. This would apply to the star schema of data&amp;nbsp; modelling whereas connecting it to calendar is "snow flake schema". &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;Best regards&lt;/P&gt;&lt;P&gt;Stefan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 11 Oct 2014 10:58:06 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2014-10-11T10:58:06Z</dc:date>
    <item>
      <title>Bar Chart Issue</title>
      <link>https://community.qlik.com/t5/QlikView/Bar-Chart-Issue/m-p/705613#M254372</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Friends&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm stuck of facing the problem, Please see below attached image and i want to build that bar graph dynamically.&lt;/P&gt;&lt;P&gt;I also try to build a logic on back end in Master Calendar but doesn't get succeed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help will be appreciated&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards&lt;/P&gt;&lt;P&gt;Mohit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Sep 2014 12:14:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Bar-Chart-Issue/m-p/705613#M254372</guid>
      <dc:creator>er_mohit</dc:creator>
      <dc:date>2014-09-26T12:14:25Z</dc:date>
    </item>
    <item>
      <title>Re: Bar Chart Issue</title>
      <link>https://community.qlik.com/t5/QlikView/Bar-Chart-Issue/m-p/705614#M254373</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Interesting chart. Appears to show the first 2 quarters, the first half, the last two months, and the ytd values, and you'd like all values in each bucket as appropriate. I don't think QlikView can put a single value into more than one bucket ( ie, count it twice). Anyone?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Sep 2014 12:34:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Bar-Chart-Issue/m-p/705614#M254373</guid>
      <dc:creator>johnca</dc:creator>
      <dc:date>2014-09-26T12:34:19Z</dc:date>
    </item>
    <item>
      <title>Re: Bar Chart Issue</title>
      <link>https://community.qlik.com/t5/QlikView/Bar-Chart-Issue/m-p/705615#M254374</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There are 2 approaches and both involve setting the data model up right&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Have Base/Actual as a boolean field in the data model and use it as a dimension. Then add 5 expressions in the chart for each grouping of Base/Actual.&amp;nbsp; This will probably require you to pivot the table in the load script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. Create a custom lookup table that maps the date buckets to the detailed months.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So if your main table had Month, create a lookup table that maps each bucket to all the months that go into it like this.&amp;nbsp; ChartValue would then become your dimension and Base and ACtual would be your 2 expressions. The table could be calculated dynamically based off logic to create the appropriate buckets depending on which month you reload.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Month&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ChartValue&lt;/P&gt;&lt;P&gt;Jan-2014&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Q1&lt;/P&gt;&lt;P&gt;Feb-2014&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Q1&lt;/P&gt;&lt;P&gt;Mar-2014&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Q1&lt;/P&gt;&lt;P&gt;Apr-2014&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Q2&lt;/P&gt;&lt;P&gt;May-2014&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Q2&lt;/P&gt;&lt;P&gt;Jun-2014&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Q2&lt;/P&gt;&lt;P&gt;Jan-2014&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; H1&lt;/P&gt;&lt;P&gt;Feb-2014&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; H1&lt;/P&gt;&lt;P&gt;Mar-2014&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; H1&lt;/P&gt;&lt;P&gt;Apr-2014&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; H1&lt;/P&gt;&lt;P&gt;May-2014&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; H1&lt;/P&gt;&lt;P&gt;Jun-2014&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; H1&lt;/P&gt;&lt;P&gt;Jul-2014&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Jul&amp;amp;Aug&lt;/P&gt;&lt;P&gt;Aug-2014&amp;nbsp;&amp;nbsp; Jul&amp;amp;Aug &lt;/P&gt;&lt;P&gt;Jan-2014&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; YTD Aug&lt;/P&gt;&lt;P&gt;Feb-2014&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; YTD Aug&lt;/P&gt;&lt;P&gt;Mar-2014&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; YTD Aug&lt;/P&gt;&lt;P&gt;Apr-2014&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; YTD Aug&lt;/P&gt;&lt;P&gt;May-2014&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; YTD Aug&lt;/P&gt;&lt;P&gt;Jun-2014&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; YTD Aug&lt;/P&gt;&lt;P&gt;Jan-2014&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; YTD Aug&lt;/P&gt;&lt;P&gt;Feb-2014&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; YTD Aug&lt;/P&gt;&lt;P&gt;Mar-2014&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; YTD Aug&lt;/P&gt;&lt;P&gt;Apr-2014&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; YTD Aug&lt;/P&gt;&lt;P&gt;May-2014&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; YTD Aug&lt;/P&gt;&lt;P&gt;Jun-2014&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; YTD Aug&lt;/P&gt;&lt;P&gt;Jul-2014&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; YTD Aug&lt;/P&gt;&lt;P&gt;Aug-2014&amp;nbsp;&amp;nbsp; YTD Aug&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Sep 2014 12:41:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Bar-Chart-Issue/m-p/705615#M254374</guid>
      <dc:creator>JonnyPoole</dc:creator>
      <dc:date>2014-09-26T12:41:17Z</dc:date>
    </item>
    <item>
      <title>Re: Bar Chart Issue</title>
      <link>https://community.qlik.com/t5/QlikView/Bar-Chart-Issue/m-p/705616#M254375</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;value list may help in this case.Please check the below link&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.qlik.com/blogs/qlikviewdesignblog/2013/07/01/valuelist-for-those-tricky-situations" title="http://community.qlik.com/blogs/qlikviewdesignblog/2013/07/01/valuelist-for-those-tricky-situations"&gt;http://community.qlik.com/blogs/qlikviewdesignblog/2013/07/01/valuelist-for-those-tricky-situations&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Sundar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 27 Sep 2014 09:02:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Bar-Chart-Issue/m-p/705616#M254375</guid>
      <dc:creator>sundarakumar</dc:creator>
      <dc:date>2014-09-27T09:02:00Z</dc:date>
    </item>
    <item>
      <title>Re: Bar Chart Issue</title>
      <link>https://community.qlik.com/t5/QlikView/Bar-Chart-Issue/m-p/705617#M254376</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your reply.&lt;/P&gt;&lt;P&gt;Actually i want it as dynamic purpose . i want this type of chart as per user selection made of year. Suppose if user select Year = 2013 then this graph 'll show&lt;/P&gt;&lt;P&gt;Q1, Q2, Q3, Q4, H1,H2,YTD Dec because all the data have been covered up for all month for Actual&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt; and base.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;similarly if user select 2014 then Graph 'll show&lt;/P&gt;&lt;P&gt;Q1,Q2,Q3,H1,YTD Sep&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and in above show graph the data upto Aug so, there is a accumulate data for July &amp;amp; Aug&lt;/P&gt;&lt;P&gt;Hope it helps you. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 27 Sep 2014 09:37:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Bar-Chart-Issue/m-p/705617#M254376</guid>
      <dc:creator>er_mohit</dc:creator>
      <dc:date>2014-09-27T09:37:20Z</dc:date>
    </item>
    <item>
      <title>Re: Bar Chart Issue</title>
      <link>https://community.qlik.com/t5/QlikView/Bar-Chart-Issue/m-p/705618#M254377</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;if want to do this dynamically then dynamically generate the list Jonathan presented in script like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MasterTableDimension:&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;Null() as ChartValue&lt;/P&gt;&lt;P&gt;Autogenerate (0);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;left join (MasterCalendar)&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;Year,&lt;/P&gt;&lt;P&gt;max(Month) as MaxMonth&lt;/P&gt;&lt;P&gt;Resident MasterCalendar group by Year;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for each vDim in 'Quarter', 'HalfYear'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Concatenate(MasterTableDimension)&lt;/P&gt;&lt;P&gt;load&lt;/P&gt;&lt;P&gt;Date,&lt;/P&gt;&lt;P&gt;$(vDim) as ChartValue&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Resident MasterCalendar;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;next&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Years:&lt;/P&gt;&lt;P&gt;load distinct&lt;/P&gt;&lt;P&gt;Year&lt;/P&gt;&lt;P&gt;Resident MasterCalendar;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for I = 0 to (noofrows('Years')-1)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;let vYear = peek('Year', $(I), 'Years');&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Concatenate(MasterTableDimension)&lt;/P&gt;&lt;P&gt;load&lt;/P&gt;&lt;P&gt;Date,&lt;/P&gt;&lt;P&gt;addmonths(MaxMonth, -1) &amp;amp; chr(38) &amp;amp; MaxMonth&amp;nbsp; as ChartValue&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Resident MasterCalendar where Year = $(vYear) and Month &amp;gt;=&amp;nbsp; addmonths(MaxMonth, -1) ;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Concatenate(MasterTableDimension)&lt;/P&gt;&lt;P&gt;load&lt;/P&gt;&lt;P&gt;Date,&lt;/P&gt;&lt;P&gt;'YTD ' &amp;amp; MaxMonth&amp;nbsp; as ChartValue&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Resident MasterCalendar where Year = $(vYear);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;next&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards&lt;/P&gt;&lt;P&gt;Stefan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 27 Sep 2014 10:51:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Bar-Chart-Issue/m-p/705618#M254377</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-09-27T10:51:28Z</dc:date>
    </item>
    <item>
      <title>Re: Bar Chart Issue</title>
      <link>https://community.qlik.com/t5/QlikView/Bar-Chart-Issue/m-p/705619#M254378</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;STRONG style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;A href="https://community.qlik.com/people/S_Kunte23"&gt;S_Kunte23&lt;/A&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your feedback and its really helpful. and while implementing this script after loading MasterCalendar, &lt;/P&gt;&lt;P&gt;when i write this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;left join (&lt;STRONG&gt;MasterCalendar&lt;/STRONG&gt;)&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Load&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Year,&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;max(Month) as MaxMonth&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Resident MasterCalendar group by Year;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;and reload it then message occur&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;Execution of script failed. Reload old data.&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;m stuck off facing the problem please help me.&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Thanks &amp;amp; Regards&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Mohit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Sep 2014 09:42:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Bar-Chart-Issue/m-p/705619#M254378</guid>
      <dc:creator>er_mohit</dc:creator>
      <dc:date>2014-09-30T09:42:22Z</dc:date>
    </item>
    <item>
      <title>Re: Bar Chart Issue</title>
      <link>https://community.qlik.com/t5/QlikView/Bar-Chart-Issue/m-p/705620#M254379</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;please post sample qvw. Or a screenshot of your data model from table viewer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards&lt;/P&gt;&lt;P&gt;Stefan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Sep 2014 10:10:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Bar-Chart-Issue/m-p/705620#M254379</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-09-30T10:10:11Z</dc:date>
    </item>
    <item>
      <title>Re: Bar Chart Issue</title>
      <link>https://community.qlik.com/t5/QlikView/Bar-Chart-Issue/m-p/705621#M254380</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;See the attached file&lt;/P&gt;&lt;P&gt;here i upload the script of master calendar with your code provided above.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Mohit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Sep 2014 10:27:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Bar-Chart-Issue/m-p/705621#M254380</guid>
      <dc:creator>er_mohit</dc:creator>
      <dc:date>2014-09-30T10:27:40Z</dc:date>
    </item>
    <item>
      <title>Re: Bar Chart Issue</title>
      <link>https://community.qlik.com/t5/QlikView/Bar-Chart-Issue/m-p/705622#M254381</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;see attachment&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Sep 2014 12:11:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Bar-Chart-Issue/m-p/705622#M254381</guid>
      <dc:creator />
      <dc:date>2014-09-30T12:11:00Z</dc:date>
    </item>
    <item>
      <title>Re: Bar Chart Issue</title>
      <link>https://community.qlik.com/t5/QlikView/Bar-Chart-Issue/m-p/705623#M254382</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;STRONG style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;A href="https://community.qlik.com/people/VISHWARANJAN"&gt;VISHWARANJAN&lt;/A&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When i reload it execution fail&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Sep 2014 12:16:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Bar-Chart-Issue/m-p/705623#M254382</guid>
      <dc:creator>er_mohit</dc:creator>
      <dc:date>2014-09-30T12:16:55Z</dc:date>
    </item>
    <item>
      <title>Re: Bar Chart Issue</title>
      <link>https://community.qlik.com/t5/QlikView/Bar-Chart-Issue/m-p/705624#M254383</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;PFA,&lt;/P&gt;&lt;P&gt;hope it helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Sep 2014 12:31:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Bar-Chart-Issue/m-p/705624#M254383</guid>
      <dc:creator>perumal_41</dc:creator>
      <dc:date>2014-09-30T12:31:04Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Bar Chart Issue</title>
      <link>https://community.qlik.com/t5/QlikView/Bar-Chart-Issue/m-p/705625#M254384</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;due to your date formats I had to modify the script, see attached qvw!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Stefan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Sep 2014 17:23:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Bar-Chart-Issue/m-p/705625#M254384</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-09-30T17:23:05Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Bar Chart Issue</title>
      <link>https://community.qlik.com/t5/QlikView/Bar-Chart-Issue/m-p/705626#M254385</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Superb &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/wink.png" /&gt; &lt;STRONG style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;A _jive_internal="true" class="jiveTT-hover-user jive-link-profile-small" data-containerid="-1" data-containertype="-1" data-objectid="39312" data-objecttype="3" href="https://community.qlik.com/people/S_Kunte23" style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #3778c7;"&gt;Stefan Kunte&lt;/A&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Good job as expected.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&amp;nbsp; &amp;amp; Regards&lt;/P&gt;&lt;P&gt;Mohit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Oct 2014 04:15:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Bar-Chart-Issue/m-p/705626#M254385</guid>
      <dc:creator>er_mohit</dc:creator>
      <dc:date>2014-10-01T04:15:43Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Bar Chart Issue</title>
      <link>https://community.qlik.com/t5/QlikView/Bar-Chart-Issue/m-p/705627#M254386</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for reply as mentioned in screenshot above i want same alike in graph.&lt;/P&gt;&lt;P&gt;i see your attachment it solve the purpose for Quarterly wise not month wise . like&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Suppose if user select Year = 2013 then this graph 'll show&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Q1, Q2, Q3, Q4, H1,H2,YTD Dec because all the data have been covered up for all month for Actual&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit;"&gt; and base.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;similarly if user select 2014 then Graph 'll show&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Q1,Q2,Q3,H1,YTD Sep&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;and in above show graph the data upto Aug so for that&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Q1,Q2,July &amp;amp; Aug,H1,YTD Aug&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;hope it helps&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Oct 2014 04:39:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Bar-Chart-Issue/m-p/705627#M254386</guid>
      <dc:creator>er_mohit</dc:creator>
      <dc:date>2014-10-01T04:39:53Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Bar Chart Issue</title>
      <link>https://community.qlik.com/t5/QlikView/Bar-Chart-Issue/m-p/705628#M254387</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;Superb &lt;SPAN class="emoticon-inline emoticon_wink"&gt;&lt;/SPAN&gt; &lt;STRONG style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;A _jive_internal="true" class="jiveTT-hover-user jive-link-profile-small" data-containerid="-1" data-containertype="-1" data-objectid="39312" data-objecttype="3" href="https://community.qlik.com/people/S_Kunte23"&gt;Stefan Kunte&lt;/A&gt;&lt;/STRONG&gt;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards&lt;/P&gt;&lt;P&gt;Vishwaranjan Kumar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Oct 2014 05:42:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Bar-Chart-Issue/m-p/705628#M254387</guid>
      <dc:creator />
      <dc:date>2014-10-01T05:42:56Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Bar Chart Issue</title>
      <link>https://community.qlik.com/t5/QlikView/Bar-Chart-Issue/m-p/705629#M254388</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;STRONG style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;A _jive_internal="true" class="jiveTT-hover-user jive-link-profile-small" data-containerid="-1" data-containertype="-1" data-objectid="39312" data-objecttype="3" href="https://community.qlik.com/people/S_Kunte23" style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #3778c7;"&gt;Stefan Kunte &lt;/A&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a problem in this regards and want a new solution for that during implement of this it repeats the value thrice a time and also for two combined month is not true it always pick up MaxMonth and MaxMonth-1 .&lt;/P&gt;&lt;P&gt;I need if Month complete the Quarter then Quarter show otherwise not show. like&lt;/P&gt;&lt;P&gt;Year 2014 have data upto Aug so, my dynamic dimension is&lt;/P&gt;&lt;P&gt;Q1,Q2,H1,July &amp;amp; Aug,YTD Aug&amp;nbsp; &lt;/P&gt;&lt;P&gt;as shown above attached graph.&lt;/P&gt;&lt;P&gt;Is there any other solution on the based of both field &lt;STRONG&gt;Month&lt;/STRONG&gt; and &lt;STRONG&gt;MaxMonth&lt;/STRONG&gt; field&amp;nbsp; to put an if condition &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Mohit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Oct 2014 08:18:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Bar-Chart-Issue/m-p/705629#M254388</guid>
      <dc:creator>er_mohit</dc:creator>
      <dc:date>2014-10-10T08:18:15Z</dc:date>
    </item>
    <item>
      <title>Re: Bar Chart Issue</title>
      <link>https://community.qlik.com/t5/QlikView/Bar-Chart-Issue/m-p/705630#M254389</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;then you have to modify the date range of your calendar from the example you posted you have:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LET vDateMin = Num(MakeDate(2006,1,1)); &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LET vDateMax = Num(Today());&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;define these start and enddates according to their occurence in your facttable for example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Temp:&lt;/P&gt;&lt;P&gt;load&lt;/P&gt;&lt;P&gt;min(Date) as Min,&lt;/P&gt;&lt;P&gt;max(Date) as Max&lt;/P&gt;&lt;P&gt;Resident Facttable;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LET vDateMin = Num(peek('Min', 0, 'Temp')); &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LET vDateMax = Num(peek('Max', 0, 'Temp'));&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;drop table Temp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Stefan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Oct 2014 08:58:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Bar-Chart-Issue/m-p/705630#M254389</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-10-10T08:58:52Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Bar Chart Issue</title>
      <link>https://community.qlik.com/t5/QlikView/Bar-Chart-Issue/m-p/705631#M254390</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok. thanks for your reply. As per your code i just want to one table means merging of two tables to Final table but i got thrice time count of Quarters and Half Year . Please see attached.&lt;/P&gt;&lt;P&gt;I want this both tables into One with no repetition&lt;/P&gt;&lt;P&gt;Any help will be appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; regards&lt;/P&gt;&lt;P&gt;Mohit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Oct 2014 11:32:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Bar-Chart-Issue/m-p/705631#M254390</guid>
      <dc:creator>er_mohit</dc:creator>
      <dc:date>2014-10-10T11:32:02Z</dc:date>
    </item>
    <item>
      <title>Re: Bar Chart Issue</title>
      <link>https://community.qlik.com/t5/QlikView/Bar-Chart-Issue/m-p/705632#M254391</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;yes your Calendar will "grow" if you join the ChartDimension Field into the Calendar because for example Half Year and Quarter have common dates.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Stefan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Oct 2014 13:02:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Bar-Chart-Issue/m-p/705632#M254391</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-10-10T13:02:38Z</dc:date>
    </item>
  </channel>
</rss>

