<?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 help in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Line-graph-help/m-p/1359035#M825925</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13.3333px;"&gt;Hi Joshua, you only have data for those consecutive months? In that case you'll need to create a calendar with dates at least for a year.&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Calendar:&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;LOAD&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;TempDate as &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Date_Dash,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Month(&lt;SPAN style="font-size: 13.3333px;"&gt;TempDate ) as Month,&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;// Other fields, remove from '&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Script' table and set here&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;LOAD &lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Date(MinDate + IterNo()) as TempDate&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;While MinDate + IterNo() &amp;lt;= MaxDate;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;// or "AddMonths(MinDate, &lt;SPAN style="font-size: 13.3333px;"&gt;IterNo())" to generate only months&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;LOAD&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;YearStart(Min(FieldValue('&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Date_Dash&lt;/SPAN&gt;', RecNo()))) as MinDate,&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;YearEnd(Max(FieldValue('&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Date_Dash&lt;/SPAN&gt;', RecNo()))) as MaxDate&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;AutoGenerate FieldValueCount('&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Date_Dash&lt;/SPAN&gt;');&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 10 Jul 2017 20:32:26 GMT</pubDate>
    <dc:creator>rubenmarin</dc:creator>
    <dc:date>2017-07-10T20:32:26Z</dc:date>
    <item>
      <title>Line graph help</title>
      <link>https://community.qlik.com/t5/QlikView/Line-graph-help/m-p/1359030#M825919</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Trying to create a line graph with the dimensions as months of the current year.&lt;/P&gt;&lt;P&gt;values being the result of the data from every month.&lt;/P&gt;&lt;P&gt;currently I have set the graph to this:&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;/P&gt;&lt;P&gt;=Sum({$&amp;lt;Status_Dash={'Completed'},Year = {"$(=Year(Today()))"}&amp;gt;} Processed_Dash)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Script:&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;&amp;nbsp;&amp;nbsp;&amp;nbsp; 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;The results I have for Jun is 130512 and July is 19286, but I need to show all 12 months. even though jan-may returns a 0&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-help/m-p/1359030#M825919</guid>
      <dc:creator>joshrussin</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Line graph help</title>
      <link>https://community.qlik.com/t5/QlikView/Line-graph-help/m-p/1359031#M825920</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Disable the Suppress Zero-values option on the Presentation tab and add&amp;nbsp; &lt;STRONG&gt;+ sum({1}0)&lt;/STRONG&gt; to your expression&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Jul 2017 17:37:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Line-graph-help/m-p/1359031#M825920</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2017-07-10T17:37:50Z</dc:date>
    </item>
    <item>
      <title>Re: Line graph help</title>
      <link>https://community.qlik.com/t5/QlikView/Line-graph-help/m-p/1359032#M825922</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;these are the options under presentation&lt;IMG alt="presentation.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/169688_presentation.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Jul 2017 18:51:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Line-graph-help/m-p/1359032#M825922</guid>
      <dc:creator>joshrussin</dc:creator>
      <dc:date>2017-07-10T18:51:23Z</dc:date>
    </item>
    <item>
      <title>Re: Line graph help</title>
      <link>https://community.qlik.com/t5/QlikView/Line-graph-help/m-p/1359033#M825923</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think you are in Sense, but &lt;A href="https://community.qlik.com/qlik-users/96544"&gt;gwassenaar&lt;/A&gt; refers to QlikView.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Jul 2017 19:01:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Line-graph-help/m-p/1359033#M825923</guid>
      <dc:creator>sergio0592</dc:creator>
      <dc:date>2017-07-10T19:01:40Z</dc:date>
    </item>
    <item>
      <title>Re: Line graph help</title>
      <link>https://community.qlik.com/t5/QlikView/Line-graph-help/m-p/1359034#M825924</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am using qlik sense&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Jul 2017 19:07:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Line-graph-help/m-p/1359034#M825924</guid>
      <dc:creator>joshrussin</dc:creator>
      <dc:date>2017-07-10T19:07:49Z</dc:date>
    </item>
    <item>
      <title>Re: Line graph help</title>
      <link>https://community.qlik.com/t5/QlikView/Line-graph-help/m-p/1359035#M825925</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13.3333px;"&gt;Hi Joshua, you only have data for those consecutive months? In that case you'll need to create a calendar with dates at least for a year.&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Calendar:&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;LOAD&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;TempDate as &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Date_Dash,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Month(&lt;SPAN style="font-size: 13.3333px;"&gt;TempDate ) as Month,&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;// Other fields, remove from '&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Script' table and set here&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;LOAD &lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Date(MinDate + IterNo()) as TempDate&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;While MinDate + IterNo() &amp;lt;= MaxDate;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;// or "AddMonths(MinDate, &lt;SPAN style="font-size: 13.3333px;"&gt;IterNo())" to generate only months&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;LOAD&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;YearStart(Min(FieldValue('&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Date_Dash&lt;/SPAN&gt;', RecNo()))) as MinDate,&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;YearEnd(Max(FieldValue('&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Date_Dash&lt;/SPAN&gt;', RecNo()))) as MaxDate&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;AutoGenerate FieldValueCount('&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Date_Dash&lt;/SPAN&gt;');&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Jul 2017 20:32:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Line-graph-help/m-p/1359035#M825925</guid>
      <dc:creator>rubenmarin</dc:creator>
      <dc:date>2017-07-10T20:32:26Z</dc:date>
    </item>
    <item>
      <title>Re: Line graph help</title>
      <link>https://community.qlik.com/t5/QlikView/Line-graph-help/m-p/1359036#M825926</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 16:01:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Line-graph-help/m-p/1359036#M825926</guid>
      <dc:creator>joshrussin</dc:creator>
      <dc:date>2017-07-12T16:01:08Z</dc:date>
    </item>
  </channel>
</rss>

