# CURRENT\_SERIES\*

### Syntax

CURRENT\_SERIES == 'series'? value1:value2

### Arguments

series - Refers to the series, i.e., act, base or tgt.

value1 – The value that should be assigned to the series mentioned in the argument list. If series is mentioned as base, value1 is assigned as baseline series.

value2 – The value that should be assigned to the series other than the one mentioned in the argument list. If series is mentioned as base, value1 is assigned as comparison series.

### Example

Consider a scenario where you want to assign 100 as the monthly baseline value and 85 as the monthly comparison value.

This can be achieved by using the formula:

<mark style="color:blue;">**CURRENT\_SERIES**</mark> <mark style="color:blue;">**==**</mark> <mark style="color:blue;">**'base'?**</mark>**&#x20;100:85**

{% hint style="info" %}
\*This function's development is in progress.
{% endhint %}
