The Unique tool enables you select one or several columns that should be unique whereby all the duplicate rows are removed. The Filter tool outputs two anchors. That means you can easily access the rows that pass through the filter and the rows that don’t.Documentation Index
Fetch the complete documentation index at: https://docs.less.tech/llms.txt
Use this file to discover all available pages before exploring further.

| amount | text |
|---|---|
| 100 | Hello |
| 200 | World |
| 300 | World |
| 200 | Hello World |
| 100 | hello world |
- amount should be unique which outputs the first three rows
- text should be unique which outputs the first two rows and last two rows
- amount and text should be unique which outputs all five rows