> ## Documentation Index
> Fetch the complete documentation index at: https://docs.ntop.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Unique Values in Scalar List

> AI context for Unique Values in Scalar List. Not linked in navigation.

> This page is for AI assistant context only. To use this package, visit [community.ntop.com](https://community.ntop.com/packages/DaveMakesStuff/unique-values-in-scalar-list).

> **Community submission — not verified by nTop.** This package was submitted by an outside community member and has not been reviewed or verified by nTop. Treat its accuracy, safety, and compatibility claims with appropriate caution.

## Summary

Lists the unique values from a scalar list in ascending order.

## Package Details

| Field            | Value                                  |
| ---------------- | -------------------------------------- |
| **ID**           | `unique-values-in-scalar-list`         |
| **Type**         | Block                                  |
| **Author**       | DaveMakesStuff                         |
| **Version**      | 0.1.0                                  |
| **nTop Version** | 4.12+                                  |
| **Domain**       | Geometry                               |
| **Complexity**   | Beginner                               |
| **Tags**         | `list`, `scalar list`, `unique values` |
| **License**      | MIT                                    |
| **Verified**     | No                                     |

***

Lists the unique values from a scalar list in ascending order.

## Installation

Clone this repo or copy the package folder into your nTop workspace:

```bash theme={null}
git clone https://github.com/nTopology/Utilities-community.git
```

The package lives at `packages/DaveMakesStuff/unique-values-in-scalar-list/`.

## Usage

1. Open the provided `.ntop` file in nTop 4.12+.
2. Input scalar list

## Inputs & outputs

| Name            | Type        | Notes                                                          |
| --------------- | ----------- | -------------------------------------------------------------- |
| `Scalar List`   | Scalar List | Input list                                                     |
| `Unique Values` | Scalar List | A list of unique values from the input list in ascending order |

## License

MIT.

***

## Source

[https://community.ntop.com/packages/DaveMakesStuff/unique-values-in-scalar-list](https://community.ntop.com/packages/DaveMakesStuff/unique-values-in-scalar-list)
