Replace delimiter from field value

0 votes
How to replace delimiter from order id in tableau? Is there any direct function to do that?
Apr 17, 2019 in Tableau by sindhu
547 views

1 answer to this question.

0 votes

Hi Sindhu,

You can use split function and then join them by using + similar to concatenate.

Follow below steps:

1. Create a calculated field to split the sub-string between delimiters with split function.

SPLIT([Order ID],'-',1)

2. Then use + to join with required delimiter.

The order-id after replacing delimiter is shown below.

Hope this helps you.

answered Apr 17, 2019 by Cherukuri
• 33,030 points

Related Questions In Tableau

0 votes
1 answer

How to create a single calculated field from multiple column filtering?

Try with this calculated field: ( ...READ MORE

answered Jul 6, 2018 in Tableau by ffdfd
• 5,550 points
985 views
0 votes
1 answer

Blend two different fields from 2 tables into one field.

Hi, Follow below steps: 1. Connect to both data ...READ MORE

answered Apr 3, 2019 in Tableau by Cherukuri
• 33,030 points
475 views
0 votes
1 answer

pie chart from a calculated field

Hi Keerthana, As you have already created a ...READ MORE

answered May 20, 2019 in Tableau by Cherukuri
• 33,030 points
2,145 views
0 votes
1 answer

Add multiple shape for a field value.

Hi, Sagar You cannot add 2 shapes to ...READ MORE

answered Jun 12, 2019 in Tableau by anonymous
• 33,030 points
1,494 views
0 votes
1 answer

How to color code cells of a column based on the text value in Tableau

You can use the following steps to ...READ MORE

answered Mar 27, 2018 in Tableau by Atul
• 10,240 points
9,393 views
+2 votes
1 answer
0 votes
1 answer

Calculated filed with if-then

Below is the required code:  IF (NOT ISNULL([test2])) ...READ MORE

answered Mar 27, 2018 in Tableau by Atul
• 10,240 points
1,277 views
+2 votes
1 answer
0 votes
1 answer

Add reference line from calculated field.

Hi, Follow these steps: 1. Create the calculated field. 2. ...READ MORE

answered Mar 29, 2019 in Tableau by Cherukuri
• 33,030 points
7,399 views
0 votes
1 answer

Split date and time from datetime field.

Hi,  Follow these steps to divide field into ...READ MORE

answered Apr 1, 2019 in Tableau by Cherukuri
• 33,030 points
14,028 views
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP