<?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: property expressions, &amp;quot;NONE&amp;quot; or jump to next Line in Collaboration with other software</title>
    <link>https://community.graphisoft.com/t5/Collaboration-with-other/property-expressions-quot-NONE-quot-or-jump-to-next-Line/m-p/354846#M40676</link>
    <description>&lt;P&gt;Hi poco2013, thanks for your response here. I too am having the same query as lukaso and wanted clarification on this point. do you mean to use the function below and leave the &lt;EM&gt;ValueIfFalse&lt;/EM&gt; entry blank?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;IF ( &lt;STRONG&gt;Logical&lt;/STRONG&gt;, &lt;STRONG&gt;ValueIfTrue&lt;/STRONG&gt;, ValueIfFalse )&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am not clear how I would be able to filter the elements (eg. windows) by their property value (eg. sliding, top hung, ... etc) without using the IF or IFS function.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Femi&lt;/P&gt;</description>
    <pubDate>Thu, 01 Sep 2022 10:18:54 GMT</pubDate>
    <dc:creator>MrFlaws</dc:creator>
    <dc:date>2022-09-01T10:18:54Z</dc:date>
    <item>
      <title>property expressions, "NONE" or jump to next Line</title>
      <link>https://community.graphisoft.com/t5/Collaboration-with-other/property-expressions-quot-NONE-quot-or-jump-to-next-Line/m-p/276569#M36291</link>
      <description>&lt;DIV class="actalk-migrated-content"&gt;&lt;T&gt;Does anyone know a good way to jump into a new expression line (Add button)? &lt;BR /&gt;
Case:&lt;BR /&gt;
IF Typ is a wall show a wall-value If Not jump into next calculation.&lt;BR /&gt;
I tried "None" but it won't work in all of the cases&lt;BR /&gt;
&lt;BR /&gt;
I need this to shorten the expressions an keep a good overview.&lt;/T&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 16 Jan 2019 09:39:29 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Collaboration-with-other/property-expressions-quot-NONE-quot-or-jump-to-next-Line/m-p/276569#M36291</guid>
      <dc:creator>Lukas Oelmueller</dc:creator>
      <dc:date>2019-01-16T09:39:29Z</dc:date>
    </item>
    <item>
      <title>Re: property expressions, "NONE" or jump to next Line</title>
      <link>https://community.graphisoft.com/t5/Collaboration-with-other/property-expressions-quot-NONE-quot-or-jump-to-next-Line/m-p/276570#M36292</link>
      <description>That might be helpful,&lt;BR /&gt;
&lt;BR /&gt;
AFAIK you might achieve that by placing each item in the Sequence section of Properties. The trick is that the sequence gives a result then it will stop there so you have to be creative on how to line them up.&lt;BR /&gt;
&lt;BR /&gt;
For example if you a particular expression will work if it goes conceptually as this:&lt;BR /&gt;
&lt;BR /&gt;
- If Category is Wall do this&lt;BR /&gt;
- If Category is Slab do this&lt;BR /&gt;
- If Category is Roof do this&lt;BR /&gt;
&lt;BR /&gt;
In this case the expression will only give a result as long as the object has one of those categories. If the object has 2 of them then it will only give the first one that applies in the sequence.&lt;BR /&gt;
&lt;BR /&gt;
So if the sequence is this:&lt;BR /&gt;
&lt;BR /&gt;
- If Category is Wall do this&lt;BR /&gt;
- If Category is Wall ALSO do this&lt;BR /&gt;
&lt;BR /&gt;
You will never get to the second line.</description>
      <pubDate>Wed, 16 Jan 2019 11:38:28 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Collaboration-with-other/property-expressions-quot-NONE-quot-or-jump-to-next-Line/m-p/276570#M36292</guid>
      <dc:creator>Eduardo Rolon</dc:creator>
      <dc:date>2019-01-16T11:38:28Z</dc:date>
    </item>
    <item>
      <title>Re: property expressions, "NONE" or jump to next Line</title>
      <link>https://community.graphisoft.com/t5/Collaboration-with-other/property-expressions-quot-NONE-quot-or-jump-to-next-Line/m-p/276571#M36293</link>
      <description>Thanx eduardo,&lt;BR /&gt;
&lt;BR /&gt;
I figured that out to so far. For the expression I'm working on it would be of much help to have a "jump" option. &lt;BR /&gt;
Tried many workarounds, but none of them really work...&lt;BR /&gt;
&lt;BR /&gt;
Guess I'll have to wait for an update one day....&lt;BR /&gt;
&lt;BR /&gt;
Thanks for the clear answer.&lt;BR /&gt;
&lt;BR /&gt;
Lukas</description>
      <pubDate>Wed, 16 Jan 2019 12:31:08 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Collaboration-with-other/property-expressions-quot-NONE-quot-or-jump-to-next-Line/m-p/276571#M36293</guid>
      <dc:creator>Lukas Oelmueller</dc:creator>
      <dc:date>2019-01-16T12:31:08Z</dc:date>
    </item>
    <item>
      <title>Re: property expressions, "NONE" or jump to next Line</title>
      <link>https://community.graphisoft.com/t5/Collaboration-with-other/property-expressions-quot-NONE-quot-or-jump-to-next-Line/m-p/276572#M36294</link>
      <description>FYI:&lt;BR /&gt;
