<?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: How many fact tables will be there in star schema? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-many-fact-tables-will-be-there-in-star-schema/m-p/702968#M1053023</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Nice replay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 24 Nov 2014 17:38:55 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-11-24T17:38:55Z</dc:date>
    <item>
      <title>How many fact tables will be there in star schema?</title>
      <link>https://community.qlik.com/t5/QlikView/How-many-fact-tables-will-be-there-in-star-schema/m-p/702956#M1053002</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How many fact tables will be there in star schema?if it is more then one how to make them connected.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Oct 2014 11:58:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-many-fact-tables-will-be-there-in-star-schema/m-p/702956#M1053002</guid>
      <dc:creator />
      <dc:date>2014-10-27T11:58:24Z</dc:date>
    </item>
    <item>
      <title>Re: How many fact tables will be there in star schema?</title>
      <link>https://community.qlik.com/t5/QlikView/How-many-fact-tables-will-be-there-in-star-schema/m-p/702957#M1053004</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Star schema contains only one fact table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you have morethan one fact table then if you are going to imploment star schema then concatinate the fact tables into 1 fact table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;load * from fact1;&lt;/P&gt;&lt;P&gt;concatenate&lt;/P&gt;&lt;P&gt;load * from fact2;&lt;/P&gt;&lt;P&gt;concatenate&lt;/P&gt;&lt;P&gt;load * from fact3;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Oct 2014 12:04:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-many-fact-tables-will-be-there-in-star-schema/m-p/702957#M1053004</guid>
      <dc:creator />
      <dc:date>2014-10-27T12:04:07Z</dc:date>
    </item>
    <item>
      <title>Re: How many fact tables will be there in star schema?</title>
      <link>https://community.qlik.com/t5/QlikView/How-many-fact-tables-will-be-there-in-star-schema/m-p/702958#M1053007</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There is only one fact table in the Star schema if you have to use more than one then use the link tables in between them which is used as the reference table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Anand&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Oct 2014 12:04:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-many-fact-tables-will-be-there-in-star-schema/m-p/702958#M1053007</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2014-10-27T12:04:49Z</dc:date>
    </item>
    <item>
      <title>Re: How many fact tables will be there in star schema?</title>
      <link>https://community.qlik.com/t5/QlikView/How-many-fact-tables-will-be-there-in-star-schema/m-p/702959#M1053009</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As per Star Schema,,will say only one fact table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But in real time don't think only one fact table was possible.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We can join multiple fact tables in to single table.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Oct 2014 12:08:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-many-fact-tables-will-be-there-in-star-schema/m-p/702959#M1053009</guid>
      <dc:creator>vardhancse</dc:creator>
      <dc:date>2014-10-27T12:08:25Z</dc:date>
    </item>
    <item>
      <title>Re: How many fact tables will be there in star schema?</title>
      <link>https://community.qlik.com/t5/QlikView/How-many-fact-tables-will-be-there-in-star-schema/m-p/702960#M1053011</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Anand,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can you please give me any simple example with sample date how two fact tables will be linked and how can we test combination of links while testing data integrity like combination can i get total output data.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Oct 2014 12:08:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-many-fact-tables-will-be-there-in-star-schema/m-p/702960#M1053011</guid>
      <dc:creator />
      <dc:date>2014-10-27T12:08:35Z</dc:date>
    </item>
    <item>
      <title>Re: How many fact tables will be there in star schema?</title>
      <link>https://community.qlik.com/t5/QlikView/How-many-fact-tables-will-be-there-in-star-schema/m-p/702961#M1053013</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sasi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have one query is it posiible to make&amp;nbsp; join bw two facts?if it is can u please give sample example.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Oct 2014 12:22:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-many-fact-tables-will-be-there-in-star-schema/m-p/702961#M1053013</guid>
      <dc:creator />
      <dc:date>2014-10-27T12:22:43Z</dc:date>
    </item>
    <item>
      <title>Re: How many fact tables will be there in star schema?</title>
      <link>https://community.qlik.com/t5/QlikView/How-many-fact-tables-will-be-there-in-star-schema/m-p/702962#M1053015</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We can join 2 fact tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ABC:&lt;/P&gt;&lt;P&gt;LOAD &lt;/P&gt;&lt;P&gt;A,&lt;/P&gt;&lt;P&gt;B,&lt;/P&gt;&lt;P&gt;C&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From Table_1;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Left join(ABC)&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;A,&lt;/P&gt;&lt;P&gt;D,&lt;/P&gt;&lt;P&gt;E&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From Table_2;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Oct 2014 05:40:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-many-fact-tables-will-be-there-in-star-schema/m-p/702962#M1053015</guid>
      <dc:creator>vardhancse</dc:creator>
      <dc:date>2014-10-28T05:40:43Z</dc:date>
    </item>
    <item>
      <title>Re: How many fact tables will be there in star schema?</title>
      <link>https://community.qlik.com/t5/QlikView/How-many-fact-tables-will-be-there-in-star-schema/m-p/702963#M1053017</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Venu,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Generally there is one fact table and n dimension tables surrounding it, if you have more than one Fact table, then you can convert to one fact table using concatenate like below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TransactionData:&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;ProductID,&lt;/P&gt;&lt;P&gt;BranchID,&lt;/P&gt;&lt;P&gt;Sales,&lt;/P&gt;&lt;P&gt;'Sales' AS Flag&lt;/P&gt;&lt;P&gt;FROM FactTable1;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Concatenate(TransactionData)&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;ProductID,&lt;/P&gt;&lt;P&gt;BranchID,&lt;/P&gt;&lt;P&gt;Budget,&lt;/P&gt;&lt;P&gt;'Budget' AS Flag&lt;/P&gt;&lt;P&gt;FROM FactTable2;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Product:&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;*&lt;/P&gt;&lt;P&gt;FROM PRoduct;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Branch:&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;*&lt;/P&gt;&lt;P&gt;FROM Branch&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or if both are different data then try to generate the data model like below&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="69830" alt="galaxy.jpg" class="jive-image" src="https://community.qlik.com/legacyfs/online/69830_galaxy.jpg" style="width: 620px; height: 357px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Oct 2014 06:24:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-many-fact-tables-will-be-there-in-star-schema/m-p/702963#M1053017</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2014-10-28T06:24:00Z</dc:date>
    </item>
    <item>
      <title>Re: How many fact tables will be there in star schema?</title>
      <link>https://community.qlik.com/t5/QlikView/How-many-fact-tables-will-be-there-in-star-schema/m-p/702964#M1053019</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jagan&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank u so much,&lt;/P&gt;&lt;P&gt;can u please give me clarification about flags.'Sales' as flag?????(why this).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Oct 2014 16:05:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-many-fact-tables-will-be-there-in-star-schema/m-p/702964#M1053019</guid>
      <dc:creator />
      <dc:date>2014-10-28T16:05:23Z</dc:date>
    </item>
    <item>
      <title>Re: How many fact tables will be there in star schema?</title>
      <link>https://community.qlik.com/t5/QlikView/How-many-fact-tables-will-be-there-in-star-schema/m-p/702965#M1053020</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Flags are used to identify from which Source table the record belongs to, if you don't have this flag you don't have any clue from which table particular row belongs to, since we are concatenating multiple tables.&amp;nbsp; It is a good practice to arrive a flag in script, latest it would be very useful for troubleshooting if there is any issues.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you got the answer please close this thread by giving Correct Answer to the useful post.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Oct 2014 01:41:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-many-fact-tables-will-be-there-in-star-schema/m-p/702965#M1053020</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2014-10-29T01:41:08Z</dc:date>
    </item>
    <item>
      <title>Re: How many fact tables will be there in star schema?</title>
      <link>https://community.qlik.com/t5/QlikView/How-many-fact-tables-will-be-there-in-star-schema/m-p/702966#M1053021</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In general we should have one star schema to make avoid many associations.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can have more than one fact table as Jagan said.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR/Chinna Katiki&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Oct 2014 03:16:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-many-fact-tables-will-be-there-in-star-schema/m-p/702966#M1053021</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-10-29T03:16:18Z</dc:date>
    </item>
    <item>
      <title>Re: How many fact tables will be there in star schema?</title>
      <link>https://community.qlik.com/t5/QlikView/How-many-fact-tables-will-be-there-in-star-schema/m-p/702967#M1053022</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is just to avoid the confusion about what type of fact data you are reading into your UI..it is a best practice to differentiate the fact data if both fact tables are having similar kind of column structure.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Chinna&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Oct 2014 03:23:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-many-fact-tables-will-be-there-in-star-schema/m-p/702967#M1053022</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-10-29T03:23:17Z</dc:date>
    </item>
    <item>
      <title>Re: How many fact tables will be there in star schema?</title>
      <link>https://community.qlik.com/t5/QlikView/How-many-fact-tables-will-be-there-in-star-schema/m-p/702968#M1053023</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Nice replay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Nov 2014 17:38:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-many-fact-tables-will-be-there-in-star-schema/m-p/702968#M1053023</guid>
      <dc:creator />
      <dc:date>2014-11-24T17:38:55Z</dc:date>
    </item>
    <item>
      <title>Re: How many fact tables will be there in star schema?</title>
      <link>https://community.qlik.com/t5/QlikView/How-many-fact-tables-will-be-there-in-star-schema/m-p/1930576#M1218954</link>
      <description>&lt;P&gt;hello&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/22678"&gt;@jagan&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This scheme it's really interesting for me.&lt;BR /&gt;&lt;BR /&gt;Actually I have the problem that I build a model with more fact table.&lt;BR /&gt;&lt;BR /&gt;This is the link at the post in the qlik forum...&lt;BR /&gt;&lt;A href="https://community.qlik.com/t5/New-to-Qlik-Sense/Star-schema-suggestion/m-p/1929149#M205415" target="_blank"&gt;https://community.qlik.com/t5/New-to-Qlik-Sense/Star-schema-suggestion/m-p/1929149#M205415&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;can you help me?&lt;/P&gt;</description>
      <pubDate>Fri, 13 May 2022 17:53:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-many-fact-tables-will-be-there-in-star-schema/m-p/1930576#M1218954</guid>
      <dc:creator>alexandernatale</dc:creator>
      <dc:date>2022-05-13T17:53:48Z</dc:date>
    </item>
    <item>
      <title>Re: How many fact tables will be there in star schema?</title>
      <link>https://community.qlik.com/t5/QlikView/How-many-fact-tables-will-be-there-in-star-schema/m-p/1931495#M1218987</link>
      <description>&lt;P&gt;This is going to be an Unpopular Opinion, but I disagree with comments stating that a Star Schema can only have ONE Fact table&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT size="4"&gt;As long as your Model Resembles a STAR its a STAR schema&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size="4"&gt;If your Model Resembles a SNOWFLAKE its a SNOWFLAKE schema&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 17 May 2022 07:50:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-many-fact-tables-will-be-there-in-star-schema/m-p/1931495#M1218987</guid>
      <dc:creator>vinieme12</dc:creator>
      <dc:date>2022-05-17T07:50:38Z</dc:date>
    </item>
    <item>
      <title>Re: How many fact tables will be there in star schema?</title>
      <link>https://community.qlik.com/t5/QlikView/How-many-fact-tables-will-be-there-in-star-schema/m-p/1931644#M1218994</link>
      <description>&lt;DIV class="_3cjCphgls6DH-irkVaA0GM " data-testid="comment"&gt;
