Supplies are limited. Contact info@espc.tech right away to save your spot before the conference sells out.
Get your discountScore big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount
Hello guys, I have a the last two digits of the year and is in text format how can I make it 2020,2019 and in date format?
Solved! Go to Solution.
@Kalachuchi , Aumming you have year values like 19
a new column in date format
Date([Year]1,1)
or
date(2000+[Year],1,1)
in yyyy format
year(Date([Year]1,1))
or
year(date(2000+[Year],1,1))
@Kalachuchi , Aumming you have year values like 19
a new column in date format
Date([Year]1,1)
or
date(2000+[Year],1,1)
in yyyy format
year(Date([Year]1,1))
or
year(date(2000+[Year],1,1))
User | Count |
---|---|
66 | |
60 | |
47 | |
33 | |
32 |
User | Count |
---|---|
86 | |
75 | |
56 | |
50 | |
45 |