Hello everyone!
A few days ago there was apparently a change in Analytics and since then, the data sets (based on excel or csv), now internally store the date format differently (only those created again or refreshed have this change).
Before (in my case) the format was something like: 'YYYY/MM/DD HH24:MI:SS'
with which cast (a date field xx like '04/27/2021' as char) = '2021/04/27'
and now, cast (a date field xx like '04/27/2021' as char ) = '27/apr/21'
This causes calculations like cast( a text string like '2021/04/27' as date) they no longer work.
The question is if you know where you can configure the internal format of the date field, to force it to continue being 'YYYY/MM/DD HH24:MI:SS', I tried to look in:
Console / System Configuration / Format
But I didn't find anything,
Any help would be welcome!!
Saludos Rafael