> ## Documentation Index
> Fetch the complete documentation index at: https://docs.zeotap.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Create a Real-Time Calculated Attribute

To understand this better, let's assume you want to send a special deal for order values exceeding 8000 within a 1-hour timeframe. In this case, you can create a Real-Time Calculated Attribute as follows:

<Steps>
  <Step>
    Navigate to **Calculated Attributes** under **Unify**.
  </Step>

  <Step>
    Under the **Real Time Attributes** tab,
    click + **Create Attribute**.

    <Frame>
      <img src="https://mintcdn.com/zeotap/8JL3J3GLnO5rMtb7/articles/unify-customer/Storage/unify-customer/create-a-real-time-calculated-attribute/create-a-real-time-calculated-attribute-2025-03-05.png?fit=max&auto=format&n=8JL3J3GLnO5rMtb7&q=85&s=2e07484ff1110594e35aac4687a76ae1" alt="" width="3538" height="1112" data-path="articles/unify-customer/Storage/unify-customer/create-a-real-time-calculated-attribute/create-a-real-time-calculated-attribute-2025-03-05.png" />
    </Frame>
  </Step>

  <Step>
    In the **Attribute name** field, enter a descriptive name to refer to the Real Time Calculated Attribute.
  </Step>

  <Step>
    4. In the **Description** field, enter a description to remember details about the attribute.

    <Frame>
      <img src="https://mintcdn.com/zeotap/8JL3J3GLnO5rMtb7/articles/unify-customer/Storage/unify-customer/create-a-real-time-calculated-attribute/create-a-real-time-calculated-attribute-2025-03-05-4.png?fit=max&auto=format&n=8JL3J3GLnO5rMtb7&q=85&s=72132676400cd4b63f81ba200fff2c71" alt="" width="1758" height="604" data-path="articles/unify-customer/Storage/unify-customer/create-a-real-time-calculated-attribute/create-a-real-time-calculated-attribute-2025-03-05-4.png" />
    </Frame>
  </Step>

  <Step>
    Select the appropriate Aggregation type using the drop-down menu. The values can be Count, Sum and Unique List.
  </Step>

  <Step>
    In **Select a field**, choose the attribute on which the calculation works based on the chosen aggregation type.

    <Frame>
      <img src="https://mintcdn.com/zeotap/8JL3J3GLnO5rMtb7/articles/unify-customer/Storage/unify-customer/create-a-real-time-calculated-attribute/create-a-real-time-calculated-attribute-2025-03-05-6.png?fit=max&auto=format&n=8JL3J3GLnO5rMtb7&q=85&s=0987c5cf9d08251621b315ab09242ed3" alt="" width="1386" height="308" data-path="articles/unify-customer/Storage/unify-customer/create-a-real-time-calculated-attribute/create-a-real-time-calculated-attribute-2025-03-05-6.png" />
    </Frame>
  </Step>

  <Step>
    In **event(s)** field, provide the event name(s). In the example shown below, the event name is Event OrderVal.
  </Step>

  <Step>
    You can further specify conditions for your Calculated Attributes by clicking **Add Condition**. Note that you can also include [Non-customer entity data](/articles/unify-customer/non-customer-entity-data) in the conditions based on your requirement. 

    <Frame>
      <img src="https://mintcdn.com/zeotap/8JL3J3GLnO5rMtb7/articles/unify-customer/Storage/unify-customer/create-a-real-time-calculated-attribute/create-a-real-time-calculated-attribute-2025-03-05-5.png?fit=max&auto=format&n=8JL3J3GLnO5rMtb7&q=85&s=b6203f28333defe7cd92ac6bd16f8071" alt="" width="1688" height="986" data-path="articles/unify-customer/Storage/unify-customer/create-a-real-time-calculated-attribute/create-a-real-time-calculated-attribute-2025-03-05-5.png" />
    </Frame>
  </Step>

  <Step>
    In the **Run Computation** section, choose the time period for the calculation.
  </Step>

  <Step>
    Click **Save** to create the Real Time Calculated Attribute.
  </Step>
</Steps>

## Related Topics

<CardGroup>
  <Card title="Batch Vs. Real Time Calculated Attributes" href="/articles/unify-customer/batch-vs-real-time-calculated-attributes" icon="angles-right" iconType="solid" horizontal={true} />

  <Card title="Components of the Calculated Attributes Screen" href="/articles/unify-customer/components-of-the-calculated-attributes-screen" icon="angles-right" iconType="solid" horizontal={true} />

  <Card title="Create a Batch Calculated Attribute" href="/articles/unify-customer/add-a-calculated-attribute" icon="angles-right" iconType="solid" horizontal={true} />

  <Card title="Segment Membership Calculated Attribute" href="/articles/unify-customer/system-defined-calculated-attributes" icon="angles-right" iconType="solid" horizontal={true} />

  <Card title="FAQs about Calculated Attributes" href="/articles/unify-customer/faqs-about-calculated-attributes" icon="angles-right" iconType="solid" horizontal={true} />
</CardGroup>
