<?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: Create star schema in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Create-star-schema/m-p/352353#M703146</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It's up to you&lt;/P&gt;&lt;P&gt;I think you can link all the tables where each donor_id has only one value (cellno, edress, etc)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 16 Jul 2012 12:30:32 GMT</pubDate>
    <dc:creator />
    <dc:date>2012-07-16T12:30:32Z</dc:date>
    <item>
      <title>Create star schema</title>
      <link>https://community.qlik.com/t5/QlikView/Create-star-schema/m-p/352347#M703140</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please see the attached file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have problems joining my tables to create a start schema, when I join table Donors with table Donor_Email and Donor_Cellphone. Count(DONOR_ID) returns way to many occurrences... &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is this the right way to perform a join to create star shema or what am I doing wrong?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Databyran&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jul 2012 12:06:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-star-schema/m-p/352347#M703140</guid>
      <dc:creator />
      <dc:date>2012-07-16T12:06:41Z</dc:date>
    </item>
    <item>
      <title>Re: Create star schema</title>
      <link>https://community.qlik.com/t5/QlikView/Create-star-schema/m-p/352348#M703141</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;Note that Count() return the number of rows with any value in DONOR_ID. If one table has more than one record for the same value in the field DONOR_ID Count() will return the larger number.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Miguel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jul 2012 12:12:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-star-schema/m-p/352348#M703141</guid>
      <dc:creator>Miguel_Angel_Baeyens</dc:creator>
      <dc:date>2012-07-16T12:12:54Z</dc:date>
    </item>
    <item>
      <title>Re: Create star schema</title>
      <link>https://community.qlik.com/t5/QlikView/Create-star-schema/m-p/352349#M703142</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;probably script error&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;send a qvw file or part of the script&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/wink.png" /&gt;don't you think there are to many tables?:)&lt;/P&gt;&lt;P&gt;Donor_Birthyear&lt;/P&gt;&lt;P&gt;Donor_HasEmail&lt;/P&gt;&lt;P&gt;Donor_PhoneNo&lt;/P&gt;&lt;P&gt;Donor_Emaila&lt;/P&gt;&lt;P&gt;Donor_Cellph&lt;/P&gt;&lt;P&gt;Donor_Zipcode&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it could be one table:)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jul 2012 12:13:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-star-schema/m-p/352349#M703142</guid>
      <dc:creator />
      <dc:date>2012-07-16T12:13:11Z</dc:date>
    </item>
    <item>
      <title>Re: Create star schema</title>
      <link>https://community.qlik.com/t5/QlikView/Create-star-schema/m-p/352350#M703143</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, i know. But is it "ok" to have several DONOR_ID since this is the key for a uniqe donor?&lt;/P&gt;&lt;P&gt;I can solve it by adding DISTINCT but i am wondering if it is okay to have the same DONOR_ID several times?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Databyran&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jul 2012 12:24:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-star-schema/m-p/352350#M703143</guid>
      <dc:creator />
      <dc:date>2012-07-16T12:24:26Z</dc:date>
    </item>
    <item>
      <title>Re: Create star schema</title>
      <link>https://community.qlik.com/t5/QlikView/Create-star-schema/m-p/352351#M703144</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, I know there is too many tables, thats why I want to join those tables.&lt;/P&gt;&lt;P&gt;Should I join all tables that have DONOR_ID in common?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Databyran&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jul 2012 12:25:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-star-schema/m-p/352351#M703144</guid>
      <dc:creator />
      <dc:date>2012-07-16T12:25:55Z</dc:date>
    </item>
    <item>
      <title>Re: Create star schema</title>
      <link>https://community.qlik.com/t5/QlikView/Create-star-schema/m-p/352352#M703145</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;Yes, supposedly the DISTINCT will return the number of unique values in the field. Anyway, joining tables (or using mapping tables) to reduce the number of existing tables in the model and simpilfying will help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Think of records where the DONOR_ID might be null, but not the other fields (probably mistakes when entering data).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Miguel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jul 2012 12:26:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-star-schema/m-p/352352#M703145</guid>
      <dc:creator>Miguel_Angel_Baeyens</dc:creator>
      <dc:date>2012-07-16T12:26:40Z</dc:date>
    </item>
    <item>
      <title>Re: Create star schema</title>
      <link>https://community.qlik.com/t5/QlikView/Create-star-schema/m-p/352353#M703146</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It's up to you&lt;/P&gt;&lt;P&gt;I think you can link all the tables where each donor_id has only one value (cellno, edress, etc)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jul 2012 12:30:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-star-schema/m-p/352353#M703146</guid>
      <dc:creator />
      <dc:date>2012-07-16T12:30:32Z</dc:date>
    </item>
    <item>
      <title>Re: Create star schema</title>
      <link>https://community.qlik.com/t5/QlikView/Create-star-schema/m-p/352354#M703147</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok, so I am not able to get a "clean" star schema in this case because I have several tables where donor_id appers several times?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Databyran&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jul 2012 12:32:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-star-schema/m-p/352354#M703147</guid>
      <dc:creator />
      <dc:date>2012-07-16T12:32:53Z</dc:date>
    </item>
    <item>
      <title>Re: Create star schema</title>
      <link>https://community.qlik.com/t5/QlikView/Create-star-schema/m-p/352355#M703148</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I didn't say you can't:)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it's up to you bacouse there are some pros and cons&lt;/P&gt;&lt;P&gt;data structure determines your "layout job"&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jul 2012 12:58:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-star-schema/m-p/352355#M703148</guid>
      <dc:creator />
      <dc:date>2012-07-16T12:58:24Z</dc:date>
    </item>
  </channel>
</rss>

