# SETCOLUMNSORT

Sort a specific column in ascending or descending order. Enable absolute sorting to ignore signs and sort based on magnitude.

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

```javascript
SETCOLUMNSORT(column, type, isAbsoluteSort)
```

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

column – The column to sort. Use the [COLUMNS ](https://docs.inforiver.com/formula-syntax/identifiers/columns)identifier to select a specific column. Required.

type - Asc or Desc. Required.

isAbsoluteSort - Set to TRUE to enable absolute sort. Required.

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

```
SETCOLUMNSORT(COLUMNS.[Qtr 1 > Actuals],"Asc",TRUE)
//Sorts quarter 1 actuals in ascending order with absolute sorting enabled
```

<figure><img src="/files/FepCcD5j5LRvWDRvMAOD" alt=""><figcaption><p>SETCOLUMNSORT script</p></figcaption></figure>

Notice how the sort order changes when absolute sort is enabled and disabled.

<figure><img src="/files/FepCcD5j5LRvWDRvMAOD" alt=""><figcaption><p>Changing the sort order with scripts</p></figcaption></figure>


---

# Agent Instructions: 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:

```
GET https://docs.fabricplan.com/planning-sheets/formula-syntax/scripting-functions/setcolumnsort.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
