<?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: SQL Parameters in Collaboration with other software</title>
    <link>https://community.graphisoft.com/t5/Collaboration-with-other/SQL-Parameters/m-p/298286#M38779</link>
    <description>&lt;BLOCKQUOTE&gt;kmcw_ wrote:&lt;BR /&gt;But it still works &lt;E&gt;&lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/E&gt; (AC 20) I just can't find the right syntax For objects.parameters&lt;/BLOCKQUOTE&gt;
I'd strongly recommend not using unsupported technology – you're setting yourself up for a disaster. If GS hasn't updated it beyond 20, the fact that it appears to work is coincidental and almost certainly unstable.</description>
    <pubDate>Mon, 24 Jul 2017 15:27:17 GMT</pubDate>
    <dc:creator>Ralph Wessel</dc:creator>
    <dc:date>2017-07-24T15:27:17Z</dc:date>
    <item>
      <title>SQL Parameters</title>
      <link>https://community.graphisoft.com/t5/Collaboration-with-other/SQL-Parameters/m-p/298283#M38776</link>
      <description>&lt;DIV class="actalk-migrated-content"&gt;&lt;T&gt;Entering the  "SELECT parameters FROM Objects" gives me all Parameters of every Object. they seem to be in one extra table in the column "Parameters". How can I Select Objects having one single Parameter (f.e. "testparameter001" in common.&lt;/T&gt;&lt;/DIV&gt;</description>
      <pubDate>Mon, 24 Jul 2017 09:46:02 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Collaboration-with-other/SQL-Parameters/m-p/298283#M38776</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-07-24T09:46:02Z</dc:date>
    </item>
    <item>
      <title>Re: SQL Parameters</title>
      <link>https://community.graphisoft.com/t5/Collaboration-with-other/SQL-Parameters/m-p/298284#M38777</link>
      <description>&lt;BLOCKQUOTE&gt;kmcw_ wrote:&lt;BR /&gt;Entering the  "SELECT parameters FROM Objects" gives me all Parameters of every Object. they seem to be in one extra table in the column "Parameters". How can I Select Objects having one single Parameter (f.e. "testparameter001" in common.&lt;/BLOCKQUOTE&gt;

Hi,&lt;BR /&gt;
&lt;BR /&gt;
The SQL queries are not supported any more officially (the last supported version was ARCHICAD 18 ), so don't rely on them. Someone else here may be able to answer you question.&lt;BR /&gt;
&lt;BR /&gt;
Sorry, Akos</description>
      <pubDate>Mon, 24 Jul 2017 11:55:05 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Collaboration-with-other/SQL-Parameters/m-p/298284#M38777</guid>
      <dc:creator>Akos Somorjai</dc:creator>
      <dc:date>2017-07-24T11:55:05Z</dc:date>
    </item>
    <item>
      <title>Re: SQL Parameters</title>
      <link>https://community.graphisoft.com/t5/Collaboration-with-other/SQL-Parameters/m-p/298285#M38778</link>
      <description>But it still works &lt;E&gt;&lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/E&gt; (AC 20) I just can't find the right syntax For objects.parameters&lt;BR /&gt;&lt;IMG src="http://community.graphisoft.com/t5/image/serverpage/image-id/68236i138B51368F5EC271/image-size/large?v=v2&amp;amp;px=999" border="0" alt="ST_SQl_AC.PNG" title="ST_SQl_AC.PNG" /&gt;</description>
      <pubDate>Mon, 24 Jul 2017 12:43:59 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Collaboration-with-other/SQL-Parameters/m-p/298285#M38778</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-07-24T12:43:59Z</dc:date>
    </item>
    <item>
      <title>Re: SQL Parameters</title>
      <link>https://community.graphisoft.com/t5/Collaboration-with-other/SQL-Parameters/m-p/298286#M38779</link>
      <description>&lt;BLOCKQUOTE&gt;kmcw_ wrote:&lt;BR /&gt;But it still works &lt;E&gt;&lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/E&gt; (AC 20) I just can't find the right syntax For objects.parameters&lt;/BLOCKQUOTE&gt;
I'd strongly recommend not using unsupported technology – you're setting yourself up for a disaster. If GS hasn't updated it beyond 20, the fact that it appears to work is coincidental and almost certainly unstable.</description>
      <pubDate>Mon, 24 Jul 2017 15:27:17 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Collaboration-with-other/SQL-Parameters/m-p/298286#M38779</guid>
      <dc:creator>Ralph Wessel</dc:creator>
      <dc:date>2017-07-24T15:27:17Z</dc:date>
    </item>
    <item>
      <title>Re: SQL Parameters</title>
      <link>https://community.graphisoft.com/t5/Collaboration-with-other/SQL-Parameters/m-p/298287#M38780</link>
      <description>The command is already removed in 21. It's sad, but I guess there were just too few users who actually used it.</description>
      <pubDate>Tue, 25 Jul 2017 09:38:24 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Collaboration-with-other/SQL-Parameters/m-p/298287#M38780</guid>
      <dc:creator>runxel</dc:creator>
      <dc:date>2017-07-25T09:38:24Z</dc:date>
    </item>
    <item>
      <title>Re: SQL Parameters</title>
      <link>https://community.graphisoft.com/t5/Collaboration-with-other/SQL-Parameters/m-p/298288#M38781</link>
      <description>Actually it works fine with:&lt;BR /&gt;
SELECT LIBRARY_PART_NAME, XX.PARAMETERS.NAME, XX.PARAMETERS.VALUE&lt;BR /&gt;
FROM FLAT( OBJECTS, PARAMETERS) AS XX&lt;BR /&gt;
&lt;BR /&gt;
BUT ehen I whant to add&lt;BR /&gt;
&lt;BR /&gt;
WHERE XX.PAREMETER.VALUE=1&lt;BR /&gt;
&lt;BR /&gt;
I get an error that It cant transform datatype GDLVARIANT to typ 1. I tried to use&lt;BR /&gt;
CAST (XX.PARAMETERS.VALUES AS *) * for "*" I tried: "CHAR", "VARCHAR" or "string" &lt;BR /&gt;
But the error remains the same. Can somone tell me how to transvorm a "GDLVARIANT" into something I can use? THX</description>
      <pubDate>Mon, 11 Sep 2017 14:00:32 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Collaboration-with-other/SQL-Parameters/m-p/298288#M38781</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-09-11T14:00:32Z</dc:date>
    </item>
    <item>
      <title>Re: SQL Parameters</title>
      <link>https://community.graphisoft.com/t5/Collaboration-with-other/SQL-Parameters/m-p/298289#M38782</link>
      <description>Hello, &lt;BR /&gt;
 &lt;BR /&gt;
Try to use this query: 
&lt;PRE&gt;SELECT LIBRARY_PART_NAME, XX.PARAMETERS.NAME, XX.PARAMETERS.VALUE 
FROM FLAT(OBJECTS, PARAMETERS) AS XX 
WHERE CAST (XX.PARAMETERS.VALUE AS CHAR(50)) = '1' 
&lt;/PRE&gt; &lt;BR /&gt;
 &lt;BR /&gt;
It works in ArchiCAD 20. &lt;BR /&gt;
 &lt;BR /&gt;
Best, &lt;BR /&gt;
Mihály</description>
      <pubDate>Tue, 12 Sep 2017 10:39:43 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Collaboration-with-other/SQL-Parameters/m-p/298289#M38782</guid>
      <dc:creator>Mihaly Palenik</dc:creator>
      <dc:date>2017-09-12T10:39:43Z</dc:date>
    </item>
  </channel>
</rss>

