Adding € or %-Sign

Hello Guys :slight_smile:

Is it possible to put a % or € Sign after all Strings in a column?

My Input is not a DoubleValue or other kind of Number!

Thank you!
Johannes

Hi and welcome to the community @Johannes_Birner,

Use String Manipulation node and the “join” function like this:
join($column$, "%")

And you can replace the same column as the result.

:blush:

4 Likes

Thank you!!

2 Likes

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.