<?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: Working with data generated by schedule calculations in Collaboration with other software</title>
    <link>https://community.graphisoft.com/t5/Collaboration-with-other/Working-with-data-generated-by-schedule-calculations/m-p/170296#M19704</link>
    <description>The reason for my question is that I would like to be able to take existing zones and new zones and compare the difference between the two conditions.  Simple tenant improvement calculations like existing square footage to new square footage.  &lt;BR /&gt;
&lt;BR /&gt;
Though I think once I understand that there are a few other areas where simple area calculations and understanding objects within a specific area would help for more simple structural calculations, and code calculations.&lt;BR /&gt;
&lt;BR /&gt;
So in the more complex calculation thought would there be a place where you can insert equations?  Would that place only be within GDL?  So if you did create a calculating object (which might be the wrong method) would you then be able to send the results of the various equations into schedule?</description>
    <pubDate>Sat, 16 Jan 2010 17:36:51 GMT</pubDate>
    <dc:creator>ares997</dc:creator>
    <dc:date>2010-01-16T17:36:51Z</dc:date>
    <item>
      <title>Working with data generated by schedule calculations</title>
      <link>https://community.graphisoft.com/t5/Collaboration-with-other/Working-with-data-generated-by-schedule-calculations/m-p/170293#M19701</link>
      <description>&lt;DIV class="actalk-migrated-content"&gt;&lt;T&gt;Is it possible to access the data of one schedule with another one?  So if have the area's of a total and want to reference another table that was generated?  &lt;BR /&gt;
&lt;BR /&gt;
Why isn't it possible to manipulate the schedule easily within the schedule setting/preview window?  It seems like the columns and rows should be easily  moved and organized.  As well as the data should become variables on that sheet that can be accessed in other areas easily?&lt;/T&gt;&lt;/DIV&gt;</description>
      <pubDate>Thu, 14 Jan 2010 18:58:19 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Collaboration-with-other/Working-with-data-generated-by-schedule-calculations/m-p/170293#M19701</guid>
      <dc:creator>ares997</dc:creator>
      <dc:date>2010-01-14T18:58:19Z</dc:date>
    </item>
    <item>
      <title>Re: Working with data generated by schedule calculations</title>
      <link>https://community.graphisoft.com/t5/Collaboration-with-other/Working-with-data-generated-by-schedule-calculations/m-p/170294#M19702</link>
      <description>You can use the ODBC driver (Open DataBase Connectivity, a standard database access method) to look into the projects' data. Download &lt;A href="http://www.graphisoft.com/support/developer/downloads/" target="_blank"&gt;here.&lt;/A&gt;&lt;BR /&gt;
&lt;BR /&gt;
Then will need other software to process the data. I know it works, but I never had the urge to look deeper.</description>
      <pubDate>Thu, 14 Jan 2010 22:58:51 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Collaboration-with-other/Working-with-data-generated-by-schedule-calculations/m-p/170294#M19702</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-01-14T22:58:51Z</dc:date>
    </item>
    <item>
      <title>Re: Working with data generated by schedule calculations</title>
      <link>https://community.graphisoft.com/t5/Collaboration-with-other/Working-with-data-generated-by-schedule-calculations/m-p/170295#M19703</link>
      <description>The ODBC driver for Windows allows a subset of the model information to be queried, through an Access database for example. I cannot tell from the question if it is appropriate in this case.&lt;BR /&gt;
&lt;BR /&gt;
ares997 - could you give a precise example of one of the kinds of things you'd like to accomplish?  Then perhaps we can advise you better.</description>
      <pubDate>Thu, 14 Jan 2010 23:11:09 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Collaboration-with-other/Working-with-data-generated-by-schedule-calculations/m-p/170295#M19703</guid>
      <dc:creator>Karl Ottenstein</dc:creator>
      <dc:date>2010-01-14T23:11:09Z</dc:date>
    </item>
    <item>
      <title>Re: Working with data generated by schedule calculations</title>
      <link>https://community.graphisoft.com/t5/Collaboration-with-other/Working-with-data-generated-by-schedule-calculations/m-p/170296#M19704</link>
      <description>The reason for my question is that I would like to be able to take existing zones and new zones and compare the difference between the two conditions.  Simple tenant improvement calculations like existing square footage to new square footage.  &lt;BR /&gt;
