<?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: Linking a excel file in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Linking-a-excel-file/m-p/538655#M1144723</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i guess you have a "Date" field or s.th. similar in you calendar and you have the problem of a circular reference if you link the excel table to it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in that case, i think the easiest way is to concatenate your 2 fact tables to one fact table and create a source field.&lt;/P&gt;&lt;P&gt;e.g.&lt;/P&gt;&lt;P&gt;Fact:&lt;/P&gt;&lt;P&gt;load&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;staff name&lt;/P&gt;&lt;P&gt;call date,&lt;/P&gt;&lt;P&gt;'QVD' as Source&lt;/P&gt;&lt;P&gt;.....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;concatenate&amp;nbsp; (Fact)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;Engineer name&lt;/P&gt;&lt;P&gt;roastermonth (which is in different columns),&lt;/P&gt;&lt;P&gt;'Excel' as Source&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in your expressions you can seperate the data in set analysis e.g. sum({&amp;lt;Source={'Excel'}&amp;gt;} ..)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 28 Aug 2013 09:38:43 GMT</pubDate>
    <dc:creator>michael_maeuser</dc:creator>
    <dc:date>2013-08-28T09:38:43Z</dc:date>
    <item>
      <title>Linking a excel file</title>
      <link>https://community.qlik.com/t5/QlikView/Linking-a-excel-file/m-p/538651#M1144717</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;i have a main data model for which i need to map this attached excel.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Main QVD&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;/STRONG&gt;&lt;/P&gt;&lt;P&gt;staff name&lt;/P&gt;&lt;P&gt;call date&lt;/P&gt;&lt;P&gt;.....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;excel file&lt;/P&gt;&lt;P&gt;Engineer name&lt;/P&gt;&lt;P&gt;roastermonth (which is in different columns)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how do i map this both field to find the no. shifts on each engineer in particular month.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Aug 2013 07:55:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Linking-a-excel-file/m-p/538651#M1144717</guid>
      <dc:creator />
      <dc:date>2013-08-28T07:55:39Z</dc:date>
    </item>
    <item>
      <title>Re: Linking a excel file</title>
      <link>https://community.qlik.com/t5/QlikView/Linking-a-excel-file/m-p/538652#M1144719</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG&gt;Hi &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;if your staff name is equal to engineer name(field from your excel) then&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;you can link staff name = engineer name.&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;but for that your both fields should be unique.&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;Thanks &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;Vishal.&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Aug 2013 08:45:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Linking-a-excel-file/m-p/538652#M1144719</guid>
      <dc:creator>VishalWaghole</dc:creator>
      <dc:date>2013-08-28T08:45:39Z</dc:date>
    </item>
    <item>
      <title>Re: Linking a excel file</title>
      <link>https://community.qlik.com/t5/QlikView/Linking-a-excel-file/m-p/538653#M1144721</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You also need to load the excel as a crosstable, just in case you forgot that.&lt;/P&gt;&lt;P&gt;Michael&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Aug 2013 08:59:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Linking-a-excel-file/m-p/538653#M1144721</guid>
      <dc:creator>michael_maeuser</dc:creator>
      <dc:date>2013-08-28T08:59:44Z</dc:date>
    </item>
    <item>
      <title>Re: Linking a excel file</title>
      <link>https://community.qlik.com/t5/QlikView/Linking-a-excel-file/m-p/538654#M1144722</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i have done the crosstable and linked the staff name but how to link roster month to my master calender&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Aug 2013 09:24:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Linking-a-excel-file/m-p/538654#M1144722</guid>
      <dc:creator />
      <dc:date>2013-08-28T09:24:27Z</dc:date>
    </item>
    <item>
      <title>Re: Linking a excel file</title>
      <link>https://community.qlik.com/t5/QlikView/Linking-a-excel-file/m-p/538655#M1144723</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i guess you have a "Date" field or s.th. similar in you calendar and you have the problem of a circular reference if you link the excel table to it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in that case, i think the easiest way is to concatenate your 2 fact tables to one fact table and create a source field.&lt;/P&gt;&lt;P&gt;e.g.&lt;/P&gt;&lt;P&gt;Fact:&lt;/P&gt;&lt;P&gt;load&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;staff name&lt;/P&gt;&lt;P&gt;call date,&lt;/P&gt;&lt;P&gt;'QVD' as Source&lt;/P&gt;&lt;P&gt;.....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;concatenate&amp;nbsp; (Fact)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;Engineer name&lt;/P&gt;&lt;P&gt;roastermonth (which is in different columns),&lt;/P&gt;&lt;P&gt;'Excel' as Source&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in your expressions you can seperate the data in set analysis e.g. sum({&amp;lt;Source={'Excel'}&amp;gt;} ..)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Aug 2013 09:38:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Linking-a-excel-file/m-p/538655#M1144723</guid>
      <dc:creator>michael_maeuser</dc:creator>
      <dc:date>2013-08-28T09:38:43Z</dc:date>
    </item>
    <item>
      <title>Re: Linking a excel file</title>
      <link>https://community.qlik.com/t5/QlikView/Linking-a-excel-file/m-p/538656#M1144724</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;But need to map roster month to calender to filter the data on month on month wise. to find the engg productivity.&lt;BR /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Aug 2013 12:32:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Linking-a-excel-file/m-p/538656#M1144724</guid>
      <dc:creator />
      <dc:date>2013-08-28T12:32:58Z</dc:date>
    </item>
  </channel>
</rss>

