Hello,
I have two columns namely company seniority date and Company seniority date2 both fields have null values. I basically want to replace the Nulls in the column company seniority date with the date that's there in the company seniority date2 column. I used the data cleanisng tool to replace nulls with blanks but that's not happening. and then use the If formula IF [Company Seniority Date]="[Null]" THEN [Company Seniority Date2] ELSE [Company Seniority Date] ENDIF. Please help.
Solved! Go to Solution.
1. Is your data have null values or "[Null]" as you have mentioned "[Null]" in your if else expression. please replace it as Null() only.
ex- IF [Company Seniority Date]=null() THEN [Company Seniority Date2] ELSE [Company Seniority Date] ENDIF
2. To replace null with blank you can use formula tool for that field and use this "". This will give you blank fields.
Thanks
Vishwa
thank you :)
User | Count |
---|---|
19 | |
15 | |
13 | |
9 | |
8 |