14172/how-can-i-remove-from-columns-in-tableau
What I have?
One of the column had value within {}, for instance, {00945837}. I just want value 00945837and I don't want { }. Can someone help me out? Thanks in advance.
Create the following calculated field and use the regexp_replace function.
REGEXP_REPLACE([the field], "[{}]", " ")
Goal: Sort the new ship date in ...READ MORE
First let me clarify things for you. ...READ MORE
Just add the worksheet on the dashboard ...READ MORE
A quick solution to this would be ...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
Create two calculated fields one for 100's ...READ MORE
First add Col1 to the Columns shelf. Then ...READ MORE
OR
At least 1 upper-case and 1 lower-case letter
Minimum 8 characters and Maximum 50 characters
Already have an account? Sign in.