<?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: Re: Always show objective in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Always-show-objective/m-p/578964#M683071</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;People, i send an example&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;as you can see if you chosee any month year of 2014, the objective desapear&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thank you again for your help!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Fernando&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 13 Feb 2014 01:28:56 GMT</pubDate>
    <dc:creator>fkeuroglian</dc:creator>
    <dc:date>2014-02-13T01:28:56Z</dc:date>
    <item>
      <title>Always show objective</title>
      <link>https://community.qlik.com/t5/QlikView/Always-show-objective/m-p/578961#M683068</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, people&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a problem and i would like to know how recommend you to solve this :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a fact table(sales table) that have all the facturation, this fact tables have some key , like Canal, zone and others , now i have&amp;nbsp; a new requirement and i have to add Objective to this Canal and zone.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;I do it, but my problem is that i can see the future objetive, if i have no facturation ... for example , i cant see the objective of march or april 2014 because in my fact table there is no facturation about these months.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;i create a table that have a relation with the fact table with a composed key.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what change in my model do you recommend and if you have an example would be better!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sorry for my english, hope you can understand me!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thank you a lot&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Fernando&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Feb 2014 23:58:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Always-show-objective/m-p/578961#M683068</guid>
      <dc:creator>fkeuroglian</dc:creator>
      <dc:date>2014-02-12T23:58:25Z</dc:date>
    </item>
    <item>
      <title>Re: Always show objective</title>
      <link>https://community.qlik.com/t5/QlikView/Always-show-objective/m-p/578962#M683069</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As per your statements the Objective data must have the date field and you fact table must have the date field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Create the link table that connects you fact table and future Objectives and Calender.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TempLinkTable:&lt;/P&gt;&lt;P&gt;LOAD DISTINCT Canal, Zone , Date Resident FactTable;&lt;/P&gt;&lt;P&gt;Concatenate (TempLinkTable)&lt;/P&gt;&lt;P&gt;LOAD DISTINCT Canal, Zone , Date From Objective Data;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LinkTable:&lt;/P&gt;&lt;P&gt;LOAD AUTONUMBER(Canal&amp;amp;'-'&amp;amp;Zone&amp;amp;Date) AS %FACT_KEY ,&lt;/P&gt;&lt;P&gt;AUTONUMBER(Canal&amp;amp;'-'&amp;amp;Zone&amp;amp;Date) AS %OBJECTIVE_KEY ,&lt;/P&gt;&lt;P&gt;Date AS %CALENDER_KEY&lt;/P&gt;&lt;P&gt;Resident TempLinkTable;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DROP Table TempLinkTable ;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Based on your requirements you can keep Canal , Zone in the Link Table of fact table.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Feb 2014 00:39:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Always-show-objective/m-p/578962#M683069</guid>
      <dc:creator />
      <dc:date>2014-02-13T00:39:13Z</dc:date>
    </item>
    <item>
      <title>Re: Always show objective</title>
      <link>https://community.qlik.com/t5/QlikView/Always-show-objective/m-p/578963#M683070</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;instead of joining try concatenating your goals and fact table..see script of attached example&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Feb 2014 00:50:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Always-show-objective/m-p/578963#M683070</guid>
      <dc:creator>Alejandro_Hernández</dc:creator>
      <dc:date>2014-02-13T00:50:05Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Always show objective</title>
      <link>https://community.qlik.com/t5/QlikView/Always-show-objective/m-p/578964#M683071</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;People, i send an example&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;as you can see if you chosee any month year of 2014, the objective desapear&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thank you again for your help!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Fernando&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Feb 2014 01:28:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Always-show-objective/m-p/578964#M683071</guid>
      <dc:creator>fkeuroglian</dc:creator>
      <dc:date>2014-02-13T01:28:56Z</dc:date>
    </item>
    <item>
      <title>Re: Always show objective</title>
      <link>https://community.qlik.com/t5/QlikView/Always-show-objective/m-p/578965#M683072</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If Objective data have date &amp;amp; you need to add the date field in your key&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Feb 2014 03:58:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Always-show-objective/m-p/578965#M683072</guid>
      <dc:creator />
      <dc:date>2014-02-13T03:58:02Z</dc:date>
    </item>
  </channel>
</rss>

