<?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: Problem trying to join Query Builder Result with a view (*.sas7bvew) in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Problem-trying-to-join-Query-Builder-Result-with-a-view-sas7bvew/m-p/765207#M39457</link>
    <description>&lt;P&gt;I don't see any code that attempts to combine a data set named either QBR1 or QBR2 with anything or used anywhere.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Are QBR1 and 2 actually SAS data sets or external database tables or sheets in a spreadsheet?&lt;/P&gt;</description>
    <pubDate>Wed, 01 Sep 2021 01:32:48 GMT</pubDate>
    <dc:creator>ballardw</dc:creator>
    <dc:date>2021-09-01T01:32:48Z</dc:date>
    <item>
      <title>Problem trying to join Query Builder Result with a view (*.sas7bvew)</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Problem-trying-to-join-Query-Builder-Result-with-a-view-sas7bvew/m-p/765190#M39454</link>
      <description>&lt;P&gt;Hi, I have access to some views of large tables and I can´t join them with the results from query builder. I can perform a query over this views, but I can´t join the results from this to any other query result or with the view itself.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm getting this error : (Google translated) "The dataset name could not be parsed. Parameter name is: dataset"&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="rcGerman_0-1630446605721.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/63185i7FC397D7F02F9C4B/image-size/medium?v=v2&amp;amp;px=400" role="button" title="rcGerman_0-1630446605721.png" alt="rcGerman_0-1630446605721.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;View1 --&amp;gt; QBR1 -- &amp;gt; QBR1 + View1 = Error&lt;/P&gt;&lt;P&gt;View1 --&amp;gt; QBR2 --&amp;gt; QBR2 + QBR1 = Error&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thx for helping &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 31 Aug 2021 21:58:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Problem-trying-to-join-Query-Builder-Result-with-a-view-sas7bvew/m-p/765190#M39454</guid>
      <dc:creator>rcGerman</dc:creator>
      <dc:date>2021-08-31T21:58:53Z</dc:date>
    </item>
    <item>
      <title>Re: Problem trying to join Query Builder Result with a view (*.sas7bvew)</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Problem-trying-to-join-Query-Builder-Result-with-a-view-sas7bvew/m-p/765195#M39455</link>
      <description>&lt;P&gt;It may help to show the code generated from the query builder.&lt;/P&gt;
&lt;P&gt;Or walk us through all the steps you used.&lt;/P&gt;</description>
      <pubDate>Tue, 31 Aug 2021 22:35:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Problem-trying-to-join-Query-Builder-Result-with-a-view-sas7bvew/m-p/765195#M39455</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2021-08-31T22:35:00Z</dc:date>
    </item>
    <item>
      <title>Re: Problem trying to join Query Builder Result with a view (*.sas7bvew)</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Problem-trying-to-join-Query-Builder-Result-with-a-view-sas7bvew/m-p/765203#M39456</link>
      <description>&lt;P&gt;This are the querys&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;CREATE TABLE WORK.'QBR2.S_0000'n AS &lt;BR /&gt;SELECT * FROM TMP00001.view t1;
&lt;BR /&gt;CREATE TABLE WORK.'QBR1.SAS7BV'n AS 
SELECT /* fecha */
            (MAX(t1.tkt_date)) FORMAT=DATETIME25.6 AS fecha, 
          t1.tkt_id
      FROM TMP00001.view t1
      GROUP BY t1.tkt_id;&lt;/PRE&gt;&lt;P&gt;And this is how it looks:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="rcGerman_1-1630455191969.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/63189i25435584A8EE6B9B/image-size/medium?v=v2&amp;amp;px=400" role="button" title="rcGerman_1-1630455191969.png" alt="rcGerman_1-1630455191969.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I'm getting the error when trying to combine QBRx with each other or with the view.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 01 Sep 2021 00:16:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Problem-trying-to-join-Query-Builder-Result-with-a-view-sas7bvew/m-p/765203#M39456</guid>
      <dc:creator>rcGerman</dc:creator>
      <dc:date>2021-09-01T00:16:37Z</dc:date>
    </item>
    <item>
      <title>Re: Problem trying to join Query Builder Result with a view (*.sas7bvew)</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Problem-trying-to-join-Query-Builder-Result-with-a-view-sas7bvew/m-p/765207#M39457</link>
      <description>&lt;P&gt;I don't see any code that attempts to combine a data set named either QBR1 or QBR2 with anything or used anywhere.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Are QBR1 and 2 actually SAS data sets or external database tables or sheets in a spreadsheet?&lt;/P&gt;</description>
      <pubDate>Wed, 01 Sep 2021 01:32:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Problem-trying-to-join-Query-Builder-Result-with-a-view-sas7bvew/m-p/765207#M39457</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2021-09-01T01:32:48Z</dc:date>
    </item>
  </channel>
</rss>

