Settings custom expression like ">" or "<3

Dear all,

I’m have Metabase V0.34.1, when I try to use custom expression like superior or inferior I can’t obtain a result.

For exemple I compare two dates datas and I want to chek if one date is inferior as second date.

Like this Count (Case [datadate1] < [datedate2].

Someone can help me?

Best regards

Hi @Cohorte
Latest version of Metabase is 0.36.7
You should read these:
https://www.metabase.com/blog/Time-Series-Comparisons/index.html
https://www.metabase.com/blog/custom-expressions/index.html
https://www.metabase.com/docs/latest/users-guide/expressions.html

CountIf( [datadate1] < [datedate2] )

Thanks for your reply.
I check that’s and this is a good way for me.