Hello, I have a query regarding Bex. I have a set string ok.
something like this:
"Venkat"
I have one characteristic in my multiple which also has some data in it.
I want to concantenate these 2 in one field together. Like this (in the output):
Venkat1212
Venkat7367
Is it possible to do this without disturbing data flow at the query level?
Thanks.