&lt;DIV class="_292iotee39Lmt0MkQZ2hPV RichTextJSON-root"&gt;
&lt;P class="_1qeIAgB0cPwnLhDF9XSiJM"&gt;You should not connect fact tables directly. If it's the same transaction, combine the fact tables in a single one. Otherwise find the dimension that allow you to Analyse them both simultaneously&lt;/P&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;DIV class="_3KgrO85L1p9wQbgwG27q4y"&gt;
&lt;DIV id="vote-arrows-t1_i54hdwn" class="_1E9mcoVn4MYnuBQSVDt1gC _2oM1YqCxIwkvwyeZamWwhW _1ewTEGuogtFmDvDII2T2Yy"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;/DIV&gt;</description>
      <pubDate>Tue, 17 May 2022 10:40:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-many-fact-tables-will-be-there-in-star-schema/m-p/1931644#M1218994</guid>
      <dc:creator>MiguelHathaway</dc:creator>
      <dc:date>2022-05-17T10:40:30Z</dc:date>
    </item>
    <item>
      <title>Re: How many fact tables will be there in star schema?</title>
      <link>https://community.qlik.com/t5/QlikView/How-many-fact-tables-will-be-there-in-star-schema/m-p/1931711#M1218995</link>
      <description>&lt;P&gt;I believe that the scheme proposed by&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/22678"&gt;@jagan&lt;/a&gt;&amp;nbsp;is quite functional. The fact tables cannot be linked together because they are too different production factors and different traces.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In the&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/22678"&gt;@jagan&lt;/a&gt;&amp;nbsp;model there is 2 table fact connected to more dimension table...&lt;BR /&gt;With this method the star scheme&amp;nbsp;it will have a heart (made up of one or more table facts) and then the dimensions tables.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 17 May 2022 12:02:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-many-fact-tables-will-be-there-in-star-schema/m-p/1931711#M1218995</guid>
      <dc:creator>alexandernatale</dc:creator>
      <dc:date>2022-05-17T12:02:45Z</dc:date>
    </item>
    <item>
      <title>Re: How many fact tables will be there in star schema?</title>
      <link>https://community.qlik.com/t5/QlikView/How-many-fact-tables-will-be-there-in-star-schema/m-p/2103951#M1224371</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/22678"&gt;@jagan&lt;/a&gt;&amp;nbsp;If both the FACT table have different data as in your diagram is that also is considered as Star Schema? Generally they say Star Schema can have only one FACT table. Please confirm...&lt;/P&gt;</description>
      <pubDate>Wed, 09 Aug 2023 10:25:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-many-fact-tables-will-be-there-in-star-schema/m-p/2103951#M1224371</guid>
      <dc:creator>qlikviewforum</dc:creator>
      <dc:date>2023-08-09T10:25:36Z</dc:date>
    </item>
    <item>
      <title>Re: How many fact tables will be there in star schema?</title>
      <link>https://community.qlik.com/t5/QlikView/How-many-fact-tables-will-be-there-in-star-schema/m-p/2486288#M1226174</link>
      <description>&lt;P&gt;So in this case if I have to check for a city e.g. New York City, how would I get all the retailers, products, sales, purchases, suppliers for it because we have different named dimensions here e.g. sup_city, ret_city&lt;BR /&gt;&lt;BR /&gt;Also in this case we may end up with circular reference in Qlik ( i am, not so sure) but it looks like it will e.g. time &amp;gt; sales &amp;gt; products &amp;gt; purchase &amp;gt; time&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 09 Oct 2024 19:47:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-many-fact-tables-will-be-there-in-star-schema/m-p/2486288#M1226174</guid>
      <dc:creator>mansoorsheraz</dc:creator>
      <dc:date>2024-10-09T19:47:53Z</dc:date>
    </item>
  </channel>
</rss>

