<?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: Data preparation option in SAS Visual analytics in SAS Visual Analytics</title>
    <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Data-preparation-option-in-SAS-Visual-analytics/m-p/774132#M15433</link>
    <description>&lt;P&gt;As&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13976"&gt;@SASKiwi&lt;/a&gt;&amp;nbsp;said, it's a better choice to do it in sas studio via code or through a data plan.&lt;/P&gt;
&lt;P&gt;Nevertheless it can be done within the VA report. Right-clicking on the data table gives you several options to join tables.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;What you need to have in mind is the following:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;calculated items are not part of the join&lt;/LI&gt;
&lt;LI&gt;you cannot define a where clause in the join&lt;/LI&gt;
&lt;LI&gt;the report user can only access the resulting table if he has access to the intervening caslibs of the join.&lt;/LI&gt;
&lt;LI&gt;you mentioned 2 years, have in mind that tables can get unloaded from memory. the join to succeed requires the table to be promoted or elsewise having a file with the same name (sashdat or other formats) in the same caslib&amp;nbsp;&lt;/LI&gt;
&lt;/UL&gt;</description>
    <pubDate>Thu, 14 Oct 2021 07:44:46 GMT</pubDate>
    <dc:creator>acordes</dc:creator>
    <dc:date>2021-10-14T07:44:46Z</dc:date>
    <item>
      <title>Data preparation option in SAS Visual analytics</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Data-preparation-option-in-SAS-Visual-analytics/m-p/774108#M15431</link>
      <description>&lt;P&gt;Is there a feature of joining two data sources in SAS VA&amp;nbsp; as part of the data preparation step? If this is possible, is there any special consideration that need to be taken into consideration for the CAS server setup? for e.g if we need to join 2 data sets with 2+ years of data is ok to do the data preparation within SAS VA or outside of SAS VA.&lt;/P&gt;</description>
      <pubDate>Thu, 14 Oct 2021 03:27:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/Data-preparation-option-in-SAS-Visual-analytics/m-p/774108#M15431</guid>
      <dc:creator>JM_VFAU</dc:creator>
      <dc:date>2021-10-14T03:27:16Z</dc:date>
    </item>
    <item>
      <title>Re: Data preparation option in SAS Visual analytics</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Data-preparation-option-in-SAS-Visual-analytics/m-p/774124#M15432</link>
      <description>&lt;P&gt;I recommend joining outside of SAS VA especially if you want a repeatable, automated process. Typically I do all VA data preparation in SAS code, then run this as a scheduled job.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 14 Oct 2021 06:02:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/Data-preparation-option-in-SAS-Visual-analytics/m-p/774124#M15432</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2021-10-14T06:02:53Z</dc:date>
    </item>
    <item>
      <title>Re: Data preparation option in SAS Visual analytics</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Data-preparation-option-in-SAS-Visual-analytics/m-p/774132#M15433</link>
      <description>&lt;P&gt;As&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13976"&gt;@SASKiwi&lt;/a&gt;&amp;nbsp;said, it's a better choice to do it in sas studio via code or through a data plan.&lt;/P&gt;
&lt;P&gt;Nevertheless it can be done within the VA report. Right-clicking on the data table gives you several options to join tables.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;What you need to have in mind is the following:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;calculated items are not part of the join&lt;/LI&gt;
&lt;LI&gt;you cannot define a where clause in the join&lt;/LI&gt;
&lt;LI&gt;the report user can only access the resulting table if he has access to the intervening caslibs of the join.&lt;/LI&gt;
&lt;LI&gt;you mentioned 2 years, have in mind that tables can get unloaded from memory. the join to succeed requires the table to be promoted or elsewise having a file with the same name (sashdat or other formats) in the same caslib&amp;nbsp;&lt;/LI&gt;
&lt;/UL&gt;</description>
      <pubDate>Thu, 14 Oct 2021 07:44:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/Data-preparation-option-in-SAS-Visual-analytics/m-p/774132#M15433</guid>
      <dc:creator>acordes</dc:creator>
      <dc:date>2021-10-14T07:44:46Z</dc:date>
    </item>
    <item>
      <title>Re: Data preparation option in SAS Visual analytics</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Data-preparation-option-in-SAS-Visual-analytics/m-p/774207#M15437</link>
      <description>&lt;P&gt;It is not recommended to&amp;nbsp; join tables in the Visual Analytics report itself, as it can cause performance problems.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 14 Oct 2021 13:03:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/Data-preparation-option-in-SAS-Visual-analytics/m-p/774207#M15437</guid>
      <dc:creator>Madelyn_SAS</dc:creator>
      <dc:date>2021-10-14T13:03:14Z</dc:date>
    </item>
    <item>
      <title>Re: Data preparation option in SAS Visual analytics</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Data-preparation-option-in-SAS-Visual-analytics/m-p/774381#M15447</link>
      <description>&lt;P&gt;Thank you&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13745"&gt;@Madelyn_SAS&lt;/a&gt;&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13976"&gt;@SASKiwi&lt;/a&gt;&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/127222"&gt;@acordes&lt;/a&gt;.&amp;nbsp;Very helpful tips.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I under SAS VA has limited capability to join data sets. Listing some of options possible to combine data sets&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1) Use Data Studio to prepare data by joining various data sources for exploration purpose. This amount of data is limited by the infrastructure resorces.&lt;/P&gt;&lt;P&gt;2) Once the data exploration is done, prepare the data outside of SAS Viya environment if you need the same data set to have 4 or 5 years data.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Does this sound right?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 14 Oct 2021 22:21:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/Data-preparation-option-in-SAS-Visual-analytics/m-p/774381#M15447</guid>
      <dc:creator>JM_VFAU</dc:creator>
      <dc:date>2021-10-14T22:21:15Z</dc:date>
    </item>
  </channel>
</rss>

