<?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: Functions: beam lenght and column height -&amp;gt; value in Collaboration with other software</title>
    <link>https://community.graphisoft.com/t5/Collaboration-with-other/Functions-beam-length-and-column-height-gt-value/m-p/278949#M36551</link>
    <description>&lt;BLOCKQUOTE&gt;KNA wrote:&lt;BR /&gt;
Hello,&lt;BR /&gt;
I have a schedule that has properties from both beams and columns. I would like to have a column in the schedule that represents either beam lenght or column height depenging on which one is on the row. I used (STRTONUM(STRCALCUNIT... to get numbers from both element types but do I use to get the schedule to show the number in both cases? The logical sentence is something like "if value is "--" then show the other value and vice versa... &lt;IMG src="https://community.graphisoft.com/legacyfs/online/emojis/icon_confused.gif" style="display : inline;" /&gt; )&lt;BR /&gt;
Thanks!&lt;BR /&gt;
KN
&lt;/BLOCKQUOTE&gt;

Hi, im wondering, why just not have a schedule for beams and another one for columns?</description>
    <pubDate>Wed, 30 Jun 2021 14:35:24 GMT</pubDate>
    <dc:creator>jl_lt</dc:creator>
    <dc:date>2021-06-30T14:35:24Z</dc:date>
    <item>
      <title>Functions: beam length and column height -&gt; value</title>
      <link>https://community.graphisoft.com/t5/Collaboration-with-other/Functions-beam-length-and-column-height-gt-value/m-p/278943#M36545</link>
      <description>&lt;DIV class="actalk-migrated-content"&gt;&lt;R&gt;Hello,&lt;BR /&gt;
I have a schedule that has properties from both beams and columns. I would like to have a column in the schedule that represents either beam lenght or column height depenging on which one is on the row. I used (STRTONUM(STRCALCUNIT... to get numbers from both element types but do I use to get the schedule to show the number in both cases? The logical sentence is something like "if value is "--" then show the other value and vice versa... &lt;IMG src="https://community.graphisoft.com/legacyfs/online/emojis/icon_confused.gif" style="display : inline;" /&gt; )&lt;BR /&gt;
Thanks!&lt;BR /&gt;
KN&lt;/R&gt;&lt;/DIV&gt;</description>
      <pubDate>Sun, 27 Jun 2021 09:33:20 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Collaboration-with-other/Functions-beam-length-and-column-height-gt-value/m-p/278943#M36545</guid>
      <dc:creator>KNA</dc:creator>
      <dc:date>2021-06-27T09:33:20Z</dc:date>
    </item>
    <item>
      <title>Re: Functions: beam lenght and column height -&gt; value</title>
      <link>https://community.graphisoft.com/t5/Collaboration-with-other/Functions-beam-length-and-column-height-gt-value/m-p/278944#M36546</link>
      <description>Your property expression probably must have this logical structure:&lt;BR /&gt;
&lt;BR /&gt;
IF element=column THEN value=column height ELSE IF element=beam THEN value=beam length&lt;BR /&gt;
&lt;BR /&gt;
Check which exactly commands you need to use. I'm not sure, that converting string to number can help you somehow.</description>
      <pubDate>Sun, 27 Jun 2021 10:06:51 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Collaboration-with-other/Functions-beam-length-and-column-height-gt-value/m-p/278944#M36546</guid>
      <dc:creator>Podolsky</dc:creator>
      <dc:date>2021-06-27T10:06:51Z</dc:date>
    </item>
    <item>
      <title>Re: Functions: beam lenght and column height -&gt; value</title>
      <link>https://community.graphisoft.com/t5/Collaboration-with-other/Functions-beam-length-and-column-height-gt-value/m-p/278945#M36547</link>
      <description>Thanks!&lt;BR /&gt;
&lt;BR /&gt;
I got it to work by using two rows with the following (I´m using Finnish version, so not sure about the trasnlations).&lt;BR /&gt;
&lt;BR /&gt;
IF (element="column"; columnheight; 0 m)&lt;BR /&gt;
IF (element="beam"; beamlenght; 0 m)&lt;BR /&gt;
&lt;BR /&gt;
I was just wondering is there a way to have this in one logical structure like you wrote -&amp;gt; how do you use ELSE IF as a command? I tried IF (element="column"; columnheight; beamleght) but it didn´t work.</description>
      <pubDate>Mon, 28 Jun 2021 06:05:37 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Collaboration-with-other/Functions-beam-length-and-column-height-gt-value/m-p/278945#M36547</guid>
      <dc:creator>KNA</dc:creator>
      <dc:date>2021-06-28T06:05:37Z</dc:date>
    </item>
    <item>
      <title>Re: Functions: beam lenght and column height -&gt; value</title>
      <link>https://community.graphisoft.com/t5/Collaboration-with-other/Functions-beam-length-and-column-height-gt-value/m-p/278946#M36548</link>
      <description>An easier way to combine them is:&lt;BR /&gt;
Data Type = Length&lt;BR /&gt;
Expression.&lt;BR /&gt;
 - add 2 items to the list, one is Beam "3D Length" and the second is Column "Height"&lt;BR /&gt;
&lt;BR /&gt;
Then assign this new Property to just Beams and Columns (classification).</description>
      <pubDate>Mon, 28 Jun 2021 11:19:06 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Collaboration-with-other/Functions-beam-length-and-column-height-gt-value/m-p/278946#M36548</guid>
      <dc:creator>James B</dc:creator>
      <dc:date>2021-06-28T11:19:06Z</dc:date>
    </item>
    <item>
      <title>Re: Functions: beam lenght and column height -&gt; value</title>
      <link>https://community.graphisoft.com/t5/Collaboration-with-other/Functions-beam-length-and-column-height-gt-value/m-p/278947#M36549</link>
      <description>You can use IFS instead of IF. IFS let to have several conditions:&lt;BR /&gt;
&lt;BR /&gt;
IFS ( LogicalCondition 1, Value1, [LogicalCondition2, Value2],...) &lt;BR /&gt;
&lt;BR /&gt;
IFS (element='column', columnheight, element='beam', beamlength)&lt;BR /&gt;
&lt;BR /&gt;
Actually, strange why IF (element='column', columnheight, beamlength) is not working. Logically here everything correct - if element is not column, then it shows length of beam.</description>
      <pubDate>Mon, 28 Jun 2021 16:44:23 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Collaboration-with-other/Functions-beam-length-and-column-height-gt-value/m-p/278947#M36549</guid>
      <dc:creator>Podolsky</dc:creator>
      <dc:date>2021-06-28T16:44:23Z</dc:date>
    </item>
    <item>
      <title>Re: Functions: beam lenght and column height -&gt; value</title>
      <link>https://community.graphisoft.com/t5/Collaboration-with-other/Functions-beam-length-and-column-height-gt-value/m-p/278948#M36550</link>
      <description>I just tried this and if you use the "3D Length" general parameter it will return the correct value for both Columns and Beams, even if they are inclined. So I think there is no need for expressions or even new Properties, you can just use the "3D Length" general parameter in your schedule.</description>
      <pubDate>Wed, 30 Jun 2021 11:11:59 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Collaboration-with-other/Functions-beam-length-and-column-height-gt-value/m-p/278948#M36550</guid>
      <dc:creator>Laszlo Nagy</dc:creator>
      <dc:date>2021-06-30T11:11:59Z</dc:date>
    </item>
    <item>
      <title>Re: Functions: beam lenght and column height -&gt; value</title>
      <link>https://community.graphisoft.com/t5/Collaboration-with-other/Functions-beam-length-and-column-height-gt-value/m-p/278949#M36551</link>
      <description>&lt;BLOCKQUOTE&gt;KNA wrote:&lt;BR /&gt;
Hello,&lt;BR /&gt;
I have a schedule that has properties from both beams and columns. I would like to have a column in the schedule that represents either beam lenght or column height depenging on which one is on the row. I used (STRTONUM(STRCALCUNIT... to get numbers from both element types but do I use to get the schedule to show the number in both cases? The logical sentence is something like "if value is "--" then show the other value and vice versa... &lt;IMG src="https://community.graphisoft.com/legacyfs/online/emojis/icon_confused.gif" style="display : inline;" /&gt; )&lt;BR /&gt;
Thanks!&lt;BR /&gt;
KN
&lt;/BLOCKQUOTE&gt;

Hi, im wondering, why just not have a schedule for beams and another one for columns?</description>
      <pubDate>Wed, 30 Jun 2021 14:35:24 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Collaboration-with-other/Functions-beam-length-and-column-height-gt-value/m-p/278949#M36551</guid>
      <dc:creator>jl_lt</dc:creator>
      <dc:date>2021-06-30T14:35:24Z</dc:date>
    </item>
  </channel>
</rss>

