<?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: Is the second ADD possible in Expression of Property Manager? in Documentation</title>
    <link>https://community.graphisoft.com/t5/Documentation/Is-the-second-ADD-possible-in-Expression-of-Property-Manager/m-p/376713#M56623</link>
    <description>&lt;P&gt;thank you so much. ^^&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;With your help, I converted the if statements into ifs.&lt;/P&gt;</description>
    <pubDate>Sun, 16 Apr 2023 03:18:53 GMT</pubDate>
    <dc:creator>LeeJaeYoung</dc:creator>
    <dc:date>2023-04-16T03:18:53Z</dc:date>
    <item>
      <title>Is the second ADD possible in Expression of Property Manager?</title>
      <link>https://community.graphisoft.com/t5/Documentation/Is-the-second-ADD-possible-in-Expression-of-Property-Manager/m-p/376686#M56610</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="LeeJaeYoung_0-1681566096339.png" style="width: 400px;"&gt;&lt;img src="https://community.graphisoft.com/t5/image/serverpage/image-id/36152i64BA599C7716F718/image-size/medium?v=v2&amp;amp;px=400" role="button" title="LeeJaeYoung_0-1681566096339.png" alt="LeeJaeYoung_0-1681566096339.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;IF ( COMPARE ( {Property:PRODUCT INFO/U_DoorType}, "PD" ) = 0, "플라스틱", "" )&lt;/P&gt;
&lt;P&gt;IF ( COMPARE ( {Property:PRODUCT INFO/U_DoorType}, "WD" ) = 0, "목재문틀", "" )&lt;/P&gt;
&lt;P&gt;this is wrong&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;2. What I want to add is to be able to select if not in the if statement. ^^&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 15 Apr 2023 15:23:26 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Documentation/Is-the-second-ADD-possible-in-Expression-of-Property-Manager/m-p/376686#M56610</guid>
      <dc:creator>LeeJaeYoung</dc:creator>
      <dc:date>2023-04-15T15:23:26Z</dc:date>
    </item>
    <item>
      <title>Re: Is the second ADD possible in Expression of Property Manager?</title>
      <link>https://community.graphisoft.com/t5/Documentation/Is-the-second-ADD-possible-in-Expression-of-Property-Manager/m-p/376701#M56617</link>
      <description>&lt;P&gt;The short answer is NO. Multiple statements can not be used in expressions unless they are used within the sequence block. Your intent is not clear but i believe you might want to use a IFS statement instead.&lt;/P&gt;</description>
      <pubDate>Sat, 15 Apr 2023 21:19:31 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Documentation/Is-the-second-ADD-possible-in-Expression-of-Property-Manager/m-p/376701#M56617</guid>
      <dc:creator>poco2013</dc:creator>
      <dc:date>2023-04-15T21:19:31Z</dc:date>
    </item>
    <item>
      <title>Re: Is the second ADD possible in Expression of Property Manager?</title>
      <link>https://community.graphisoft.com/t5/Documentation/Is-the-second-ADD-possible-in-Expression-of-Property-Manager/m-p/376705#M56618</link>
      <description>&lt;P&gt;Thank you for answer.&lt;BR /&gt;I'm always curious about your long answers. ^^&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Should I use only one method of ADD?&lt;BR /&gt;(If it is possible to use it multiple times, I would appreciate it if you could show me the form.)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;But why&lt;BR /&gt;I used it once, is it alive as I can add add?&lt;/P&gt;</description>
      <pubDate>Sun, 16 Apr 2023 00:57:59 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Documentation/Is-the-second-ADD-possible-in-Expression-of-Property-Manager/m-p/376705#M56618</guid>
      <dc:creator>LeeJaeYoung</dc:creator>
      <dc:date>2023-04-16T00:57:59Z</dc:date>
    </item>
    <item>
      <title>Re: Is the second ADD possible in Expression of Property Manager?</title>
      <link>https://community.graphisoft.com/t5/Documentation/Is-the-second-ADD-possible-in-Expression-of-Property-Manager/m-p/376709#M56621</link>
      <description>&lt;P&gt;I assume your intent is that : If the door type is neither "PD" or "WD" then fall through to another message --- Otherwise I don't know. In any event you can use only one statement.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;IFS ( {Property:Calculation data/Door Type} = "PD", "Is PD", {Property:Calculation data/Door Type} = "WD", "Is WD", TRUE, "Not Either" )&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 16 Apr 2023 01:47:34 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Documentation/Is-the-second-ADD-possible-in-Expression-of-Property-Manager/m-p/376709#M56621</guid>
      <dc:creator>poco2013</dc:creator>
      <dc:date>2023-04-16T01:47:34Z</dc:date>
    </item>
    <item>
      <title>Re: Is the second ADD possible in Expression of Property Manager?</title>
      <link>https://community.graphisoft.com/t5/Documentation/Is-the-second-ADD-possible-in-Expression-of-Property-Manager/m-p/376713#M56623</link>
      <description>&lt;P&gt;thank you so much. ^^&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;With your help, I converted the if statements into ifs.&lt;/P&gt;</description>
      <pubDate>Sun, 16 Apr 2023 03:18:53 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Documentation/Is-the-second-ADD-possible-in-Expression-of-Property-Manager/m-p/376713#M56623</guid>
      <dc:creator>LeeJaeYoung</dc:creator>
      <dc:date>2023-04-16T03:18:53Z</dc:date>
    </item>
  </channel>
</rss>

