Hi team,
We have date string as 20210131120101(YYYYMMDDhhmmss) in table. We want to interpret this string into timestamp so looker can treat it as time stamp.
Then we want to extract date parts from 20210131120101:
2021: year
01: month
31: day
12:hour
01: minute
01:second
I have tried parse_timestamp function because my source database is bigquery but this is the error I am getting:

Thanks in advance
Thanks,
Rohit
Best answer by jbendinger-1633022602
View original