<?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: Dependent expressions in Collaboration with other software</title>
    <link>https://community.graphisoft.com/t5/Collaboration-with-other/Dependent-expressions/m-p/252363#M32923</link>
    <description>Obviously, after I posted the answer, I found the solution.&lt;BR /&gt;
IF ( {Property:OPENINGS/Type} = "A", "ValueIfTrue", "ValueIfFalse " )&lt;BR /&gt;
&lt;BR /&gt;
Now the problem still remains. I f I have more than 2 types, how do I organize the expression? The False value should return to a default in all cases but it doesn't since the first expression was already evaluated.&lt;BR /&gt;
&lt;BR /&gt;
IF Type = A than Value= 01, &lt;B&gt;ELSE = ?&lt;/B&gt;&lt;BR /&gt;
If Type = B than Value = 02, &lt;B&gt;ELSE = ?&lt;/B&gt;&lt;BR /&gt;
If Type = C than Value = 03, &lt;B&gt;ELSE = ?&lt;/B&gt;</description>
    <pubDate>Tue, 16 Oct 2018 11:34:51 GMT</pubDate>
    <dc:creator>Ernest Atanasiu</dc:creator>
    <dc:date>2018-10-16T11:34:51Z</dc:date>
    <item>
      <title>Dependent expressions</title>
      <link>https://community.graphisoft.com/t5/Collaboration-with-other/Dependent-expressions/m-p/252362#M32922</link>
      <description>&lt;DIV class="actalk-migrated-content"&gt;&lt;T&gt;Hello there,&lt;BR /&gt;
&lt;BR /&gt;
In Archicad 22 is it possible to define a property which has a value dependent on another property?&lt;BR /&gt;
For example: we have a Door Type Schedule where we join uniform items depending upon Type. If I select "Type A" for doors, it would be great to have other properties directly pick up this type and adjust accordingly. &lt;BR /&gt;
I was looking at the IF ( Logical, ValueIfTrue, ValueIfFalse ) syntax but I don't get it.&lt;BR /&gt;
Like this : IF "Type" is "A" than Value is "25", IfFalse Value is "10"&lt;BR /&gt;
&lt;BR /&gt;
Can you help, please ?&lt;/T&gt;&lt;/DIV&gt;</description>
      <pubDate>Tue, 16 Oct 2018 10:38:20 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Collaboration-with-other/Dependent-expressions/m-p/252362#M32922</guid>
      <dc:creator>Ernest Atanasiu</dc:creator>
      <dc:date>2018-10-16T10:38:20Z</dc:date>
    </item>
    <item>
      <title>Re: Dependent expressions</title>
      <link>https://community.graphisoft.com/t5/Collaboration-with-other/Dependent-expressions/m-p/252363#M32923</link>
      <description>Obviously, after I posted the answer, I found the solution.&lt;BR /&gt;
IF ( {Property:OPENINGS/Type} = "A", "ValueIfTrue", "ValueIfFalse " )&lt;BR /&gt;
&lt;BR /&gt;
Now the problem still remains. I f I have more than 2 types, how do I organize the expression? The False value should return to a default in all cases but it doesn't since the first expression was already evaluated.&lt;BR /&gt;
&lt;BR /&gt;
IF Type = A than Value= 01, &lt;B&gt;ELSE = ?&lt;/B&gt;&lt;BR /&gt;
If Type = B than Value = 02, &lt;B&gt;ELSE = ?&lt;/B&gt;&lt;BR /&gt;
If Type = C than Value = 03, &lt;B&gt;ELSE = ?&lt;/B&gt;</description>
      <pubDate>Tue, 16 Oct 2018 11:34:51 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Collaboration-with-other/Dependent-expressions/m-p/252363#M32923</guid>
      <dc:creator>Ernest Atanasiu</dc:creator>
      <dc:date>2018-10-16T11:34:51Z</dc:date>
    </item>
    <item>
      <title>Re: Dependent expressions</title>
      <link>https://community.graphisoft.com/t5/Collaboration-with-other/Dependent-expressions/m-p/252364#M32924</link>
      <description>This is a common problem. The only solution is to 'chain' the expressions, as in:&lt;BR /&gt;
&lt;BR /&gt;
IF ( Logical, ValueIfTrue, IF ( Logical, ValueIfTrue, IF ( Logical, ValueIfTrue, ValueIfFalse ) ) )&lt;BR /&gt;
&lt;BR /&gt;
Basically placing a new 'if' statement within the 'FALSE' condition. The last 'FALSE" generally returns a 'N/A' or null string.</description>
      <pubDate>Tue, 16 Oct 2018 12:10:12 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Collaboration-with-other/Dependent-expressions/m-p/252364#M32924</guid>
      <dc:creator>poco2013</dc:creator>
      <dc:date>2018-10-16T12:10:12Z</dc:date>
    </item>
    <item>
      <title>Re: Dependent expressions</title>
      <link>https://community.graphisoft.com/t5/Collaboration-with-other/Dependent-expressions/m-p/252365#M32925</link>
      <description>You are a genius ! &lt;BR /&gt;
This really works and it's amazing! The possibilities are endless !</description>
      <pubDate>Tue, 16 Oct 2018 12:21:11 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Collaboration-with-other/Dependent-expressions/m-p/252365#M32925</guid>
      <dc:creator>Ernest Atanasiu</dc:creator>
      <dc:date>2018-10-16T12:21:11Z</dc:date>
    </item>
  </channel>
</rss>

