Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

You will need Administration User access to the dRofus database to create calculated attributes. Select Settings at the bottom-left corner, then "Settings" (under Project and Database Administration), then "Items":

This feature can not be exported to xml or PDF, but is available in Excel Exports and Revit/ArchiCAD Add-On configurations.

There are three options for composite text attributes under Items; Item - Cacluated attributes, Occurrences - Calculated attributes, and Product - Calculated attributes.

To create a new calculated attribute, go to 'Item - Calculated attributes' and click 'Add':

  • 名前:複合テキストを含む新しい属性の名前。

  • グループ:部屋のプロパティパネルで、属性を配置するセクションです。”Classification (分類)"のような既存のグループを使用することも、
    新しい名前を入力することもできます。

  • ツールヒント (Tooltip):属性上にカーソルを置くと、オプションのヘルプ・テキスト (help text ) が表示されます。

  • プロパティパネルで表示:複合テキスト属性を部屋プロパティパネル内に表示したい場合は、これを選択します。ほとんどの場合、テキストは表示したいものですが、
    プロジェクトによっては、dRofus内でテキストを表示せずに、テキストだけをモデルに直接同期させたい場合があります。

  • FormatThe combination of formats with fields is how the calculated attributes come together. Use {0} to refer to the first attribute in the list, {1} to refer to the second attribute, and so on. You may also apply special formatting to attributes that can change the text case, how numbers and dates are represented, select parts of a text, or a text based on a logical condition. 

  • Fields: Select 'Add/remove fields' to add fields to include in the new attribute.

  • Data type: Depending on the formats, the data type you choose is important. The options are Decimal, Integer, Yes/No, Text, and Date.

  • Unit: The unit is optional as it defines a label in the properties pane after your calculated attribute.

Most calculated attributes are designed around numbers, and our default formulas create a bracket around the field {0} when building out a formula. But sometimes, we like to use text, yes/no, or list values. For example, when checking whether two text fields match or both values are True. For these formulas to work, you need to add a single quote around the bracket ‘{0}’ so that we know it should be a string, not a number.

  • No labels