<?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: Linear table different from chart in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Linear-table-different-from-chart/m-p/777982#M275772</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Marcus,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I found out that chart works if I use My_year and My_month as dimensions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Where&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff;"&gt;Month(&lt;SPAN style="color: #800000;"&gt;Mese&lt;/SPAN&gt;) &lt;SPAN style="color: #0000ff;"&gt;as&lt;/SPAN&gt; &lt;SPAN style="color: #800000;"&gt;My_month,&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Year(&lt;SPAN style="color: #800000;"&gt;Mese&lt;/SPAN&gt;) &lt;SPAN style="color: #0000ff;"&gt;as&lt;/SPAN&gt; &lt;SPAN style="color: #800000;"&gt;My_year &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;since &lt;SPAN style="color: #800000;"&gt;Mese&lt;/SPAN&gt; is defined in my excel file as JAN-2010, FEB-2010,...., DEC-2014&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The problem is that I need x-axis with month and year in the same dimension so it has been suggested to state&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Date(&lt;SPAN style="color: #0000ff;"&gt;MonthStart&lt;/SPAN&gt; (&lt;SPAN style="color: #800000;"&gt;Mese&lt;/SPAN&gt;), 'MMM-YYYY') &lt;SPAN style="color: #0000ff;"&gt;as&lt;/SPAN&gt; &lt;SPAN style="color: #800000;"&gt;MonthYear &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;Which could be the problem if all of them come from &lt;SPAN style="color: #800000;"&gt;Mese&lt;/SPAN&gt;?&lt;/P&gt;&lt;P&gt;Why graph and table work well with My_month &amp;amp; My_year dimensions but not with MonthYear?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note:&lt;/P&gt;&lt;P&gt;I also tried to load &lt;SPAN style="color: #800000;"&gt;Mese&lt;/SPAN&gt; and use it into the dimension of chart but it does not work.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 24 Mar 2015 17:45:19 GMT</pubDate>
    <dc:creator />
    <dc:date>2015-03-24T17:45:19Z</dc:date>
    <item>
      <title>Linear table different from chart</title>
      <link>https://community.qlik.com/t5/QlikView/Linear-table-different-from-chart/m-p/777977#M275767</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am working on a table which represents the sold products over 12 months for 5 years.&lt;/P&gt;&lt;P&gt;I used the linear table (in graph) to find the cumulative value of turnover for each year by using this expression:&lt;/P&gt;&lt;P&gt;=&lt;SPAN style="color: #0000ff;"&gt;num&lt;/SPAN&gt;(&lt;SPAN style="color: #0000ff;"&gt;rangesum&lt;/SPAN&gt;(&lt;SPAN style="color: #0000ff;"&gt;above&lt;/SPAN&gt;(&lt;SPAN style="color: #0000ff;"&gt;sum&lt;/SPAN&gt;({&amp;lt;&lt;SPAN style="color: #800000;"&gt;My_year&lt;/SPAN&gt;=,&lt;SPAN style="color: #800000;"&gt;My_month&lt;/SPAN&gt;=&amp;gt;}&lt;SPAN style="color: #800000;"&gt;vSold&lt;/SPAN&gt;), 0 , 12)), '€ #.##0')&lt;/P&gt;&lt;P&gt;which works perfectly. The amount is cumulative from Jan to Dec of same year then it restarts as Jan for the next year and so on.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However when I use the same formula into the graph (bar graph) it does not work in the same way:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For instance on Jan 2013 I do not have the value of this specific month but an incremental value starting from Dec 2012.&lt;/P&gt;&lt;P&gt;By calculation it does not result to be the correct value of Dec 2012 + Jan 2013: I do not understand where this value comes from.&lt;/P&gt;&lt;P&gt;Note:&lt;/P&gt;&lt;P&gt;To have the right value of Jan 2013 as cumulative (Dec 2012 + Jan 2013) I have to use this expression:&lt;/P&gt;&lt;P&gt;=&lt;SPAN style="color: #0000ff;"&gt;rangesum&lt;/SPAN&gt;(&lt;SPAN style="color: #0000ff;"&gt;above&lt;/SPAN&gt;(&lt;SPAN style="color: #0000ff;"&gt;sum&lt;/SPAN&gt;({&amp;lt;&lt;SPAN style="color: #800000;"&gt;MonthYear&lt;/SPAN&gt;=&amp;gt;}&lt;SPAN style="color: #800000;"&gt;vSold&lt;/SPAN&gt;), 0 , &lt;SPAN style="color: #0000ff;"&gt;RowNo&lt;/SPAN&gt;()))&lt;/P&gt;&lt;P&gt;but the result is not what I want. (It works not even with cumulative or progressive set)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To be noted that on graph I used a different dimension which is MonthYear (taken from script) to be able to see year and month as x-axis.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Date(&lt;SPAN style="color: #0000ff;"&gt;MonthStart&lt;/SPAN&gt; (&lt;SPAN style="color: #800000;"&gt;Mese&lt;/SPAN&gt;), 'MMM-YYYY') &lt;SPAN style="color: #0000ff;"&gt;as&lt;/SPAN&gt; &lt;SPAN style="color: #800000;"&gt;MonthYear &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;I tried to set the expression for the graph as&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #800000;"&gt;=&lt;SPAN style="color: #0000ff;"&gt;num&lt;/SPAN&gt;(&lt;SPAN style="color: #0000ff;"&gt;rangesum&lt;/SPAN&gt;(&lt;SPAN style="color: #0000ff;"&gt;above&lt;/SPAN&gt;(&lt;SPAN style="color: #0000ff;"&gt;sum&lt;/SPAN&gt;({&amp;lt;&lt;SPAN style="color: #800000;"&gt;My_year&lt;/SPAN&gt;=,&lt;SPAN style="color: #800000;"&gt;My_month&lt;/SPAN&gt;=&amp;gt;}&lt;SPAN style="color: #800000;"&gt;vSold&lt;/SPAN&gt;), 0 , 12)), '€ #.##0'): &lt;SPAN style="color: #000000;"&gt;does not work&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #800000;"&gt;=&lt;SPAN style="color: #0000ff;"&gt;num&lt;/SPAN&gt;(&lt;SPAN style="color: #0000ff;"&gt;rangesum&lt;/SPAN&gt;(&lt;SPAN style="color: #0000ff;"&gt;above&lt;/SPAN&gt;(&lt;SPAN style="color: #0000ff;"&gt;sum&lt;/SPAN&gt;({&amp;lt;&lt;SPAN style="color: #800000;"&gt;MonthYear&lt;/SPAN&gt;=&amp;gt;}&lt;SPAN style="color: #800000;"&gt;vSold&lt;/SPAN&gt;), 0 , 12)), '€ #.##0'): &lt;SPAN style="color: #000000;"&gt;does not work&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #800000;"&gt;=&lt;SPAN style="color: #0000ff;"&gt;num&lt;/SPAN&gt;(&lt;SPAN style="color: #0000ff;"&gt;rangesum&lt;/SPAN&gt;(&lt;SPAN style="color: #0000ff;"&gt;above&lt;/SPAN&gt;(&lt;SPAN style="color: #0000ff;"&gt;sum&lt;/SPAN&gt;({&amp;lt;&lt;SPAN style="color: #800000;"&gt;My_year&lt;/SPAN&gt;=,&lt;SPAN style="color: #800000;"&gt;My_month&lt;/SPAN&gt;=,MonthYear=&amp;gt;}&lt;SPAN style="color: #800000;"&gt;vSold&lt;/SPAN&gt;), 0 , 12)), '€ #.##0'):&lt;SPAN style="color: #000000;"&gt; does not work&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;Sorry to be so lengthy.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;Can anyone help me?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;Thanks&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Mar 2015 10:38:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Linear-table-different-from-chart/m-p/777977#M275767</guid>
      <dc:creator />
      <dc:date>2015-03-24T10:38:17Z</dc:date>
    </item>
    <item>
      <title>Re: Linear table different from chart</title>
      <link>https://community.qlik.com/t5/QlikView/Linear-table-different-from-chart/m-p/777978#M275768</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think your problem is MonthYear which isn't a period - it's a date. Try to add MonthYear as period-field within your master-calendar.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Mar 2015 14:53:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Linear-table-different-from-chart/m-p/777978#M275768</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2015-03-24T14:53:42Z</dc:date>
    </item>
    <item>
      <title>Re: Linear table different from chart</title>
      <link>https://community.qlik.com/t5/QlikView/Linear-table-different-from-chart/m-p/777979#M275769</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Marcus,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how can I do that?&lt;/P&gt;&lt;P&gt;could you show me clearly the steps?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you again&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Mar 2015 14:58:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Linear-table-different-from-chart/m-p/777979#M275769</guid>
      <dc:creator />
      <dc:date>2015-03-24T14:58:22Z</dc:date>
    </item>
    <item>
      <title>Re: Linear table different from chart</title>
      <link>https://community.qlik.com/t5/QlikView/Linear-table-different-from-chart/m-p/777980#M275770</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have a look here: &lt;A _jive_internal="true" class="loading" href="https://community.qlik.com/blogs/qlikviewdesignblog/2012/10/16/the-master-calendar" title="http://community.qlik.com/blogs/qlikviewdesignblog/2012/10/16/the-master-calendar"&gt;http://community.qlik.com/blogs/qlikviewdesignblog/2012/10/16/the-master-calendar&lt;/A&gt;. But there are a lot more examples to create a master-calendar in this forum.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Mar 2015 15:02:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Linear-table-different-from-chart/m-p/777980#M275770</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2015-03-24T15:02:21Z</dc:date>
    </item>
    <item>
      <title>Re: Linear table different from chart</title>
      <link>https://community.qlik.com/t5/QlikView/Linear-table-different-from-chart/m-p/777981#M275771</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Marcus,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried to create this:&lt;/P&gt;&lt;P&gt;CalendarMaster:&lt;BR /&gt; &lt;STRONG style="color: #0000ff;"&gt;Load&lt;/STRONG&gt; &lt;SPAN style="color: #0000ff;"&gt;Distinct&lt;/SPAN&gt;&lt;BR /&gt; &lt;SPAN style="color: #800000;"&gt;Mese&lt;/SPAN&gt;,&lt;BR /&gt; &lt;SPAN style="color: #0000ff;"&gt;Month&lt;/SPAN&gt;(&lt;SPAN style="color: #800000;"&gt;Mese&lt;/SPAN&gt;) &lt;SPAN style="color: #0000ff;"&gt;as&lt;/SPAN&gt; &lt;SPAN style="color: #800000;"&gt;MC_Month&lt;/SPAN&gt;,&lt;BR /&gt; &lt;SPAN style="color: #0000ff;"&gt;Year&lt;/SPAN&gt;(&lt;SPAN style="color: #800000;"&gt;Mese&lt;/SPAN&gt;) &lt;SPAN style="color: #0000ff;"&gt;as&lt;/SPAN&gt; &lt;SPAN style="color: #800000;"&gt;MC_Year&lt;/SPAN&gt;,&lt;BR /&gt; &lt;SPAN style="color: #0000ff;"&gt;Date&lt;/SPAN&gt;(&lt;SPAN style="color: #0000ff;"&gt;MonthStart&lt;/SPAN&gt; (&lt;SPAN style="color: #800000;"&gt;Mese&lt;/SPAN&gt;), 'MMM-YYYY') &lt;SPAN style="color: #0000ff;"&gt;as&lt;/SPAN&gt; &lt;SPAN style="color: #800000;"&gt;MC_MonthYear&lt;/SPAN&gt;&lt;BR /&gt; &lt;SPAN style="color: #0000ff;"&gt;resident&lt;/SPAN&gt; [da BAAN YTD];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;where the table [da BAAN YTD] has been loaded previously&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD&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;SPAN style="color: #800000;"&gt;Mese&lt;/SPAN&gt;,&lt;BR /&gt; &lt;SPAN style="color: #0000ff;"&gt;Month&lt;/SPAN&gt;(&lt;SPAN style="color: #800000;"&gt;Mese&lt;/SPAN&gt;) &lt;SPAN style="color: #0000ff;"&gt;as&lt;/SPAN&gt; &lt;SPAN style="color: #800000;"&gt;My_month&lt;/SPAN&gt;,&lt;BR /&gt; &lt;SPAN style="color: #0000ff;"&gt;Year&lt;/SPAN&gt;(&lt;SPAN style="color: #800000;"&gt;Mese&lt;/SPAN&gt;) &lt;SPAN style="color: #0000ff;"&gt;as&lt;/SPAN&gt; &lt;SPAN style="color: #800000;"&gt;My_year&lt;/SPAN&gt;,&lt;BR /&gt; &lt;SPAN style="color: #0000ff;"&gt;Date&lt;/SPAN&gt;(&lt;SPAN style="color: #0000ff;"&gt;MonthStart&lt;/SPAN&gt; (&lt;SPAN style="color: #800000;"&gt;Mese&lt;/SPAN&gt;), 'MMM-YYYY') &lt;SPAN style="color: #0000ff;"&gt;as&lt;/SPAN&gt; &lt;SPAN style="color: #800000;"&gt;MonthYear&lt;/SPAN&gt;,&lt;BR /&gt; &lt;SPAN style="color: #800000;"&gt;....&lt;/SPAN&gt;&lt;BR /&gt; &lt;SPAN style="color: #800000;"&gt;Quantità&lt;/SPAN&gt;&lt;BR /&gt; &lt;BR /&gt; &lt;SPAN style="color: #0000ff;"&gt;FROM&lt;/SPAN&gt;&lt;BR /&gt; &lt;G&gt;&lt;BR /&gt; (&lt;SPAN style="color: #0000ff;"&gt;ooxml&lt;/SPAN&gt;, &lt;SPAN style="color: #0000ff;"&gt;embedded&lt;/SPAN&gt; &lt;SPAN style="color: #0000ff;"&gt;labels&lt;/SPAN&gt;, &lt;SPAN style="color: #0000ff;"&gt;table&lt;/SPAN&gt; &lt;SPAN style="color: #0000ff;"&gt;is&lt;/SPAN&gt; [da BAAN YTD]);&lt;/G&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then I used the new MC_MonthYear as dimension for my graph but nothing change. Is there a mistake in my Master Calendar?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Massimo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Mar 2015 16:40:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Linear-table-different-from-chart/m-p/777981#M275771</guid>
      <dc:creator />
      <dc:date>2015-03-24T16:40:31Z</dc:date>
    </item>
    <item>
      <title>Re: Linear table different from chart</title>
      <link>https://community.qlik.com/t5/QlikView/Linear-table-different-from-chart/m-p/777982#M275772</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Marcus,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I found out that chart works if I use My_year and My_month as dimensions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Where&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff;"&gt;Month(&lt;SPAN style="color: #800000;"&gt;Mese&lt;/SPAN&gt;) &lt;SPAN style="color: #0000ff;"&gt;as&lt;/SPAN&gt; &lt;SPAN style="color: #800000;"&gt;My_month,&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Year(&lt;SPAN style="color: #800000;"&gt;Mese&lt;/SPAN&gt;) &lt;SPAN style="color: #0000ff;"&gt;as&lt;/SPAN&gt; &lt;SPAN style="color: #800000;"&gt;My_year &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;since &lt;SPAN style="color: #800000;"&gt;Mese&lt;/SPAN&gt; is defined in my excel file as JAN-2010, FEB-2010,...., DEC-2014&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The problem is that I need x-axis with month and year in the same dimension so it has been suggested to state&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Date(&lt;SPAN style="color: #0000ff;"&gt;MonthStart&lt;/SPAN&gt; (&lt;SPAN style="color: #800000;"&gt;Mese&lt;/SPAN&gt;), 'MMM-YYYY') &lt;SPAN style="color: #0000ff;"&gt;as&lt;/SPAN&gt; &lt;SPAN style="color: #800000;"&gt;MonthYear &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;Which could be the problem if all of them come from &lt;SPAN style="color: #800000;"&gt;Mese&lt;/SPAN&gt;?&lt;/P&gt;&lt;P&gt;Why graph and table work well with My_month &amp;amp; My_year dimensions but not with MonthYear?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note:&lt;/P&gt;&lt;P&gt;I also tried to load &lt;SPAN style="color: #800000;"&gt;Mese&lt;/SPAN&gt; and use it into the dimension of chart but it does not work.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Mar 2015 17:45:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Linear-table-different-from-chart/m-p/777982#M275772</guid>
      <dc:creator />
      <dc:date>2015-03-24T17:45:19Z</dc:date>
    </item>
  </channel>
</rss>

