<?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 IF expression in Property Manager with multiple possible outcomes in Collaboration with other software</title>
    <link>https://community.graphisoft.com/t5/Collaboration-with-other/IF-expression-in-Property-Manager-with-multiple-possible/m-p/278976#M36552</link>
    <description>&lt;DIV class="actalk-migrated-content"&gt;&lt;T&gt;Hi!&lt;BR /&gt;
&lt;BR /&gt;
I want to make and expression in the Property Manager where I have more than 2 possible outcomes. For example, if wallheight=1 m then "Word1", if wallheight=2 m then "Word2", if wallheight=3 m then "Word3". The problem is that when using the IF expression you always have to give an "else" option, otherwise it says there is a problem. &lt;BR /&gt;
&lt;BR /&gt;
Now what I can do is to embed IF expressions in each other like: IF (wallheight=1; "Word1"; (IF (wallheight=2; "Word2"; (IF (wallheight=3; "Word3"; " "))))) but when it is not 3 outcomes but 15 it gets really messy really fast.&lt;BR /&gt;
&lt;BR /&gt;
Is there a simpler way to do all this?&lt;/T&gt;&lt;/DIV&gt;</description>
    <pubDate>Wed, 11 Dec 2019 13:20:36 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2019-12-11T13:20:36Z</dc:date>
    <item>
      <title>IF expression in Property Manager with multiple possible outcomes</title>
      <link>https://community.graphisoft.com/t5/Collaboration-with-other/IF-expression-in-Property-Manager-with-multiple-possible/m-p/278976#M36552</link>
      <description>&lt;DIV class="actalk-migrated-content"&gt;&lt;T&gt;Hi!&lt;BR /&gt;
&lt;BR /&gt;
I want to make and expression in the Property Manager where I have more than 2 possible outcomes. For example, if wallheight=1 m then "Word1", if wallheight=2 m then "Word2", if wallheight=3 m then "Word3". The problem is that when using the IF expression you always have to give an "else" option, otherwise it says there is a problem. &lt;BR /&gt;
&lt;BR /&gt;
Now what I can do is to embed IF expressions in each other like: IF (wallheight=1; "Word1"; (IF (wallheight=2; "Word2"; (IF (wallheight=3; "Word3"; " "))))) but when it is not 3 outcomes but 15 it gets really messy really fast.&lt;BR /&gt;
&lt;BR /&gt;
Is there a simpler way to do all this?&lt;/T&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 11 Dec 2019 13:20:36 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Collaboration-with-other/IF-expression-in-Property-Manager-with-multiple-possible/m-p/278976#M36552</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-12-11T13:20:36Z</dc:date>
    </item>
    <item>
      <title>Re: IF expression in Property Manager with multiple possible outcomes</title>
      <link>https://community.graphisoft.com/t5/Collaboration-with-other/IF-expression-in-Property-Manager-with-multiple-possible/m-p/278977#M36553</link>
      <description>You don't say what version of Archicad you are using.&lt;BR /&gt;
You should add this together with your Operating System and machine specs, to your user profile signature - link is at the top of this page.&lt;BR /&gt;
&lt;BR /&gt;
In version 23 there is a new expression function ...&lt;BR /&gt;
&lt;BR /&gt;
IFS ( LogicalCondition1, Value1, [LogicalCondition2, Value2], ... )&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
Barry.</description>
      <pubDate>Thu, 12 Dec 2019 06:18:08 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Collaboration-with-other/IF-expression-in-Property-Manager-with-multiple-possible/m-p/278977#M36553</guid>
      <dc:creator>Barry Kelly</dc:creator>
      <dc:date>2019-12-12T06:18:08Z</dc:date>
    </item>
    <item>
      <title>Re: IF expression in Property Manager with multiple possible outcomes</title>
      <link>https://community.graphisoft.com/t5/Collaboration-with-other/IF-expression-in-Property-Manager-with-multiple-possible/m-p/278978#M36554</link>
      <description>Sorry, I use Archicad 22, so what you wrote is not an option for me, but thanks.</description>
      <pubDate>Thu, 12 Dec 2019 06:28:15 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Collaboration-with-other/IF-expression-in-Property-Manager-with-multiple-possible/m-p/278978#M36554</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-12-12T06:28:15Z</dc:date>
    </item>
    <item>
      <title>Re: IF expression in Property Manager with multiple possible outcomes</title>
      <link>https://community.graphisoft.com/t5/Collaboration-with-other/IF-expression-in-Property-Manager-with-multiple-possible/m-p/278979#M36555</link>
      <description>&lt;BLOCKQUOTE&gt;noradobos wrote:&lt;BR /&gt;
Sorry, I use Archicad 22, so what you wrote is not an option for me, but thanks.
&lt;/BLOCKQUOTE&gt;

I was just looking at it and it may not be an option anyway.&lt;BR /&gt;
It only returns a value to the first true statement, so there is no value if all of the statements are false.&lt;BR /&gt;
&lt;BR /&gt;
So the only choice you have is to nest the IF statements.&lt;BR /&gt;
&lt;BR /&gt;
Barry.</description>
      <pubDate>Thu, 12 Dec 2019 07:04:11 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Collaboration-with-other/IF-expression-in-Property-Manager-with-multiple-possible/m-p/278979#M36555</guid>
      <dc:creator>Barry Kelly</dc:creator>
      <dc:date>2019-12-12T07:04:11Z</dc:date>
    </item>
  </channel>
</rss>

