<?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: How to create a graph in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-create-a-graph/m-p/708221#M1073283</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;instead of the inline table in the attached file, load your data. the chart should update to show your requirement. if you need more help, let us know. i suggest checking out some videos from qlikshare.com that will help you get familiar with qlikview because they are actual demos.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 19 Aug 2014 18:18:19 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2014-08-19T18:18:19Z</dc:date>
    <item>
      <title>How to create a graph</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-a-graph/m-p/708220#M1073282</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I was wondering if anyone could help me with creating a graph based on the following information and requirements.&amp;nbsp; I have 3 columns:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt;Order_Status&lt;/SPAN&gt;:&lt;/P&gt;&lt;P&gt;Completed&lt;/P&gt;&lt;P&gt;Canceled&lt;/P&gt;&lt;P&gt;Null&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt;Order_Month&lt;/SPAN&gt;:&lt;/P&gt;&lt;P&gt;Jan 2014&lt;/P&gt;&lt;P&gt;Feb 2014&lt;/P&gt;&lt;P&gt;Mar 2014&lt;/P&gt;&lt;P&gt;Apr 2014&lt;/P&gt;&lt;P&gt;May 2014&lt;/P&gt;&lt;P&gt;Jun 2014&lt;/P&gt;&lt;P&gt;Jul 2014&lt;/P&gt;&lt;P&gt;Aug 2014&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt;Location&lt;/SPAN&gt;:&lt;/P&gt;&lt;P&gt;Kirk&lt;/P&gt;&lt;P&gt;East&lt;/P&gt;&lt;P&gt;West&lt;/P&gt;&lt;P&gt;Main&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need a line graph comparing number of completed orders for only two locations by month.&amp;nbsp; That is, a graph that will have the Order_Month on the X-axis and the Y-axis to have the # of Completed tests only (from Order_Status), for Line 1) Location: Kirk and Line 2) Location: East.&lt;/P&gt;&lt;P&gt;Help is greatly appreciated,&lt;/P&gt;&lt;P&gt;Karen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Aug 2014 17:57:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-a-graph/m-p/708220#M1073282</guid>
      <dc:creator />
      <dc:date>2014-08-19T17:57:09Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a graph</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-a-graph/m-p/708221#M1073283</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;instead of the inline table in the attached file, load your data. the chart should update to show your requirement. if you need more help, let us know. i suggest checking out some videos from qlikshare.com that will help you get familiar with qlikview because they are actual demos.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Aug 2014 18:18:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-a-graph/m-p/708221#M1073283</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-08-19T18:18:19Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a graph</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-a-graph/m-p/708222#M1073284</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Not sure if this is what you looking for:&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Dim: Month&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Exp1:&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Count({&amp;lt;[Order Status] = {'Completed'},Location = {'Kirk'}&amp;gt;}Orderid)&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Exp2:&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Count({&amp;lt;[Order Status] = {'Completed'},Location = {'East'}&amp;gt;}Orderid)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Aug 2014 19:30:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-a-graph/m-p/708222#M1073284</guid>
      <dc:creator>jansen28</dc:creator>
      <dc:date>2014-08-19T19:30:34Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a graph</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-a-graph/m-p/708223#M1073285</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is exactly what I needed, thank you so much!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Aug 2014 13:43:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-a-graph/m-p/708223#M1073285</guid>
      <dc:creator />
      <dc:date>2014-08-20T13:43:41Z</dc:date>
    </item>
  </channel>
</rss>

