We have a field in which there is some descriptive value which contains Founded date as September 2013 as a part of text value. When I create a data view, this field is considered as Date type and it shows - Month, Year, Day options under it. Why is it so?
Hi Deepali,
Yes, it’s the known issue and it happens only in Chrome. You can try your data in FF or IE. The source of the problem is Chrome’s algorithm of dates recognition. If it finds a date in any part of the string, it treats the whole string as a date.
To resolve this issue please use “+” prefix. e.g.
Country, +Year, Sales
US, 2010, 200
UK, 2010, 100
Please find more information here: https://www.flexmonster.com/doc/managing-data-presentation-csv/
Regards,
Dmytro