<?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 Chart in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Line-Chart/m-p/1126636#M521561</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Right function indicates -- Year like 4 ( Why 4 Is here - YYYY, if you take 3 /2 /1 That is not good to see for users...)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That is the reason he mentioned &lt;STRONG&gt;RIGHT&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 04 Jun 2016 07:51:28 GMT</pubDate>
    <dc:creator>Anil_Babu_Samineni</dc:creator>
    <dc:date>2016-06-04T07:51:28Z</dc:date>
    <item>
      <title>Line Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Line-Chart/m-p/1126629#M521554</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am trying to create a line chart out of the attached data.&amp;nbsp; Really struggling due to the orientation of my excel file.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This should be easy just drawing a blank.&amp;nbsp; Ideas?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;~Norman Rea&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Jun 2016 18:24:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Line-Chart/m-p/1126629#M521554</guid>
      <dc:creator />
      <dc:date>2016-06-03T18:24:36Z</dc:date>
    </item>
    <item>
      <title>Re: Line Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Line-Chart/m-p/1126630#M521555</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Script:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Table:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;CrossTable (FiscalYear, Value)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD * Inline [&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Project, FY2015, FY2016, FY2017&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Proj1, 10, 40, 30&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Proj2, 20, 20, 10,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Proj3, 20, 30, 40&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;];&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;FinalTable:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD *,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; Right(FiscalYear, 4) as Year&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Resident Table;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;DROP Table Table;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/126851_Capture.PNG" style="height: auto;" /&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Jun 2016 18:29:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Line-Chart/m-p/1126630#M521555</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-06-03T18:29:25Z</dc:date>
    </item>
    <item>
      <title>Re: Line Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Line-Chart/m-p/1126631#M521556</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How would I do this with and excel file?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Jun 2016 18:31:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Line-Chart/m-p/1126631#M521556</guid>
      <dc:creator />
      <dc:date>2016-06-03T18:31:22Z</dc:date>
    </item>
    <item>
      <title>Re: Line Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Line-Chart/m-p/1126632#M521557</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Table:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;CrossTable (FiscalYear, Value)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD Project, &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; FY2015, &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; FY2016, &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; FY2017&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;FROM&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Community_219531.xlsx&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;(ooxml, embedded labels, table is Sheet1);&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;FinalTable:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD *,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; Right(FiscalYear, 4) as Year&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Resident Table;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;DROP Table Table;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Jun 2016 18:36:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Line-Chart/m-p/1126632#M521557</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-06-03T18:36:54Z</dc:date>
    </item>
    <item>
      <title>Re: Line Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Line-Chart/m-p/1126633#M521558</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What are your settings for you chart?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Jun 2016 18:46:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Line-Chart/m-p/1126633#M521558</guid>
      <dc:creator />
      <dc:date>2016-06-03T18:46:24Z</dc:date>
    </item>
    <item>
      <title>Re: Line Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Line-Chart/m-p/1126634#M521559</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Two dimensions&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Year and Project&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One expression&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=Sum(Value)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Jun 2016 18:47:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Line-Chart/m-p/1126634#M521559</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-06-03T18:47:38Z</dc:date>
    </item>
    <item>
      <title>Re: Line Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Line-Chart/m-p/1126635#M521560</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sunny,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm new so for the sake of simplicity, can you tell me why the Right function is being used here?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 04 Jun 2016 03:26:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Line-Chart/m-p/1126635#M521560</guid>
      <dc:creator />
      <dc:date>2016-06-04T03:26:49Z</dc:date>
    </item>
    <item>
      <title>Re: Line Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Line-Chart/m-p/1126636#M521561</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Right function indicates -- Year like 4 ( Why 4 Is here - YYYY, if you take 3 /2 /1 That is not good to see for users...)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That is the reason he mentioned &lt;STRONG&gt;RIGHT&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 04 Jun 2016 07:51:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Line-Chart/m-p/1126636#M521561</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2016-06-04T07:51:28Z</dc:date>
    </item>
    <item>
      <title>Re: Line Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Line-Chart/m-p/1126637#M521562</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No settings are there. Just he created Line chart with Calendar object ...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 04 Jun 2016 07:52:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Line-Chart/m-p/1126637#M521562</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2016-06-04T07:52:31Z</dc:date>
    </item>
  </channel>
</rss>

