<?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 Display Sector,Industry,Company in Line Chart in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Display-Sector-Industry-Company-in-Line-Chart/m-p/167737#M39177</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;look at the script. Now your datamodell looks better. If you like, you can go on with joining, but it is not necessary. And you can comment the redundant fields like Sector and Sectorname in the Script.&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Roland&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE ___default_attr="plain" class="jive_text_macro jive_macro_code" jivemacro="code"&gt;&lt;BR /&gt;//First Table to load:&lt;BR /&gt;Value:&lt;BR /&gt;LOAD CompanyID,&lt;BR /&gt; Month,&lt;BR /&gt; Year,&lt;BR /&gt; GrossProfitMargin&lt;BR /&gt;FROM&lt;BR /&gt;[.\test.xls]&lt;BR /&gt;(biff, embedded labels, table is Sheet2$);&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Company:&lt;BR /&gt;LOAD CompanyName,&lt;BR /&gt; CompanyID,&lt;BR /&gt; IndustryID&lt;BR /&gt;FROM&lt;BR /&gt;test.xls&lt;BR /&gt;(biff, embedded labels, table is Sheet1$);&lt;BR /&gt;&lt;BR /&gt;Industries:&lt;BR /&gt;LOAD Industries,&lt;BR /&gt; Industries as Industry,&lt;BR /&gt; IndustryID,&lt;BR /&gt; SectorID&lt;BR /&gt;FROM&lt;BR /&gt;test.xls&lt;BR /&gt;(biff, embedded labels, table is Sheet4$);&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Sector:&lt;BR /&gt;Join (Industries) // put the two tables in one together&lt;BR /&gt;LOAD Sector,&lt;BR /&gt; Sector as SectorName,&lt;BR /&gt; SectorID&lt;BR /&gt;FROM&lt;BR /&gt;test.xls&lt;BR /&gt;(biff, embedded labels, table is Sheet3$);&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;//tempSector:&lt;BR /&gt;//LOAD Sector as SectorName&lt;BR /&gt;//FROM&lt;BR /&gt;//test.xls&lt;BR /&gt;//(biff, embedded labels, table is Sheet3$);&lt;BR /&gt;&lt;BR /&gt;//tempIndustries:&lt;BR /&gt;//LOAD Industries as Industry&lt;BR /&gt;//FROM&lt;BR /&gt;//test.xls&lt;BR /&gt;//(biff, embedded labels, table is Sheet4$);&amp;lt;/body&amp;gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 02 Nov 2010 13:18:13 GMT</pubDate>
    <dc:creator />
    <dc:date>2010-11-02T13:18:13Z</dc:date>
    <item>
      <title>Display Sector,Industry,Company in Line Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Display-Sector-Industry-Company-in-Line-Chart/m-p/167735#M39175</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all&lt;/P&gt;&lt;P&gt;Could anyone help me&lt;/P&gt;&lt;P&gt;I want to display the sector,Industry and Company list in the chart using sum(GrossProfitMargin) in yearwise breakup..&lt;/P&gt;&lt;P&gt;I posted one sample file here..&lt;/P&gt;&lt;P&gt;[View:http://community.qlik.com/cfs-file.ashx/__key/CommunityServer.Discussions.Components.Files/11/0576.Line-Chart.rar:550:0]&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Nov 2010 07:14:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Display-Sector-Industry-Company-in-Line-Chart/m-p/167735#M39175</guid>
      <dc:creator />
      <dc:date>2010-11-02T07:14:20Z</dc:date>
    </item>
    <item>
      <title>Display Sector,Industry,Company in Line Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Display-Sector-Industry-Company-in-Line-Chart/m-p/167736#M39176</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;Could anyone help me..&lt;/P&gt;&lt;P&gt;I hope it will be clear...&lt;/P&gt;&lt;P&gt;Its urgent....&lt;/P&gt;&lt;P&gt;Let me know, whether this is possible or not....&lt;/P&gt;&lt;P&gt;thanks in advance...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Nov 2010 10:41:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Display-Sector-Industry-Company-in-Line-Chart/m-p/167736#M39176</guid>
      <dc:creator />
      <dc:date>2010-11-02T10:41:41Z</dc:date>
    </item>
    <item>
      <title>Display Sector,Industry,Company in Line Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Display-Sector-Industry-Company-in-Line-Chart/m-p/167737#M39177</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;look at the script. Now your datamodell looks better. If you like, you can go on with joining, but it is not necessary. And you can comment the redundant fields like Sector and Sectorname in the Script.&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Roland&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE ___default_attr="plain" class="jive_text_macro jive_macro_code" jivemacro="code"&gt;&lt;BR /&gt;//First Table to load:&lt;BR /&gt;Value:&lt;BR /&gt;LOAD CompanyID,&lt;BR /&gt; Month,&lt;BR /&gt; Year,&lt;BR /&gt; GrossProfitMargin&lt;BR /&gt;FROM&lt;BR /&gt;[.\test.xls]&lt;BR /&gt;(biff, embedded labels, table is Sheet2$);&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Company:&lt;BR /&gt;LOAD CompanyName,&lt;BR /&gt; CompanyID,&lt;BR /&gt; IndustryID&lt;BR /&gt;FROM&lt;BR /&gt;test.xls&lt;BR /&gt;(biff, embedded labels, table is Sheet1$);&lt;BR /&gt;&lt;BR /&gt;Industries:&lt;BR /&gt;LOAD Industries,&lt;BR /&gt; Industries as Industry,&lt;BR /&gt; IndustryID,&lt;BR /&gt; SectorID&lt;BR /&gt;FROM&lt;BR /&gt;test.xls&lt;BR /&gt;(biff, embedded labels, table is Sheet4$);&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Sector:&lt;BR /&gt;Join (Industries) // put the two tables in one together&lt;BR /&gt;LOAD Sector,&lt;BR /&gt; Sector as SectorName,&lt;BR /&gt; SectorID&lt;BR /&gt;FROM&lt;BR /&gt;test.xls&lt;BR /&gt;(biff, embedded labels, table is Sheet3$);&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;//tempSector:&lt;BR /&gt;//LOAD Sector as SectorName&lt;BR /&gt;//FROM&lt;BR /&gt;//test.xls&lt;BR /&gt;//(biff, embedded labels, table is Sheet3$);&lt;BR /&gt;&lt;BR /&gt;//tempIndustries:&lt;BR /&gt;//LOAD Industries as Industry&lt;BR /&gt;//FROM&lt;BR /&gt;//test.xls&lt;BR /&gt;//(biff, embedded labels, table is Sheet4$);&amp;lt;/body&amp;gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Nov 2010 13:18:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Display-Sector-Industry-Company-in-Line-Chart/m-p/167737#M39177</guid>
      <dc:creator />
      <dc:date>2010-11-02T13:18:13Z</dc:date>
    </item>
    <item>
      <title>Display Sector,Industry,Company in Line Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Display-Sector-Industry-Company-in-Line-Chart/m-p/167738#M39178</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;Its necessary to show the redundant data like sector and sectorname..&lt;/P&gt;&lt;P&gt;Sector is having link with industries and Companies&lt;/P&gt;&lt;P&gt;but SectorName is not having any link...&lt;/P&gt;&lt;P&gt;Its used to do the comparison...&lt;/P&gt;&lt;H3&gt;my req is to show the selecte sector,Industries and companies in the single line chart...&lt;/H3&gt;&lt;P&gt;Could anyone help me...&lt;/P&gt;&lt;P&gt;thanks in advance..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Nov 2010 05:02:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Display-Sector-Industry-Company-in-Line-Chart/m-p/167738#M39178</guid>
      <dc:creator />
      <dc:date>2010-11-03T05:02:23Z</dc:date>
    </item>
  </channel>
</rss>

