We have just updated metabase to v0.54.1
I'm finding some things that seems (for me) worse than there were in our previous version.
One is with filters.
I have my reports with default filer to last 3months.
Before my update I could see that period in the filter but now what I see is in blank...
so user doesn't know the period of the data he is sawing.
And if I edit the question....
it seams the filter is data is null but it's not...
as you can see in the sql code
WHERE
( "source"."DATA_EMISSIOTIQUET" >= TRUNC(
(CURRENT_TIMESTAMP + NUMTODSINTERVAL(-30, 'day')), 'dd' )
) AND (
"source"."DATA_EMISSIOTIQUET" < TRUNC(CURRENT_TIMESTAMP, 'dd')
)
Has anyone had the same problem?