&lt;BR /&gt;
Though I think once I understand that there are a few other areas where simple area calculations and understanding objects within a specific area would help for more simple structural calculations, and code calculations.&lt;BR /&gt;
&lt;BR /&gt;
So in the more complex calculation thought would there be a place where you can insert equations?  Would that place only be within GDL?  So if you did create a calculating object (which might be the wrong method) would you then be able to send the results of the various equations into schedule?</description>
      <pubDate>Sat, 16 Jan 2010 17:36:51 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Collaboration-with-other/Working-with-data-generated-by-schedule-calculations/m-p/170296#M19704</guid>
      <dc:creator>ares997</dc:creator>
      <dc:date>2010-01-16T17:36:51Z</dc:date>
    </item>
    <item>
      <title>Re: Working with data generated by schedule calculations</title>
      <link>https://community.graphisoft.com/t5/Collaboration-with-other/Working-with-data-generated-by-schedule-calculations/m-p/170297#M19705</link>
      <description>Yes, if you have a GDL object that computes something, it can be scheduled via the 'Additional Parameters' option.&lt;BR /&gt;
&lt;BR /&gt;
No objects / elements are 'aware' of any others, though, so from within GDL you cannot compare one zone to another.&lt;BR /&gt;
&lt;BR /&gt;
A custom add-on could be programmed to access stuff like that, though not an easy or user-oriented task.&lt;BR /&gt;
&lt;BR /&gt;
From a user point of view, the ODBC add-on may be the way to go, at least for comparing zoned, etc. From Microsoft Access, you can perform whatever kind of joins and comparison calcs you want and display it attractively in a report ... that is then sent to a PDF that can be placed on a layout.  But, with various manual steps ... and with careful naming of the zones to let your database queries identify the old vs new easily.  All of this is still beyond the normal skill level of most architects.&lt;BR /&gt;
&lt;BR /&gt;
Alternatively, schedules for each group of zones can be published to text csv files which can then be brought into Filemaker (Mac or Win) or Access (Win) to do the data join and comparision.&lt;BR /&gt;
&lt;BR /&gt;
Bottom line - anything other than simple scheduling is way too complicated in ArchiCAD and the process should be made easier.</description>
      <pubDate>Sat, 16 Jan 2010 20:04:35 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Collaboration-with-other/Working-with-data-generated-by-schedule-calculations/m-p/170297#M19705</guid>
      <dc:creator>Karl Ottenstein</dc:creator>
      <dc:date>2010-01-16T20:04:35Z</dc:date>
    </item>
    <item>
      <title>Re: Working with data generated by schedule calculations</title>
      <link>https://community.graphisoft.com/t5/Collaboration-with-other/Working-with-data-generated-by-schedule-calculations/m-p/170298#M19706</link>
      <description>&lt;BLOCKQUOTE&gt;ares997: would like to be able to take existing zones and new zones and compare the difference between the two conditions.&lt;/BLOCKQUOTE&gt;

As you are listed as an OPS user, why not try this in OPS ? Export your model, with  zones only shown, to an IFC file, Import the IFC into OPS, and make the comparison you desire. If there becomes a modified result because of your analysis, then you can export an IFC back into AC, and very quickly !&lt;BR /&gt;
&lt;BR /&gt;
&lt;FONT color="#ff00bf"&gt;A couple of how to attachments for you from OPS are here.........&lt;/FONT&gt;</description>
      <pubDate>Wed, 20 Jan 2010 15:10:42 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Collaboration-with-other/Working-with-data-generated-by-schedule-calculations/m-p/170298#M19706</guid>
      <dc:creator>Michael</dc:creator>
      <dc:date>2010-01-20T15:10:42Z</dc:date>
    </item>
    <item>
      <title>Re: Working with data generated by schedule calculations</title>
      <link>https://community.graphisoft.com/t5/Collaboration-with-other/Working-with-data-generated-by-schedule-calculations/m-p/170299#M19707</link>
      <description>&lt;FONT color="#ff009a"&gt;second attachment&lt;/FONT&gt;</description>
      <pubDate>Wed, 20 Jan 2010 15:18:15 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Collaboration-with-other/Working-with-data-generated-by-schedule-calculations/m-p/170299#M19707</guid>
      <dc:creator>Michael</dc:creator>
      <dc:date>2010-01-20T15:18:15Z</dc:date>
    </item>
  </channel>
</rss>

