<?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: Problem: Values in expressions multiplied by quantity in schedules in Collaboration with other software</title>
    <link>https://community.graphisoft.com/t5/Collaboration-with-other/Problem-Values-in-expressions-multiplied-by-quantity-in/m-p/282838#M37097</link>
    <description>&lt;BLOCKQUOTE&gt;Podolsky wrote:&lt;BR /&gt;
Scheduling is not so advanced tool and this is why similar problems appear. Try to solve it differently - don't round up the values with property for example. Use calculation rules and units settings instead.
&lt;/BLOCKQUOTE&gt;

This is not a solution for what I’m trying to achieve and will produce more problems in other schedules, but thanks.</description>
    <pubDate>Mon, 12 Jul 2021 12:28:23 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2021-07-12T12:28:23Z</dc:date>
    <item>
      <title>Problem: Values in expressions multiplied by quantity in schedules</title>
      <link>https://community.graphisoft.com/t5/Collaboration-with-other/Problem-Values-in-expressions-multiplied-by-quantity-in/m-p/282836#M37095</link>
      <description>&lt;DIV class="actalk-migrated-content"&gt;&lt;T&gt;Hi!&lt;BR /&gt;
I'm struggling with this problem.&lt;BR /&gt;
I've created schedules of construction elements (beams and columns) where I'm listing their lengths and heights.&lt;BR /&gt;
I needed rounded up values with some reserve. For this, I'm using expression MROUNDUP. For single elements everything works like a charm, but problem appears with multiple elements of the same length.&lt;BR /&gt;
I've got this schedule where all elements are listed and "merge uniform" option is "on" and in this case, the property I made is useless - values from expression are multiplied by number of elements.&lt;BR /&gt;
To be sure, I made column with property containing expression of just the beam length and it also shows beam length multiplied by the number of beams with the same length.&lt;BR /&gt;
My question is, why values based on expressions listed in schedules  are working differently from those listed directly in schedules? Is there any workaround? I was thinking of dividing the result by number of elements, but this number is specific for schedule and cannot be used in expressions...&lt;/T&gt;&lt;/DIV&gt;</description>
      <pubDate>Mon, 12 Jul 2021 11:04:03 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Collaboration-with-other/Problem-Values-in-expressions-multiplied-by-quantity-in/m-p/282836#M37095</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-07-12T11:04:03Z</dc:date>
    </item>
    <item>
      <title>Re: Problem: Values in expressions multiplied by quantity in schedules</title>
      <link>https://community.graphisoft.com/t5/Collaboration-with-other/Problem-Values-in-expressions-multiplied-by-quantity-in/m-p/282837#M37096</link>
      <description>Scheduling is not so advanced tool and this is why similar problems appear. Try to solve it differently - don't round up the values with property for example. Use calculation rules and units settings instead.</description>
      <pubDate>Mon, 12 Jul 2021 12:10:06 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Collaboration-with-other/Problem-Values-in-expressions-multiplied-by-quantity-in/m-p/282837#M37096</guid>
      <dc:creator>Podolsky</dc:creator>
      <dc:date>2021-07-12T12:10:06Z</dc:date>
    </item>
    <item>
      <title>Re: Problem: Values in expressions multiplied by quantity in schedules</title>
      <link>https://community.graphisoft.com/t5/Collaboration-with-other/Problem-Values-in-expressions-multiplied-by-quantity-in/m-p/282838#M37097</link>
      <description>&lt;BLOCKQUOTE&gt;Podolsky wrote:&lt;BR /&gt;
Scheduling is not so advanced tool and this is why similar problems appear. Try to solve it differently - don't round up the values with property for example. Use calculation rules and units settings instead.
&lt;/BLOCKQUOTE&gt;

This is not a solution for what I’m trying to achieve and will produce more problems in other schedules, but thanks.</description>
      <pubDate>Mon, 12 Jul 2021 12:28:23 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Collaboration-with-other/Problem-Values-in-expressions-multiplied-by-quantity-in/m-p/282838#M37097</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-07-12T12:28:23Z</dc:date>
    </item>
    <item>
      <title>Re: Problem: Values in expressions multiplied by quantity in schedules</title>
      <link>https://community.graphisoft.com/t5/Collaboration-with-other/Problem-Values-in-expressions-multiplied-by-quantity-in/m-p/282839#M37098</link>
      <description>Length type Properties will be added in Schedules when the "Merge Items" checkbox is checked.&lt;BR /&gt;
