AnalyticsFilters
Contains filter definitions used in analytics dashboards and reports, including criteria expressions, linked fields, and user-defined filtering logic for customizing data views.
Columns
| Name | Type | ReadOnly | Description |
| ID [KEY] | String | True |
Unique identifier for the analytics file record, typically used as the primary key in the table. |
| Global ID | String | True |
System-assigned globally unique identifier for the record, used for cross-system synchronization and data consistency. |
| Link | String | False |
System-generated URL or reference link that points to the analytics file or associated resource within Veeva Vault. |
| Analytics Filters Name | String | False |
User-defined name for the set of analytics filters applied to the report. This value helps in identifying the filter configuration used. |
| Status | String | False |
Indicates the current state of the analytics file, such as active, archived, or in-progress. This is useful for workflow and access control. |
| Created By | String | True |
User ID of the individual who created the analytics file entry. This is typically captured from the user's Vault session at the time of creation. |
| Created Date | Datetime | True |
Timestamp representing when the analytics file was initially created in the system. This is used for auditing and sorting. |
| Last Modified By | String | True |
User ID of the last individual who modified the analytics file entry. This is useful for tracking update ownership. |
| Last Modified Date | Datetime | True |
Timestamp representing the most recent modification to the analytics file. This is useful for version control and audit tracking. |
| Analytics Report | String | False |
Reference to the associated analytics report that this file supports or is derived from. May include report ID or name. |
| Filters | String | False |
Serialized or delimited list of filters applied to generate the analytics report. This is typically includes fields like region, date range, and product. |
| Mobile ID | String | False |
Identifier used by mobile applications to track or reference the analytics file in offline or mobile workflows. |
| Owner | String | False |
User ID or group ID representing the owner of the analytics file. Ownership can dictate access rights and visibility. |
| Legacy CRM Id | String | False |
Identifier inherited from a previous Customer Relationship Management (CRM) system. Retained for historical reference and data migration mapping. |