Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
JoseGarcia
Creator III
Creator III

Count date greater than today

Hi, 
I'd like to count risks that where proximity end is greater than today. 
Using syntax below, but it is not returning correct value.

If(Proximity_end<today(), Count(Proximity_end))

Any ideas?

Thanks

Labels (1)
1 Solution

Accepted Solutions
MendyS
Partner - Creator III
Partner - Creator III

@JoseGarcia 

check now - 

Count({<ListItemsFromID_Proximity_end={">$(=date(Today()))"}>}ListItemsFromID_Proximity_end)

 

View solution in original post

6 Replies
MendyS
Partner - Creator III
Partner - Creator III

 Hi @JoseGarcia 

Count({<Proximity_end={">$(=date(Today())"}>}Proximity_end)

JoseGarcia
Creator III
Creator III
Author

Hi @MendyS 

it is showing error:

=Count({<Date(ListItemsFromID_Proximity_end)={">$(=date(Today())"}>}ListItemsFromID_Proximity_end)

do I have any mistakes in the syntax?

MendyS
Partner - Creator III
Partner - Creator III

Hi @JoseGarcia 

I forgot to edit before the post, 

I edit the formula now,

please check again and let me know if its works well  

JoseGarcia
Creator III
Creator III
Author

@MendyS 

still showing error 😞

 

Count({<ListItemsFromID_Proximity_end={">$(=date(Today())"}>}ListItemsFromID_Proximity_end)

MendyS
Partner - Creator III
Partner - Creator III

@JoseGarcia 

check now - 

Count({<ListItemsFromID_Proximity_end={">$(=date(Today()))"}>}ListItemsFromID_Proximity_end)

 
JoseGarcia
Creator III
Creator III
Author

success! Thanks a million @MendyS