Number type Properties will not be added when the "Merge Items" checkbox is checked.&lt;BR /&gt;
&lt;BR /&gt;
So, the solution is to create a Number type Property instead of a Length type Property.&lt;BR /&gt;
There is a pretty elegant solution to convert a Length type Property to a Number type Property. &lt;BR /&gt;
Let us say you want to convert the "3D Length" Property. It would look like this (in the case of a Metric system):&lt;BR /&gt;
&lt;BR /&gt;

&lt;BLOCKQUOTE&gt;3D Length / 1 m&lt;/BLOCKQUOTE&gt;</description>
      <pubDate>Tue, 13 Jul 2021 09:19:43 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Collaboration-with-other/Problem-Values-in-expressions-multiplied-by-quantity-in/m-p/282839#M37098</guid>
      <dc:creator>Laszlo Nagy</dc:creator>
      <dc:date>2021-07-13T09:19:43Z</dc:date>
    </item>
    <item>
      <title>Re: Problem: Values in expressions multiplied by quantity in schedules</title>
      <link>https://community.graphisoft.com/t5/Collaboration-with-other/Problem-Values-in-expressions-multiplied-by-quantity-in/m-p/282840#M37099</link>
      <description>&lt;BLOCKQUOTE&gt;LaszloNagy wrote:&lt;BR /&gt;
&lt;BLOCKQUOTE&gt;3D Length / 1 m&lt;/BLOCKQUOTE&gt;
&lt;/BLOCKQUOTE&gt;
Brilliant. Although using 3d length creates the same, multiplying problem with "merge items" option checked. I'm using "MAX" of left and right side length (for beams) and "max height" for columns.&lt;BR /&gt;
Side question: is there any way to control displayed accuracy for number parameter?</description>
      <pubDate>Tue, 13 Jul 2021 09:52:34 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Collaboration-with-other/Problem-Values-in-expressions-multiplied-by-quantity-in/m-p/282840#M37099</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-07-13T09:52:34Z</dc:date>
    </item>
    <item>
      <title>Re: Problem: Values in expressions multiplied by quantity in schedules</title>
      <link>https://community.graphisoft.com/t5/Collaboration-with-other/Problem-Values-in-expressions-multiplied-by-quantity-in/m-p/282841#M37100</link>
      <description>I think the only way to control the exact decimal places of value is if you convert them to string type of Property and then use text manipulation commands to achieve the desired decimal places display.</description>
      <pubDate>Tue, 13 Jul 2021 12:13:03 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Collaboration-with-other/Problem-Values-in-expressions-multiplied-by-quantity-in/m-p/282841#M37100</guid>
      <dc:creator>Laszlo Nagy</dc:creator>
      <dc:date>2021-07-13T12:13:03Z</dc:date>
    </item>
    <item>
      <title>Re: Problem: Values in expressions multiplied by quantity in schedules</title>
      <link>https://community.graphisoft.com/t5/Collaboration-with-other/Problem-Values-in-expressions-multiplied-by-quantity-in/m-p/282842#M37101</link>
      <description>Hmm... but then I loose possibility to sum up values.&lt;BR /&gt;
Expression based properties in schedules definitely need tweaking.</description>
      <pubDate>Tue, 13 Jul 2021 12:48:10 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Collaboration-with-other/Problem-Values-in-expressions-multiplied-by-quantity-in/m-p/282842#M37101</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-07-13T12:48:10Z</dc:date>
    </item>
    <item>
      <title>Re: Problem: Values in expressions multiplied by quantity in schedules</title>
      <link>https://community.graphisoft.com/t5/Collaboration-with-other/Problem-Values-in-expressions-multiplied-by-quantity-in/m-p/282843#M37102</link>
      <description>Yes, it has its limitations, such as the one you mentioned.&lt;BR /&gt;
I think the best solution would be to be able to optionally define the formatting and accuracy on a Schedule Field level in the Scheme Settings Dialog (or use the settings coming from Calculation Settings preferences).</description>
      <pubDate>Tue, 13 Jul 2021 14:49:55 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Collaboration-with-other/Problem-Values-in-expressions-multiplied-by-quantity-in/m-p/282843#M37102</guid>
      <dc:creator>Laszlo Nagy</dc:creator>
      <dc:date>2021-07-13T14:49:55Z</dc:date>
    </item>
  </channel>
</rss>

