Hi,
need help with the following expression. I want those users who their customer check-in date (fecha entrada cliente) is yesterday.
I have tried this formula but is not working for me:
Can anyone help me? Thanks in advance as always!
Kind regards
解決済! 解決策の投稿を見る。
表示
返信
いいね!の合計
Hi @bcollado ,
Give expression as,
DateOnly(@created) EQUAL TO DateOnly(DaysAgo(1))
(Modify @created with your attribute)
Thank you very much!!
Have a good day 🙂
表示
返信
いいね!の合計