Skip to main content
Announcements
Accelerate Your Success: Fuel your data and AI journey with the right services, delivered by our experts. Learn More
cancel
Showing results for 
Search instead for 
Did you mean: 
gopinadhpindra
Contributor II
Contributor II

count expression is not working

Hi team,

The below expression is not working because of timestamp issue's  please find the dummy data and correct me

Spoiler
 

=count({$<State={'Resolved','Closed'},Opened={">=$(=text(date(min(Opened))))<=$(=text(date(max(Opened))))"}>}Number)

Labels (2)
1 Reply
Frank_Hartmann
Master II
Master II

Try this:

=count({$<State={'Resolved','Closed'},Opened={">=$(=Timestamp(date(min( Opened))))<=$(=Timestamp(date(max( Opened))))"}>}Number)