43165/combine-columns-into-single-column
Hi Ayushi,
You can use calculated field to combine both together like,
STR([field 1]) + " " + STR([Field 2])
STR([Order Id]) + " , " + STR([Country])
You can add any delimiter to combine the fields together.
Hope this helps you.
Try with this calculated field: ( ...READ MORE
You can create the following calculated fields: Profit: SUM(IIF([account_category] ...READ MORE
One of a simple approach is to ...READ MORE
@Ghost, Tableau has a function RANK_UNIQUE which you ...READ MORE
You can use the following steps to ...READ MORE
Add this to the end of the ...READ MORE
Below is the required code: IF (NOT ISNULL([test2])) ...READ MORE
In essence, no. Since the workbook is ...READ MORE
Hi, to split the columns using 2 dimensions/measures/combination in ...READ MORE
Hi Sindhu, You can use filters from worksheets in ...READ MORE
OR
Already have an account? Sign in.