Dear Expert,
I am new to business object and need your help to create a variable to count Total Tran datetime of a Customer ID. I want to create this variable to identify how many times a day customer did the transaction to our Store.
Example :
Here XYZ customer made Total 5 Transaction on 10-Oct-2015
Business Date | Customer Id | Tran Datetime |
10/2/2015 | XYZ | 10:48:52 AM |
10:50:09 AM | ||
10:56:00 AM | ||
11:12:55 AM | ||
11:14:59 AM | ||
Total count | 5 |
So I want to create a variable which will count the total tran date time on a business Day for a Customer.
Please help.
Thanks in Advance