How to limit characters displayed?

Say you have a text coming from the database and you only want to limit a paragraph (or another text item) to only display the first 100 characters with a …
What would be a good approach?

Just use the truncate formatter.

Ah thanks, found it in the data-bindings settings… I was looking in the wrong place.