Hi
I have created 1 group on grouping 3 columns . I want to concatenate all row values of 1 column not summing up . Can it be done
Thanks
*This post is locked for comments
Hi
I have created 1 group on grouping 3 columns . I want to concatenate all row values of 1 column not summing up . Can it be done
Thanks
*This post is locked for comments
yes why not.
Use a text variable without assigning any max value then in your designer either in SQL OR VS merge all text box into one and then assign the values together like this
FiledsA,Value + " " + FiledsB.Value..........