# ADDQTRS

The ADDQTRS function allows you to add or subtract a specified number of quarters to a given date.

### Syntax <a href="#syntax" id="syntax"></a>

```java
ADDQTRS(date,value)
//adds the given number of quarters to the date and returns it
```

### Arguments <a href="#arguments" id="arguments"></a>

date - Date in any format. Required. This can also be a measure or a node reference.

value - Number of quarters to be added to the date. Required. Use a negative number to subtract the quarters from the given date.

### Return Value <a href="#return-value" id="return-value"></a>

Date.

### Example <a href="#example" id="example"></a>

<figure><img src="https://3062809325-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FEbkCXCUXmtUq5tcnUtZE%2Fuploads%2F0O4j0YRXIEX2wvKi6vWD%2Fimage.png?alt=media&#x26;token=ff6ecfa8-1df7-4b6c-8e52-9f5d8a06c918" alt=""><figcaption><p>ADDQTRS</p></figcaption></figure>
