Top "Concatenation" questions

Refers to the joining of two or more elements into a single element.

ssrs rdl text box expression concatenation string and field

I have several ssrs rdl reports where I am trying to concatenate text then a data set field then text …

reporting-services concatenation rdl
Javascript - set a variable using concatenation of strings

Is it possible to set a variable by concatenating two strings together to form the name? If at all possible …

javascript variables concatenation indirection
How to concatenate factors, without them being converted to integer level?

I was surprised to see that R will coerce factors into a number when concatenating vectors. This happens even when …

r concatenation r-factor
Why does concatenation of DataFrames get exponentially slower?

I have a function which processes a DataFrame, largely to process data into buckets create a binary matrix of features …

python performance pandas concatenation processing-efficiency
Convert Array of Strings to Comma Separated String with additional concatenation

Is there any way to convert a list of strings to a comma-separated string? String[] data = new String[] { "test", "abc", "123" } …

c# string linq concatenation comma
How to console.log an object definition and a text in same string?

I have this JavaScript code: console.log(obj);// [query: "wordOfTheDay"] console.log(note + " : " + obj ); // obj does not show up I …

javascript object concatenation console.log
How to concatenate year and month in tableau 8.0.0?

I have a datetime field .for e.g. 2013-08-22 12:00:00 AM. I want to concatenate the year and month and …

concatenation tableau-api
Generate new string variable by concatenating two integer variables with MySQL

I apologize for the silliness of the question but am a complete neophyte with MySQL and am having trouble even …

mysql concatenation concat-ws
Add single quotes to a string

I try to add single quotes to a string but don't see how to do it. For instance I would …

r string concatenation single-quotes
Concatenate Mat in OpenCV

I have a couple of images in Mat objects all with same dimensions I'd like to create one bix cv::…

opencv concatenation opencv-mat