Functions

Functions for custom fields are powerful tools that allow you to enhance the flexibility and depth of your reports by creating and manipulating specialized data fields. These functions enable you to define and calculate values that are not directly available in your raw data, providing a way to tailor your reports to meet specific analytical needs and business requirements.

Analytics supports the following functions:

AVG IS NULL
CASE LEN
CHARINDEX LOWER
CONCAT MAX
CONCAT_WS MIN
COUNT MONTH
COUNT DISTINCT PATINDEX/POSITION
DATEADD REPLACE
DATEDIFF SUBSTRING
DAY SUM
GETDATE UPPER
IF YEAR

Conditional Functions

Conditional functions are built-in functions that return different values or perform different actions based on whether certain conditions are met. They are instrumental in creating custom calculations, formatting data based on specific criteria, and making data-driven decisions within your reports.

Aggregation Functions

Aggregations functions can be used to summarize and condense large volumes of data, making it easier to interpret patterns, trends, and overall performance. Whether you’re analyzing sales figures, financial metrics, or operational statistics, aggregation functions provide a way to aggregate multiple data points into a single, meaningful value.

String Functions

String functions are designed to handle various text processing tasks, such as concatenation, extraction, replacement, and formatting. These functions are particularly valuable when dealing with custom fields, where the data may not always be in a standard format or may require specific modifications to meet business needs.

Date Functions

Date functions in custom fields allow you to transform, analyze, and present time-based data in a way that enhances clarity and relevance. Whether you’re generating sales reports, tracking project timelines, or analyzing trends over time, incorporating date functions can help you perform calculations, filter data, and create dynamic visualizations.