<?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 Does LASR Star Schema support any other join condition besides the inner join in SAS Visual Analytics</title>
    <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Does-LASR-Star-Schema-support-any-other-join-condition-besides/m-p/460501#M10118</link>
    <description>&lt;P&gt;Hi everybody,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;the question is:&lt;/P&gt;&lt;P&gt;does LASR Star Schema support any other join condition besides the inner join?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I don't know how to change this condition.&lt;/P&gt;&lt;P&gt;It seems to me so strange&amp;nbsp;the impossibility to change the join condition in a star schema.&lt;/P&gt;&lt;P&gt;May be by editing the code? How?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please help me.&lt;/P&gt;&lt;P&gt;Thank you very much.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Gabriele&lt;/P&gt;</description>
    <pubDate>Mon, 07 May 2018 16:26:49 GMT</pubDate>
    <dc:creator>gabras</dc:creator>
    <dc:date>2018-05-07T16:26:49Z</dc:date>
    <item>
      <title>Does LASR Star Schema support any other join condition besides the inner join</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Does-LASR-Star-Schema-support-any-other-join-condition-besides/m-p/460501#M10118</link>
      <description>&lt;P&gt;Hi everybody,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;the question is:&lt;/P&gt;&lt;P&gt;does LASR Star Schema support any other join condition besides the inner join?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I don't know how to change this condition.&lt;/P&gt;&lt;P&gt;It seems to me so strange&amp;nbsp;the impossibility to change the join condition in a star schema.&lt;/P&gt;&lt;P&gt;May be by editing the code? How?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please help me.&lt;/P&gt;&lt;P&gt;Thank you very much.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Gabriele&lt;/P&gt;</description>
      <pubDate>Mon, 07 May 2018 16:26:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/Does-LASR-Star-Schema-support-any-other-join-condition-besides/m-p/460501#M10118</guid>
      <dc:creator>gabras</dc:creator>
      <dc:date>2018-05-07T16:26:49Z</dc:date>
    </item>
    <item>
      <title>Re: Does LASR Star Schema support any other join condition besides the inner join</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Does-LASR-Star-Schema-support-any-other-join-condition-besides/m-p/460921#M10136</link>
      <description>The general idea if star schemas is to use inner joins, one reason is performance. &lt;BR /&gt;Why do you need (I presume) outer joins?&lt;BR /&gt;Insert MISSING keys in your dimensions if you are not able to manage it in some other way during your ETL.</description>
      <pubDate>Wed, 09 May 2018 06:15:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/Does-LASR-Star-Schema-support-any-other-join-condition-besides/m-p/460921#M10136</guid>
      <dc:creator>LinusH</dc:creator>
      <dc:date>2018-05-09T06:15:58Z</dc:date>
    </item>
    <item>
      <title>Re: Does LASR Star Schema support any other join condition besides the inner join</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Does-LASR-Star-Schema-support-any-other-join-condition-besides/m-p/460937#M10140</link>
      <description>&lt;P&gt;Hi LinusH,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thank you for your reply.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have my fact table that is composed by cases, which are interactions between customers and the company.&lt;/P&gt;&lt;P&gt;Every case is identified by 3 values, but sometimes we have a 4th value.&lt;/P&gt;&lt;P&gt;This 4th value is registered in another table, dim_service.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I would like to join the fact table and the dim_service without loosing all the other cases.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Gabriele&lt;/P&gt;</description>
      <pubDate>Wed, 09 May 2018 09:46:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/Does-LASR-Star-Schema-support-any-other-join-condition-besides/m-p/460937#M10140</guid>
      <dc:creator>gabras</dc:creator>
      <dc:date>2018-05-09T09:46:05Z</dc:date>
    </item>
    <item>
      <title>Re: Does LASR Star Schema support any other join condition besides the inner join</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Does-LASR-Star-Schema-support-any-other-join-condition-besides/m-p/461122#M10144</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13674"&gt;@LinusH&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;is it possible that the LASR Schema doesn't perform a Inner join.&lt;/P&gt;&lt;P&gt;I have this two table, the fact one which is about 10 M records and the dimension table which is 1 M records.&lt;/P&gt;&lt;P&gt;The Output table have the same records of the fact table.&lt;/P&gt;&lt;P&gt;Is it possible?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Could you help me?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 09 May 2018 17:01:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/Does-LASR-Star-Schema-support-any-other-join-condition-besides/m-p/461122#M10144</guid>
      <dc:creator>gabras</dc:creator>
      <dc:date>2018-05-09T17:01:17Z</dc:date>
    </item>
    <item>
      <title>Re: Does LASR Star Schema support any other join condition besides the inner join</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Does-LASR-Star-Schema-support-any-other-join-condition-besides/m-p/461206#M10150</link>
      <description>If you use no of observations as a way understanding your data model, your are on the wrong track.&lt;BR /&gt;The key here is to make sure that your fact table has a FK value on each row.</description>
      <pubDate>Wed, 09 May 2018 21:30:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/Does-LASR-Star-Schema-support-any-other-join-condition-besides/m-p/461206#M10150</guid>
      <dc:creator>LinusH</dc:creator>
      <dc:date>2018-05-09T21:30:20Z</dc:date>
    </item>
    <item>
      <title>Re: Does LASR Star Schema support any other join condition besides the inner join</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Does-LASR-Star-Schema-support-any-other-join-condition-besides/m-p/461276#M10152</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13674"&gt;@LinusH&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;of course the table has a foreign key.&lt;/P&gt;&lt;P&gt;Maybe i was not able to express my problem in the correct way.&lt;/P&gt;&lt;P&gt;The problem here is that i'm not understanding the behaviour of VA performing Star Schema: the output it shows it is not what i expect.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for you support&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; Gabriele&lt;/P&gt;</description>
      <pubDate>Thu, 10 May 2018 09:57:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/Does-LASR-Star-Schema-support-any-other-join-condition-besides/m-p/461276#M10152</guid>
      <dc:creator>gabras</dc:creator>
      <dc:date>2018-05-10T09:57:25Z</dc:date>
    </item>
    <item>
      <title>Re: Does LASR Star Schema support any other join condition besides the inner join</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Does-LASR-Star-Schema-support-any-other-join-condition-besides/m-p/462943#M10227</link>
      <description>&lt;P&gt;Hi &lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13674"&gt;@LinusH&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;i keep on not understanding so well how the LASR Schema works.&lt;/P&gt;&lt;P&gt;I have one fact table 10M records and one dimension table 1M records. The cardinality it's 1 to n.&lt;/P&gt;&lt;P&gt;Viewing the output i understand that:&lt;/P&gt;&lt;P&gt;- VA performs an inner join&lt;/P&gt;&lt;P&gt;- VA performs a sort by key: using the output table in an Exploration if i filter for a specific value, which should have two rows (i tried the query on Guide), i can see only the first row.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Could you help me?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;</description>
      <pubDate>Thu, 17 May 2018 08:07:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/Does-LASR-Star-Schema-support-any-other-join-condition-besides/m-p/462943#M10227</guid>
      <dc:creator>gabras</dc:creator>
      <dc:date>2018-05-17T08:07:13Z</dc:date>
    </item>
  </channel>
</rss>

