> For the complete documentation index, see [llms.txt](https://docs.antsomi.com/cdp-365-user-guide-en/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.antsomi.com/cdp-365-user-guide-en/data-hub/business-objects/data-objects/attributes/computed-attribute/most-frequent.md).

# Most Frequent

## Most Frequent Configure

<figure><img src="/files/umPNHRBP0iC4RZonRCrW" alt=""><figcaption></figcaption></figure>

### General Information

* **Object:** the corresponding Object that you chose to create the attribute
* **Group attribute:** Group contains attributes that have the same characteristic or usage. [See more about Groups](/cdp-365-user-guide-en/data-hub/business-objects/data-objects/groups.md)
* **Attribute type:** [type of attribute](#kieu-thuoc-tinh) you chose to create
* **Attribute name:** name of the attribute
* **Attribute internal code:** code of the attribute
* **Description:** information describes the attribute

{% hint style="warning" %}
Note: the attribute code does not allow prefixes: number\_, sgmt\_, aud\_&#x20;
{% endhint %}

<figure><img src="/files/6P8mVOa1Jh1OOMy8q9Q5" alt=""><figcaption></figcaption></figure>

### Setting

* **Time range**: time range that this attribute is computed
* **Events:** the event will be computed
* **Sources**: sources that event is logged
* **Event Attribute**: attribute of the event
* **Add condition**: Condition that the most frequent attribute is computed. See more about [Conditions](/cdp-365-user-guide-en/annotation/conditions.md)
* **Display Format**: the displayed value of the attribute. See more about [Display Format](/cdp-365-user-guide-en/annotation/data-format.md#display-format)
* **Attribute usage setting**:
  * **Enable Data Encryption**: mark data encoding for this attribute

{% hint style="warning" %}
Note:&#x20;

* The display format is corresponding with the selected event and event attribute
* You can edit the display format by clicking ![](/files/BzYAmyF469jMKwk1vFiP)in the Display format field when the data type is Number or Date time
  {% endhint %}

<figure><img src="/files/8ryMXkgeojquAXL3nZIx" alt=""><figcaption></figcaption></figure>

### Computation schedule

The schedule that the attribute is computed

See more about the [Computation Schedule](broken://pages/e485ErmJLYjqXpBEEBFU#computation-schedule)

### Notification Setup

* **Account:** set up account(s) receiving notification&#x20;
* **Notify options**: the notification can be sent by email or pushed notification when the computation completes success or fail

<figure><img src="/files/aMIqlWJ8PrScqd3zMe1Y" alt=""><figcaption></figcaption></figure>

***Example:*** Find out the store which customer shopped the most for the last 180 days

<figure><img src="/files/7nWQFizqmq26DB1W8bvB" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.antsomi.com/cdp-365-user-guide-en/data-hub/business-objects/data-objects/attributes/computed-attribute/most-frequent.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
