<?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: Merged properties expression in Collaboration with other software</title>
    <link>https://community.graphisoft.com/t5/Collaboration-with-other/Merged-properties-expression/m-p/280426#M36797</link>
    <description>Like this:&lt;BR /&gt;

&lt;PRE&gt;&lt;I&gt;
&lt;/I&gt;concat (
	if (
		isundefined ({Property:YourGroup/Prop1});
		"";
		{Property:YourGroup/Prop1}
	);
	if (
		or (
			isundefined ({Property:YourGroup/Prop1});
			isundefined ({Property:YourGroup/Prop2})
		);
		"";
		"–"
	);
	if (
		isundefined ({Property:YourGroup/Prop2});
		"";
		{Property:YourGroup/Prop2}
	)
)
&lt;/PRE&gt;</description>
    <pubDate>Fri, 02 Jul 2021 14:27:32 GMT</pubDate>
    <dc:creator>runxel</dc:creator>
    <dc:date>2021-07-02T14:27:32Z</dc:date>
    <item>
      <title>Merged properties expression</title>
      <link>https://community.graphisoft.com/t5/Collaboration-with-other/Merged-properties-expression/m-p/280423#M36794</link>
      <description>&lt;DIV class="actalk-migrated-content"&gt;&lt;T&gt;Hello,&lt;BR /&gt;
 i'm developing Archicad template now, and wanted to set expression based properties using CONCAT function for door taging/naming by merging different "option set" based properties. Can someone help how to solve situation when one of the basic parameters sometimes should be set "undefined" and thus in the expression based CONCAT function property that one field don't have to be included. &lt;BR /&gt;
Problem is- the whole expression based value is changing to &amp;lt;undefined&amp;gt; if one of parameters is set as "undefined". For example sometimes i want type of the door to be named "FDR-G"  but for other doors just "FDR" without additional option set property included. &lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
Hope my question is somewhat understandable,&lt;BR /&gt;
Thx,&lt;BR /&gt;
Kaspars&lt;/T&gt;&lt;/DIV&gt;</description>
      <pubDate>Fri, 02 Jul 2021 12:49:57 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Collaboration-with-other/Merged-properties-expression/m-p/280423#M36794</guid>
      <dc:creator>Kaspars</dc:creator>
      <dc:date>2021-07-02T12:49:57Z</dc:date>
    </item>
    <item>
      <title>Re: Merged properties expression</title>
      <link>https://community.graphisoft.com/t5/Collaboration-with-other/Merged-properties-expression/m-p/280424#M36795</link>
      <description>Thats what `&lt;B&gt;ISUNDEFINED (  )&lt;/B&gt;` is for.&lt;BR /&gt;
&lt;BR /&gt;
Which AC version are you working on? I'm not sure if that command was there from the beginning (e.g. `IFS` was also added later...).</description>
      <pubDate>Fri, 02 Jul 2021 13:07:04 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Collaboration-with-other/Merged-properties-expression/m-p/280424#M36795</guid>
      <dc:creator>runxel</dc:creator>
      <dc:date>2021-07-02T13:07:04Z</dc:date>
    </item>
    <item>
      <title>Re: Merged properties expression</title>
      <link>https://community.graphisoft.com/t5/Collaboration-with-other/Merged-properties-expression/m-p/280425#M36796</link>
      <description>I'm developing template now in AC 24&lt;BR /&gt;
So, if expression line now goes &lt;BR /&gt;
CONCAT ( Property1; "-";Property2 )&lt;BR /&gt;
then how do I use that 'ISUNDEFINED' to disable not used subProperty? &lt;BR /&gt;
&lt;BR /&gt;
Thx,&lt;BR /&gt;
Kaspars</description>
      <pubDate>Fri, 02 Jul 2021 13:13:59 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Collaboration-with-other/Merged-properties-expression/m-p/280425#M36796</guid>
      <dc:creator>Kaspars</dc:creator>
      <dc:date>2021-07-02T13:13:59Z</dc:date>
    </item>
    <item>
      <title>Re: Merged properties expression</title>
      <link>https://community.graphisoft.com/t5/Collaboration-with-other/Merged-properties-expression/m-p/280426#M36797</link>
      <description>Like this:&lt;BR /&gt;

&lt;PRE&gt;&lt;I&gt;
&lt;/I&gt;concat (
	if (
		isundefined ({Property:YourGroup/Prop1});
		"";
		{Property:YourGroup/Prop1}
	);
	if (
		or (
			isundefined ({Property:YourGroup/Prop1});
			isundefined ({Property:YourGroup/Prop2})
		);
		"";
		"–"
	);
	if (
		isundefined ({Property:YourGroup/Prop2});
		"";
		{Property:YourGroup/Prop2}
	)
)
&lt;/PRE&gt;</description>
      <pubDate>Fri, 02 Jul 2021 14:27:32 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Collaboration-with-other/Merged-properties-expression/m-p/280426#M36797</guid>
      <dc:creator>runxel</dc:creator>
      <dc:date>2021-07-02T14:27:32Z</dc:date>
    </item>
    <item>
      <title>Re: Merged properties expression</title>
      <link>https://community.graphisoft.com/t5/Collaboration-with-other/Merged-properties-expression/m-p/280427#M36798</link>
      <description>Thx a lot,&lt;BR /&gt;
i'm new to expressions,&lt;BR /&gt;
will try to figure out logic behind those lines &lt;IMG src="https://community.graphisoft.com/legacyfs/online/emojis/icon_smile.gif" style="display : inline;" /&gt;&lt;BR /&gt;
&lt;BR /&gt;
Kaspars</description>
      <pubDate>Mon, 05 Jul 2021 06:36:25 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Collaboration-with-other/Merged-properties-expression/m-p/280427#M36798</guid>
      <dc:creator>Kaspars</dc:creator>
      <dc:date>2021-07-05T06:36:25Z</dc:date>
    </item>
  </channel>
</rss>

