1

How can I aggregate and group these texts by; 307, 308 and 310.

I have hundreds of text which range from 0-350. So a way to aggregate them just based of the first 3 digits.

enter image description here

1 Answer 1

3

You can use Aggregate with the group by expression left ("input",3), where input is the name of the field containing the numbers.

Demonstrated here with Categorized layer styling: all points get catagorized in different colors based on the first three numbers:

enter image description here

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.