<?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 Betreff: I get stuck on this seemingly simple expression... in Project data &amp; BIM</title>
    <link>https://community.graphisoft.com/t5/Project-data-BIM/I-get-stuck-on-this-seemingly-simple-expression/m-p/638389#M11126</link>
    <description>&lt;P&gt;Hi Mats, if you mean like the little formula beneath try something along the lines of:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;IFS ( 
    AND ( Type="A"; Material="yy";etc..); "100";
    AND ( Type="B"; Material="zz";etc..); "200";
    ...
)&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope that helps!&lt;/P&gt;</description>
    <pubDate>Mon, 04 Nov 2024 11:38:15 GMT</pubDate>
    <dc:creator>runxel</dc:creator>
    <dc:date>2024-11-04T11:38:15Z</dc:date>
    <item>
      <title>I get stuck on this seemingly simple expression...</title>
      <link>https://community.graphisoft.com/t5/Project-data-BIM/I-get-stuck-on-this-seemingly-simple-expression/m-p/638373#M11125</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I have properties and want to drive values from combinations of these properties but I can't figure out how to. Any takers?&lt;/P&gt;
&lt;P&gt;Br,&lt;/P&gt;
&lt;P&gt;Mats&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="2024-11-04_12-02-29.png" style="width: 498px;"&gt;&lt;img src="https://community.graphisoft.com/t5/image/serverpage/image-id/79032i1ED0DAA72ADCFA80/image-size/large?v=v2&amp;amp;px=999" role="button" title="2024-11-04_12-02-29.png" alt="2024-11-04_12-02-29.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier" color="grey"&gt;Operating system used: &lt;EM&gt;Windows &lt;/EM&gt;&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 04 Nov 2024 11:04:40 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Project-data-BIM/I-get-stuck-on-this-seemingly-simple-expression/m-p/638373#M11125</guid>
      <dc:creator>Mats Knutsson</dc:creator>
      <dc:date>2024-11-04T11:04:40Z</dc:date>
    </item>
    <item>
      <title>Betreff: I get stuck on this seemingly simple expression...</title>
      <link>https://community.graphisoft.com/t5/Project-data-BIM/I-get-stuck-on-this-seemingly-simple-expression/m-p/638389#M11126</link>
      <description>&lt;P&gt;Hi Mats, if you mean like the little formula beneath try something along the lines of:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;IFS ( 
    AND ( Type="A"; Material="yy";etc..); "100";
    AND ( Type="B"; Material="zz";etc..); "200";
    ...
)&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope that helps!&lt;/P&gt;</description>
      <pubDate>Mon, 04 Nov 2024 11:38:15 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Project-data-BIM/I-get-stuck-on-this-seemingly-simple-expression/m-p/638389#M11126</guid>
      <dc:creator>runxel</dc:creator>
      <dc:date>2024-11-04T11:38:15Z</dc:date>
    </item>
    <item>
      <title>Betreff: I get stuck on this seemingly simple expression...</title>
      <link>https://community.graphisoft.com/t5/Project-data-BIM/I-get-stuck-on-this-seemingly-simple-expression/m-p/638433#M11128</link>
      <description>&lt;P&gt;Nope, tried that.&lt;/P&gt;</description>
      <pubDate>Mon, 04 Nov 2024 15:28:49 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Project-data-BIM/I-get-stuck-on-this-seemingly-simple-expression/m-p/638433#M11128</guid>
      <dc:creator>Mats Knutsson</dc:creator>
      <dc:date>2024-11-04T15:28:49Z</dc:date>
    </item>
    <item>
      <title>Re: I get stuck on this seemingly simple expression...</title>
      <link>https://community.graphisoft.com/t5/Project-data-BIM/I-get-stuck-on-this-seemingly-simple-expression/m-p/638450#M11129</link>
      <description>&lt;P&gt;like this with a number type property&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;IFS ( AND ( {Property:Généralités/Type} = "A"; {Property:Généralités/Material} = "xx"; {Property:Généralités/Accessory} = "1" ); 100; AND ( {Property:Généralités/Type} = "B"; {Property:Généralités/Material} = "yy"; {Property:Généralités/Accessory} = "1" ); 200 )
