<?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: Append two tables in SAS Visual Analytics in SAS Visual Analytics</title>
    <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Append-two-tables-in-SAS-Visual-Analytics/m-p/858801#M16966</link>
    <description>&lt;P&gt;As&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13794"&gt;@Sam_SAS&lt;/a&gt;&amp;nbsp;mentioned, there is no way to append tables within Visual Analytics itself. If you had access to SAS Data Studio (the Prepare Data application referenced earlier), it can easily be done there. Otherwise you could do it with SAS code (I am not familiar with how this could be done either), or any other way you might be comfortable with already.&lt;/P&gt;
&lt;P&gt;I think for the purposes of this thread, the answer is NO it cannot be done in Visual Analytics, and would need to be accomplished outside of VA with any number of methods.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 14 Feb 2023 18:30:43 GMT</pubDate>
    <dc:creator>HunterT_SAS</dc:creator>
    <dc:date>2023-02-14T18:30:43Z</dc:date>
    <item>
      <title>Append two tables in SAS Visual Analytics</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Append-two-tables-in-SAS-Visual-Analytics/m-p/858707#M16955</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have two datasets in my dashboard Data A and Data B -&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Data A -&lt;/P&gt;&lt;P&gt;Month&amp;nbsp; &amp;nbsp; &amp;nbsp; Qty&lt;/P&gt;&lt;P&gt;Jan22&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;1&lt;/P&gt;&lt;P&gt;Feb22&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 2&lt;/P&gt;&lt;P&gt;Mar22&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 3&lt;/P&gt;&lt;P&gt;Apr22&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 4&lt;/P&gt;&lt;P&gt;May22&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;5&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Data B-&lt;/P&gt;&lt;P&gt;Month&amp;nbsp; &amp;nbsp; &amp;nbsp; Qty&lt;/P&gt;&lt;P&gt;Jun22&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 1&lt;/P&gt;&lt;P&gt;Jul22&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;2&lt;/P&gt;&lt;P&gt;Aug22&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;3&lt;/P&gt;&lt;P&gt;Sep22&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;4&lt;/P&gt;&lt;P&gt;Oct22&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 5&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm looking to create a Data C which appends Data A and B and gives this output-&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Month&amp;nbsp; &amp;nbsp; &amp;nbsp; Qty&lt;/P&gt;&lt;P&gt;Jan22&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;1&lt;/P&gt;&lt;P&gt;Feb22&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 2&lt;/P&gt;&lt;P&gt;Mar22&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 3&lt;/P&gt;&lt;P&gt;Apr22&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 4&lt;/P&gt;&lt;P&gt;May22&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;5&lt;/P&gt;&lt;P&gt;Jun22&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 1&lt;/P&gt;&lt;P&gt;Jul22&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;2&lt;/P&gt;&lt;P&gt;Aug22&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;3&lt;/P&gt;&lt;P&gt;Sep22&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;4&lt;/P&gt;&lt;P&gt;Oct22&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 5&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 14 Feb 2023 12:13:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/Append-two-tables-in-SAS-Visual-Analytics/m-p/858707#M16955</guid>
      <dc:creator>Ankita_</dc:creator>
      <dc:date>2023-02-14T12:13:45Z</dc:date>
    </item>
    <item>
      <title>Re: Append two tables in SAS Visual Analytics</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Append-two-tables-in-SAS-Visual-Analytics/m-p/858765#M16958</link>
      <description>Hello, I think what you want is a join:&lt;BR /&gt;&lt;A href="https://documentation.sas.com/doc/en/vacdc/v_018/vareportdata/n167hzcxe4pi2yn1b50jv5ujgtor.htm" target="_blank"&gt;https://documentation.sas.com/doc/en/vacdc/v_018/vareportdata/n167hzcxe4pi2yn1b50jv5ujgtor.htm&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Is that what you are looking for?&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Sam</description>
      <pubDate>Tue, 14 Feb 2023 16:17:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/Append-two-tables-in-SAS-Visual-Analytics/m-p/858765#M16958</guid>
      <dc:creator>Sam_SAS</dc:creator>
      <dc:date>2023-02-14T16:17:32Z</dc:date>
    </item>
    <item>
      <title>Re: Append two tables in SAS Visual Analytics</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Append-two-tables-in-SAS-Visual-Analytics/m-p/858769#M16959</link>
      <description>&lt;P&gt;On second thought, I think you would be better off concatenating these tables in your data preparation, in SAS Data Studio:&lt;BR /&gt;&lt;A href="https://documentation.sas.com/doc/en/dprepcdc/v_008/datastudioadv/n1rxa266feelusn1xl9ynf3xoy2w.htm" target="_blank" rel="noopener"&gt;https://documentation.sas.com/doc/en/dprepcdc/v_008/datastudioadv/n1rxa266feelusn1xl9ynf3xoy2w.htm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You need to have certain credentials to do this.&lt;/P&gt;</description>
      <pubDate>Tue, 14 Feb 2023 16:33:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/Append-two-tables-in-SAS-Visual-Analytics/m-p/858769#M16959</guid>
      <dc:creator>Sam_SAS</dc:creator>
      <dc:date>2023-02-14T16:33:12Z</dc:date>
    </item>
    <item>
      <title>Re: Append two tables in SAS Visual Analytics</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Append-two-tables-in-SAS-Visual-Analytics/m-p/858771#M16960</link>
      <description>Yes, I'm looking to append. But I'm unable to find this option in SAS Visual Analytics. Can you please help with that?</description>
      <pubDate>Tue, 14 Feb 2023 16:37:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/Append-two-tables-in-SAS-Visual-Analytics/m-p/858771#M16960</guid>
      <dc:creator>Ankita_</dc:creator>
      <dc:date>2023-02-14T16:37:46Z</dc:date>
    </item>
    <item>
      <title>Re: Append two tables in SAS Visual Analytics</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Append-two-tables-in-SAS-Visual-Analytics/m-p/858775#M16961</link>
      <description>&lt;P&gt;Directly in VA, you can only do a join. To do an append, you need to use a different SAS webapp.&lt;BR /&gt;&lt;BR /&gt;If you open the application selector menu at the top left, do you see "Prepare Data"?&lt;/P&gt;</description>
      <pubDate>Tue, 14 Feb 2023 16:51:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/Append-two-tables-in-SAS-Visual-Analytics/m-p/858775#M16961</guid>
      <dc:creator>Sam_SAS</dc:creator>
      <dc:date>2023-02-14T16:51:25Z</dc:date>
    </item>
    <item>
      <title>Re: Append two tables in SAS Visual Analytics</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Append-two-tables-in-SAS-Visual-Analytics/m-p/858797#M16963</link>
      <description>&lt;P&gt;No, I see Explore and Visualize, Build models, Share and collaborate, develop SAS code. And some admin options - build custom graphs, explore lineage, manage environment.&lt;/P&gt;</description>
      <pubDate>Tue, 14 Feb 2023 18:02:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/Append-two-tables-in-SAS-Visual-Analytics/m-p/858797#M16963</guid>
      <dc:creator>Ankita_</dc:creator>
      <dc:date>2023-02-14T18:02:33Z</dc:date>
    </item>
    <item>
      <title>Re: Append two tables in SAS Visual Analytics</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Append-two-tables-in-SAS-Visual-Analytics/m-p/858798#M16964</link>
      <description>&lt;P&gt;&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/28814"&gt;@HunterT_SAS&lt;/a&gt;&amp;nbsp;can you help with this appending data question? I think they should be able to use SAS code to append the two tables but I am not up to speed on how you do this within CAS.&lt;/P&gt;</description>
      <pubDate>Tue, 14 Feb 2023 18:23:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/Append-two-tables-in-SAS-Visual-Analytics/m-p/858798#M16964</guid>
      <dc:creator>Sam_SAS</dc:creator>
      <dc:date>2023-02-14T18:23:33Z</dc:date>
    </item>
    <item>
      <title>Re: Append two tables in SAS Visual Analytics</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Append-two-tables-in-SAS-Visual-Analytics/m-p/858801#M16966</link>
      <description>&lt;P&gt;As&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13794"&gt;@Sam_SAS&lt;/a&gt;&amp;nbsp;mentioned, there is no way to append tables within Visual Analytics itself. If you had access to SAS Data Studio (the Prepare Data application referenced earlier), it can easily be done there. Otherwise you could do it with SAS code (I am not familiar with how this could be done either), or any other way you might be comfortable with already.&lt;/P&gt;
