cancel
Showing results for 
Search instead for 
Did you mean: 

Tickets opened in the Previous week

former_member318041
Participant
0 Kudos
131

Hi all,

I am using this formula

=Count([IAM Interaction ID])

to calculate the amount of tickets.


I am looking for a way to calculate the amount of tickets opened in the previous week.
There are timestamps available in the field [IAM Open Time].

Can you help?

TIA,
Henning

Accepted Solutions (1)

Accepted Solutions (1)

jyothirmayee_s
Active Contributor
0 Kudos

Hi,

Current Week

=Week([CurrentDate])

Now use [Previous Week] to get your count.

=Count([IAM Interaction ID]) Where ([Current Week] -1)

Thanks,

Jothi

Answers (0)