&lt;/LI-CODE&gt;</description>
      <pubDate>Mon, 04 Nov 2024 17:03:23 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Project-data-BIM/I-get-stuck-on-this-seemingly-simple-expression/m-p/638450#M11129</guid>
      <dc:creator>Yves</dc:creator>
      <dc:date>2024-11-04T17:03:23Z</dc:date>
    </item>
    <item>
      <title>Re: I get stuck on this seemingly simple expression...</title>
      <link>https://community.graphisoft.com/t5/Project-data-BIM/I-get-stuck-on-this-seemingly-simple-expression/m-p/638471#M11131</link>
      <description>&lt;P&gt;Got it to work. Thanks! Seems like the same code as Lucas suggested. I don't know went wrong earlier...&lt;/P&gt;
&lt;P&gt;I get grey hair from the syntax and the editor....&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 04 Nov 2024 19:38:11 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Project-data-BIM/I-get-stuck-on-this-seemingly-simple-expression/m-p/638471#M11131</guid>
      <dc:creator>Mats Knutsson</dc:creator>
      <dc:date>2024-11-04T19:38:11Z</dc:date>
    </item>
    <item>
      <title>Re: I get stuck on this seemingly simple expression...</title>
      <link>https://community.graphisoft.com/t5/Project-data-BIM/I-get-stuck-on-this-seemingly-simple-expression/m-p/638484#M11133</link>
      <description>&lt;P&gt;I am not sure if it is applicable in this case, but I have found depending on the language version of Archicad or maybe your operating system, some need to use semi-colons as expression separators and others need to use commas.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Barry.&lt;/P&gt;</description>
      <pubDate>Tue, 05 Nov 2024 00:27:55 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Project-data-BIM/I-get-stuck-on-this-seemingly-simple-expression/m-p/638484#M11133</guid>
      <dc:creator>Barry Kelly</dc:creator>
      <dc:date>2024-11-05T00:27:55Z</dc:date>
    </item>
    <item>
      <title>Re: I get stuck on this seemingly simple expression...</title>
      <link>https://community.graphisoft.com/t5/Project-data-BIM/I-get-stuck-on-this-seemingly-simple-expression/m-p/638520#M11134</link>
      <description>&lt;P&gt;I've got that settled so it was something else. I must have missed something somewhere.&lt;/P&gt;
&lt;P&gt;I will write to full expression (it will be quite massive) in a text editor and then paste it into AC.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 05 Nov 2024 07:44:44 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Project-data-BIM/I-get-stuck-on-this-seemingly-simple-expression/m-p/638520#M11134</guid>
      <dc:creator>Mats Knutsson</dc:creator>
      <dc:date>2024-11-05T07:44:44Z</dc:date>
    </item>
    <item>
      <title>Re: I get stuck on this seemingly simple expression...</title>
      <link>https://community.graphisoft.com/t5/Project-data-BIM/I-get-stuck-on-this-seemingly-simple-expression/m-p/638526#M11135</link>
      <description>&lt;P&gt;Do note, that the ifs function might have a limit. It does have one in excel and I wouldn't be suprised if it has one in ArchiCAD expressions too.&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;&lt;A href="https://support.microsoft.com/en-GB/office/ifs-function-36329a26-37b2-467c-972b-4a39bd951d45" target="_blank"&gt;https://support.microsoft.com/en-GB/office/ifs-function-36329a26-37b2-467c-972b-4a39bd951d45&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Xandros_1-1730793825890.png" style="width: 999px;"&gt;&lt;img src="https://community.graphisoft.com/t5/image/serverpage/image-id/79077i0C3E002C8F13DAFC/image-size/large?v=v2&amp;amp;px=999" role="button" title="Xandros_1-1730793825890.png" alt="Xandros_1-1730793825890.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I once had this issue of a massive expression with a few hundred conditions. ArchiCAD performance will suffer noticeably!&lt;/P&gt;
&lt;P&gt;If you reach more than the maximum you'll have to get creative on how to implement the expression(s) and how to improve performance again.&lt;/P&gt;</description>
      <pubDate>Tue, 05 Nov 2024 08:09:49 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Project-data-BIM/I-get-stuck-on-this-seemingly-simple-expression/m-p/638526#M11135</guid>
      <dc:creator>Xandros</dc:creator>
      <dc:date>2024-11-05T08:09:49Z</dc:date>
    </item>
  </channel>
</rss>