&lt;P&gt;I think for the purposes of this thread, the answer is NO it cannot be done in Visual Analytics, and would need to be accomplished outside of VA with any number of methods.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 14 Feb 2023 18:30:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/Append-two-tables-in-SAS-Visual-Analytics/m-p/858801#M16966</guid>
      <dc:creator>HunterT_SAS</dc:creator>
      <dc:date>2023-02-14T18:30:43Z</dc:date>
    </item>
    <item>
      <title>Re: Append two tables in SAS Visual Analytics</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Append-two-tables-in-SAS-Visual-Analytics/m-p/858807#M16967</link>
      <description>&lt;P&gt;Got it!. Can you also help with moving data from CAS to SAS to perform such operations in data studio?&lt;/P&gt;</description>
      <pubDate>Tue, 14 Feb 2023 18:55:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/Append-two-tables-in-SAS-Visual-Analytics/m-p/858807#M16967</guid>
      <dc:creator>Ankita_</dc:creator>
      <dc:date>2023-02-14T18:55:18Z</dc:date>
    </item>
    <item>
      <title>Re: Append two tables in SAS Visual Analytics</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Append-two-tables-in-SAS-Visual-Analytics/m-p/858840#M16968</link>
      <description>&lt;P&gt;At this point, I would suggest posting to the &lt;STRONG&gt;SAS Programming&lt;/STRONG&gt; community.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Also, for reference, this is the &lt;A href="https://go.documentation.sas.com/doc/en/pgmsascdc/v_035/pgmsaswlcm/titlepage.htm?fromDefault=" target="_self"&gt;Programming Documentation for the SAS Viya Platform&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 14 Feb 2023 21:49:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/Append-two-tables-in-SAS-Visual-Analytics/m-p/858840#M16968</guid>
      <dc:creator>Madelyn_SAS</dc:creator>
      <dc:date>2023-02-14T21:49:22Z</dc:date>
    </item>
    <item>
      <title>Re: Append two tables in SAS Visual Analytics</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Append-two-tables-in-SAS-Visual-Analytics/m-p/858960#M16969</link>
      <description>&lt;P&gt;As mentioned already by &lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/28814"&gt;@HunterT_SAS&lt;/a&gt;&amp;nbsp;and &lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13794"&gt;@Sam_SAS&lt;/a&gt;&amp;nbsp;, this should be done in a data preprocessing step-&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Nevertheless, IT IS possible to do an append operation in Visual Analytics.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It's quite forced, but you can achieve it by full joining on something impossible to match (to keep ALL observations from both tables).&lt;/P&gt;
