<?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: Line Graph By Monthly Data in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Line-Graph-By-Monthly-Data/m-p/1350375#M826495</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Alrighty, I was just overthinking it I reckon. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dimension:&lt;/P&gt;&lt;P&gt;=[Date.autoCalendar.Month]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Expression:&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;=Sum({$&amp;lt;Status_Dash={'Completed'},Year = {"$(=Year(Today()))"}&amp;gt;} Processed_Dash)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;How would I get the individual month info.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Right now it shows a single line adding the two together.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 10 Jul 2017 14:24:24 GMT</pubDate>
    <dc:creator>joshrussin</dc:creator>
    <dc:date>2017-07-10T14:24:24Z</dc:date>
    <item>
      <title>Line Graph By Monthly Data</title>
      <link>https://community.qlik.com/t5/QlikView/Line-Graph-By-Monthly-Data/m-p/1350372#M826492</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I've created variables calculating the sum of some data per month for each month of the year. I want to create a line graph displaying these values by month. Any help?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here are my some of my variables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Date_Dash,&lt;/P&gt;&lt;P&gt; Month(Date_Dash) as Month,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Num(Month(Date_Dash)) as MonthNum,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Year(Date_Dash) as Year,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; MakeDate(year(Date_Dash)) as vCY,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; MakeDate(month(Date_Dash)) as vCM,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Program_Dash,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; UOM_Dash,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Status_Dash,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Ave_Cost_Dash,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Processed_Dash&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;mJun = Sum({$&amp;lt;Status_Dash={'Completed'}, MonthNum = {6}, Year = {"$(=Year(Today()))"}&amp;gt;} Processed_Dash)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the result of this is 130512&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;mJul = Sum({$&amp;lt;Status_Dash={'Completed'}, MonthNum = {7}, Year = {"$(=Year(Today()))"}&amp;gt;} Processed_Dash)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so far for this month the value is 12007&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Line-Graph-By-Monthly-Data/m-p/1350372#M826492</guid>
      <dc:creator>joshrussin</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Line Graph By Monthly Data</title>
      <link>https://community.qlik.com/t5/QlikView/Line-Graph-By-Monthly-Data/m-p/1350373#M826493</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;this seems to overcomplicate things a bit.&lt;/P&gt;&lt;P&gt;Couldn't you just use Month as your dimension and one of your expressions skipping the MonthNum field part of your set expression?&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;Marco&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Jul 2017 22:06:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Line-Graph-By-Monthly-Data/m-p/1350373#M826493</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2017-07-07T22:06:36Z</dc:date>
    </item>
    <item>
      <title>Re: Line Graph By Monthly Data</title>
      <link>https://community.qlik.com/t5/QlikView/Line-Graph-By-Monthly-Data/m-p/1350374#M826494</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I agree with Marcus. &lt;/P&gt;&lt;P&gt;In your line chart why not just have month as the dimension and your expression as&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Sum({$&amp;lt;Status_Dash={'Completed'},Year = {"$(=Year(Today()))"}&amp;gt;} Processed_Dash)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;I don't know why you would need to create variable for each one.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Jul 2017 23:12:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Line-Graph-By-Monthly-Data/m-p/1350374#M826494</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-07-07T23:12:03Z</dc:date>
    </item>
    <item>
      <title>Re: Line Graph By Monthly Data</title>
      <link>https://community.qlik.com/t5/QlikView/Line-Graph-By-Monthly-Data/m-p/1350375#M826495</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Alrighty, I was just overthinking it I reckon. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dimension:&lt;/P&gt;&lt;P&gt;=[Date.autoCalendar.Month]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Expression:&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;=Sum({$&amp;lt;Status_Dash={'Completed'},Year = {"$(=Year(Today()))"}&amp;gt;} Processed_Dash)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;How would I get the individual month info.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Right now it shows a single line adding the two together.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Jul 2017 14:24:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Line-Graph-By-Monthly-Data/m-p/1350375#M826495</guid>
      <dc:creator>joshrussin</dc:creator>
      <dc:date>2017-07-10T14:24:24Z</dc:date>
    </item>
    <item>
      <title>Re: Line Graph By Monthly Data</title>
      <link>https://community.qlik.com/t5/QlikView/Line-Graph-By-Monthly-Data/m-p/1350376#M826496</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;can you post a sample of what you currently have and what you want it to look like?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Jul 2017 21:02:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Line-Graph-By-Monthly-Data/m-p/1350376#M826496</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2017-07-10T21:02:00Z</dc:date>
    </item>
    <item>
      <title>Re: Line Graph By Monthly Data</title>
      <link>https://community.qlik.com/t5/QlikView/Line-Graph-By-Monthly-Data/m-p/1350377#M826497</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here's what I have&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Have.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/169708_Have.PNG" style="width: 620px; height: 437px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here's sorta what I am looking for&lt;/P&gt;&lt;P&gt;&lt;IMG alt="want.PNG" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/169709_want.PNG" style="width: 620px; height: 365px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From what it looks like, it will only project a month if there is data. That's okay. I just want it to connect the different totals. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Jul 2017 21:55:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Line-Graph-By-Monthly-Data/m-p/1350377#M826497</guid>
      <dc:creator>joshrussin</dc:creator>
      <dc:date>2017-07-10T21:55:54Z</dc:date>
    </item>
    <item>
      <title>Re: Line Graph By Monthly Data</title>
      <link>https://community.qlik.com/t5/QlikView/Line-Graph-By-Monthly-Data/m-p/1350378#M826498</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I reckon I was just overthinking it. I figured it out. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dimension: &lt;/P&gt;&lt;P&gt;Month&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Expression:&lt;/P&gt;&lt;P&gt;=Sum({$&amp;lt;Status_Dash={'Completed'}, Year = {"$(=Year(Today()))"}&amp;gt;} Processed_Dash)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Jul 2017 15:59:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Line-Graph-By-Monthly-Data/m-p/1350378#M826498</guid>
      <dc:creator>joshrussin</dc:creator>
      <dc:date>2017-07-12T15:59:31Z</dc:date>
    </item>
  </channel>
</rss>