&lt;BR /&gt;
If you are using a sequence, you do not necessarily have to use if statements.&lt;BR /&gt;
You can take advantage of the fact that Archicad will error check the statement beforehand for the applicability of the properties to the element selected. &lt;BR /&gt;
If any property within the statement is not applicable, it will not try to do  the statement but will skip to the next sequence.&lt;BR /&gt;
So just use the calculation line applicable and Archicad will decide if it is valid for that type element.&lt;BR /&gt;
&lt;BR /&gt;
The problem that you may get into is if you want to use the expression for different types which may have common properties like doors and windows. In that case use a empty property classified only for the element type of interest -- within the false return of a single line if statement.&lt;BR /&gt;
&lt;BR /&gt;
This approach creates a single line statement for each element type. So you can use one expression for several different types (one sequence for each element type) without resorting to chaining ifs.</description>
      <pubDate>Wed, 23 Jan 2019 06:29:12 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Collaboration-with-other/property-expressions-quot-NONE-quot-or-jump-to-next-Line/m-p/276572#M36294</guid>
      <dc:creator>poco2013</dc:creator>
      <dc:date>2019-01-23T06:29:12Z</dc:date>
    </item>
    <item>
      <title>Re: property expressions, "NONE" or jump to next Line</title>
      <link>https://community.graphisoft.com/t5/Collaboration-with-other/property-expressions-quot-NONE-quot-or-jump-to-next-Line/m-p/276573#M36295</link>
      <description>thanks poco, in my case i need the if to ask for the classification...so i cant go without an "else". I would need a jumper property for each classification.......not to happy with this workaround</description>
      <pubDate>Wed, 23 Jan 2019 08:42:10 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Collaboration-with-other/property-expressions-quot-NONE-quot-or-jump-to-next-Line/m-p/276573#M36295</guid>
      <dc:creator>Lukas Oelmueller</dc:creator>
      <dc:date>2019-01-23T08:42:10Z</dc:date>
    </item>
    <item>
      <title>Re: property expressions, "NONE" or jump to next Line</title>
      <link>https://community.graphisoft.com/t5/Collaboration-with-other/property-expressions-quot-NONE-quot-or-jump-to-next-Line/m-p/276574#M36296</link>
      <description>&lt;BLOCKQUOTE&gt;lukaso wrote:&lt;BR /&gt;
thanks poco, in my case i need the if to ask for the classification...so i cant go without an "else". I would need a jumper property for each classification.......not to happy with this workaround
&lt;/BLOCKQUOTE&gt;

I assume there still isn't a feature as an ELSE?</description>
      <pubDate>Sun, 28 Feb 2021 20:58:00 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Collaboration-with-other/property-expressions-quot-NONE-quot-or-jump-to-next-Line/m-p/276574#M36296</guid>
      <dc:creator>Red</dc:creator>
      <dc:date>2021-02-28T20:58:00Z</dc:date>
    </item>
    <item>
      <title>Re: property expressions, "NONE" or jump to next Line</title>
      <link>https://community.graphisoft.com/t5/Collaboration-with-other/property-expressions-quot-NONE-quot-or-jump-to-next-Line/m-p/276575#M36297</link>
      <description>&lt;BLOCKQUOTE&gt;I assume there still isn't a feature as an ELSE?&lt;/BLOCKQUOTE&gt;

No there isn't. But there is IFS now (it has no ELSE at all)&lt;BR /&gt;
&lt;BR /&gt;
By the way, I'm totally happy with the workflow poco explained.</description>
      <pubDate>Sun, 28 Feb 2021 21:16:27 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Collaboration-with-other/property-expressions-quot-NONE-quot-or-jump-to-next-Line/m-p/276575#M36297</guid>
      <dc:creator>Lukas Oelmueller</dc:creator>
      <dc:date>2021-02-28T21:16:27Z</dc:date>
    </item>
    <item>
      <title>Re: property expressions, "NONE" or jump to next Line</title>
      <link>https://community.graphisoft.com/t5/Collaboration-with-other/property-expressions-quot-NONE-quot-or-jump-to-next-Line/m-p/354846#M40676</link>
      <description>&lt;P&gt;Hi poco2013, thanks for your response here. I too am having the same query as lukaso and wanted clarification on this point. do you mean to use the function below and leave the &lt;EM&gt;ValueIfFalse&lt;/EM&gt; entry blank?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;IF ( &lt;STRONG&gt;Logical&lt;/STRONG&gt;, &lt;STRONG&gt;ValueIfTrue&lt;/STRONG&gt;, ValueIfFalse )&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am not clear how I would be able to filter the elements (eg. windows) by their property value (eg. sliding, top hung, ... etc) without using the IF or IFS function.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Femi&lt;/P&gt;</description>
      <pubDate>Thu, 01 Sep 2022 10:18:54 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Collaboration-with-other/property-expressions-quot-NONE-quot-or-jump-to-next-Line/m-p/354846#M40676</guid>
      <dc:creator>MrFlaws</dc:creator>
      <dc:date>2022-09-01T10:18:54Z</dc:date>
    </item>
  </channel>
</rss>

