on 2017 Apr 11 10:33 AM
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
Hi,
Current Week
=Week([CurrentDate])
Now use [Previous Week] to get your count.
=Count([IAM Interaction ID]) Where ([Current Week] -1)
Thanks,
Jothi
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
68 | |
8 | |
8 | |
6 | |
6 | |
6 | |
6 | |
6 | |
6 | |
5 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.