Hi everyone, I wonder if there is a way to replace the unique concatenate delimiter by a page break, because I want to see the concatenated values like a list.
So I was trying to use the String Replacer node, but it does not work
Thank you
Page Break Unique Concatenate.knwf (15.4 KB)
tommy
April 16, 2021, 7:18pm
2
hi @mauuuuu5 ,
I was able to get line breaks by using the String Manipulation node and
replace($column2$,",","\n")
br, Tommy
2 Likes
Thank you, I worked perfectly.
Best Regards
Mau
2 Likes
ipazin
April 19, 2021, 12:17pm
4
Hello @mauuuuu5 ,
GroupBy node accepts \n
as delimiter.
Br,
Ivan
1 Like
Oh great thank you I will try that option
system
Closed
April 26, 2021, 12:50pm
6
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.