Is there any way to concatenate string value of each iteration and store it in hyperion.
Ex:-
1st iteration:-
Data is 'A'
2nd iteration
Data is 'B'
Requirement is to store A,B in 2nd iteration.(Appending with the exiting string data) like concatenate function in excel for 02 data columns string type.