Expand my Community achievements bar.

SOLVED

CURRENT DATE - 1 DAY

Avatar

Level 3

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:

bcollado_0-1704883048084.png

Can anyone help me? Thanks in advance as always!

 

Kind regards

 

 

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

Hi @bcollado ,

Give expression as,

DateOnly(@created) EQUAL TO DateOnly(DaysAgo(1))

(Modify @created with your attribute)

ParthaSarathy_0-1704886331881.png

View solution in original post

2 Replies

Avatar

Correct answer by
Community Advisor

Hi @bcollado ,

Give expression as,

DateOnly(@created) EQUAL TO DateOnly(DaysAgo(1))

(Modify @created with your attribute)

ParthaSarathy_0-1704886331881.png