&lt;P&gt;Then you should unify the duplicated field names.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="pic4.png" style="width: 999px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/80427iDADBBA905472D45B/image-size/large?v=v2&amp;amp;px=999" role="button" title="pic4.png" alt="pic4.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="pic3.png" style="width: 802px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/80426iB82D9355EB616481/image-size/large?v=v2&amp;amp;px=999" role="button" title="pic3.png" alt="pic3.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="pic2.png" style="width: 999px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/80429iB62979BE5A735A3B/image-size/large?v=v2&amp;amp;px=999" role="button" title="pic2.png" alt="pic2.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="pic1.png" style="width: 999px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/80428iFC12CBF753BFF10C/image-size/large?v=v2&amp;amp;px=999" role="button" title="pic1.png" alt="pic1.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="pic.png" style="width: 999px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/80430i5CADBBB7A0544288/image-size/large?v=v2&amp;amp;px=999" role="button" title="pic.png" alt="pic.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 15 Feb 2023 15:11:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/Append-two-tables-in-SAS-Visual-Analytics/m-p/858960#M16969</guid>
      <dc:creator>acordes</dc:creator>
      <dc:date>2023-02-15T15:11:05Z</dc:date>
    </item>
    <item>
      <title>Re: Append two tables in SAS Visual Analytics</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Append-two-tables-in-SAS-Visual-Analytics/m-p/858988#M16972</link>
      <description>&lt;P&gt;Before attempting to join, you should review the considerations for using data joins;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://go.documentation.sas.com/doc/en/vacdc/v_018/vareportdata/n167hzcxe4pi2yn1b50jv5ujgtor.htm#p079a2p4aa9z8kn1anp53hawmpap" target="_blank"&gt;https://go.documentation.sas.com/doc/en/vacdc/v_018/vareportdata/n167hzcxe4pi2yn1b50jv5ujgtor.htm#p079a2p4aa9z8kn1anp53hawmpap&lt;/A&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 15 Feb 2023 16:26:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/Append-two-tables-in-SAS-Visual-Analytics/m-p/858988#M16972</guid>
      <dc:creator>Madelyn_SAS</dc:creator>
      <dc:date>2023-02-15T16:26:50Z</dc:date>
    </item>
    <item>
      <title>Re: Append two tables in SAS Visual Analytics</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Append-two-tables-in-SAS-Visual-Analytics/m-p/859064#M16973</link>
      <description>&lt;P&gt;As Madelyn notes, there are some drawbacks (chiefly performance) to performing the join in VA rather than joining/appending the tables as part of your data preparation.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can use the CAS LIBNAME engine to append the tables (&lt;A href="https://documentation.sas.com/doc/en/pgmsascdc/9.4_3.5/casdspgm/p1eb7v036nay2rn10vitll4idimd.htm#n097lhjo8tct3rn1wpcll3nky338" target="_self"&gt;example&lt;/A&gt;), or if you have the Viya 4 platform you also can use the PROC CASUTIL &lt;A href="https://documentation.sas.com/doc/en/pgmsascdc/v_031/casref/n068x0z4bzj69xn1hd3u5ie6tia4.htm" target="_self"&gt;APPEND statement&lt;/A&gt;. I am not certain this is good practice in a production environment. If you have a data administrator, it would probably be preferable to have that person append the data for you.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Alternatively, if the data is small and you have the appropriate permissions, you could append the tables locally on your machine and import the result as a new table.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For help using these programming approaches, you should create a thread either in the main&amp;nbsp;&lt;A href="https://communities.sas.com/t5/SAS-Viya/bd-p/about-viya" target="_self"&gt;SAS Viya community&lt;/A&gt;&amp;nbsp;or in the&amp;nbsp;&lt;A href="https://communities.sas.com/t5/SAS-Programming/bd-p/programming" target="_self"&gt;SAS Programming community.&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 15 Feb 2023 21:21:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/Append-two-tables-in-SAS-Visual-Analytics/m-p/859064#M16973</guid>
      <dc:creator>Sam_SAS</dc:creator>
      <dc:date>2023-02-15T21:21:03Z</dc:date>
    </item>
    <item>
      <title>Re: Append two tables in SAS Visual Analytics</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Append-two-tables-in-SAS-Visual-Analytics/m-p/860613#M16987</link>
      <description>&lt;P&gt;Appending table is not available on VA. Create and prepare data before VA process and after this send it to the memory. Use SAS Studio to append and send data to the related CAS library. Latest version of VA, supports joins but this is not your looking for in my opinion.&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Kemal.&lt;/P&gt;</description>
      <pubDate>Fri, 24 Feb 2023 07:47:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/Append-two-tables-in-SAS-Visual-Analytics/m-p/860613#M16987</guid>
      <dc:creator>Kemal_Sozer</dc:creator>
      <dc:date>2023-02-24T07:47:14Z</dc:date>
    </item>
  </channel>
</rss>

