Forum Discussion
convert numeric value to year (DATE field)
- 7 years ago
Well that's what 2016 as a numeric date value ought to convert to... assuming it doesn't really matter what date in a given year you need it to be, make a custom column saying "01/01/" and then merge that with your year column. It should then give you a format that you can convert to date type.
- 7 years ago
HI, Bbrown44
After my test, the category field doesn't need a date variable.
for example:
I have three type of category: text, number, date
then I separate drag them into the category field of bar chart with variance.
They work well
Also If you want to convert numeric value to date.
you do it like this:
change the column type into Text first.
for example
then convert to date
Note:
When converting text to date and this window appears
Click Add new step
Otherwise it will not success.
Best Regards,
Lin
Hi I'm facing a similar problem but couldn't find my solution with the suggested steps, I tried it but did not work.
I mean, it would be easier to add 2000+ to all numbers if I new all of them are from the year 2000 and ahead... but if I have any year bellow that then this does not work.
Is there a smart way to do this?
I have a column with 2-digit numbers that I need to transform into a new columsn with 4 digitis as the Year.
| Column 1 | Desired result |
| 20 | 2020 |
| 21 | 2021 |
| 20 | 2020 |
| 19 | 2019 |
| 21 | 2021 |
| 19 | 2019 |