<?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: Ambiguous while data modeling. in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Ambiguous-while-data-modeling/m-p/1021967#M947247</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Narsing,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What you want exactly? output&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As per my understanding ,try to resolve circular loop for that&lt;/P&gt;&lt;P&gt;1) u can alias the field names individually with in table&lt;/P&gt;&lt;P&gt;2) Remove unnecessary columns from script&lt;/P&gt;&lt;P&gt;3) try to use Qualify &amp;amp; Un-qualify&amp;nbsp; fields depends on ur requirement&lt;/P&gt;&lt;P&gt;else please create a temp excel file with your data then we will send example qvw file with your output&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 05 Jan 2016 10:25:26 GMT</pubDate>
    <dc:creator>ramasaisaksoft</dc:creator>
    <dc:date>2016-01-05T10:25:26Z</dc:date>
    <item>
      <title>Ambiguous while data modeling.</title>
      <link>https://community.qlik.com/t5/QlikView/Ambiguous-while-data-modeling/m-p/1021965#M947245</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;I have loaded data from Oracle DB of (BI data)&lt;/P&gt;&lt;P&gt;Loaded data is SALES, PRODUCTS, CUSTOMER, COUNTRY, PROMOTIONS,TIMES,COSTS.&lt;/P&gt;&lt;P&gt;Applied Inner Join for (Product and cost) &amp;amp; (Country and Time).&lt;/P&gt;&lt;P&gt;I have done this to avoid Synthetic keys but now all table are directly or indirectly attached to Product table.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Data Model.PNG" class="jive-image image-1" src="/legacyfs/online/110569_Data Model.PNG" style="height: 302px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Jan 2016 05:38:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Ambiguous-while-data-modeling/m-p/1021965#M947245</guid>
      <dc:creator />
      <dc:date>2016-01-05T05:38:13Z</dc:date>
    </item>
    <item>
      <title>Re: Ambiguous while data modeling.</title>
      <link>https://community.qlik.com/t5/QlikView/Ambiguous-while-data-modeling/m-p/1021966#M947246</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Narsing,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Remove circular loop from your data model.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Remove or Rename your CHANNEL_ID as the circular loop can be removed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards,&lt;/P&gt;&lt;P&gt;Ishfaque Ahmed&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Jan 2016 09:54:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Ambiguous-while-data-modeling/m-p/1021966#M947246</guid>
      <dc:creator>engishfaque</dc:creator>
      <dc:date>2016-01-05T09:54:57Z</dc:date>
    </item>
    <item>
      <title>Re: Ambiguous while data modeling.</title>
      <link>https://community.qlik.com/t5/QlikView/Ambiguous-while-data-modeling/m-p/1021967#M947247</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Narsing,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What you want exactly? output&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As per my understanding ,try to resolve circular loop for that&lt;/P&gt;&lt;P&gt;1) u can alias the field names individually with in table&lt;/P&gt;&lt;P&gt;2) Remove unnecessary columns from script&lt;/P&gt;&lt;P&gt;3) try to use Qualify &amp;amp; Un-qualify&amp;nbsp; fields depends on ur requirement&lt;/P&gt;&lt;P&gt;else please create a temp excel file with your data then we will send example qvw file with your output&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Jan 2016 10:25:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Ambiguous-while-data-modeling/m-p/1021967#M947247</guid>
      <dc:creator>ramasaisaksoft</dc:creator>
      <dc:date>2016-01-05T10:25:26Z</dc:date>
    </item>
    <item>
      <title>Re: Ambiguous while data modeling.</title>
      <link>https://community.qlik.com/t5/QlikView/Ambiguous-while-data-modeling/m-p/1021968#M947248</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;IMHO you should connect dimension tables as much as possible to your facts table (SALES). A quick way to do this is to detach PROD from COUNTRY (?) and attach PROD to SALES by way of PROD ID. If you have time- &amp;amp; channel-based records in your products table, create a composite key from PROD ID, CHANNEL ID and TIME to connect PROD to SALES.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But to be able to create a correct data model, we need to know what these tables and fields really contain. I hope you do know what's in them. Can you shed some light on these tables?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Jan 2016 10:37:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Ambiguous-while-data-modeling/m-p/1021968#M947248</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2016-01-05T10:37:01Z</dc:date>
    </item>
  </channel>
</rss>

