cancel
Showing results for 
Search instead for 
Did you mean: 

How to calculate Total Count of Tran datetime

Former Member
0 Kudos

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 DateCustomer IdTran Datetime
10/2/2015XYZ10:48:52 AM
10:50:09 AM
10:56:00 AM
11:12:55 AM
11:14:59 AM
Total count5

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

Accepted Solutions (1)

Accepted Solutions (1)

amitrathi239
Active Contributor
0 Kudos

Hi,

try this.

=Count([Time]) In ([Customer ID];[Business Date])

Amit

Former Member
0 Kudos

Thanks a lot Amit. This is working.

You guys are amazing.

God bless

Former Member
0 Kudos

Anwar..

If my response helps you in some ways...Reward me..

Coz i think mine is not wrong

Former Member
0 Kudos

Thank you too. It was first you who replied to my discussion.

Have a good day

Former Member
0 Kudos

Thanks for your kind reply..

If i helped..

Assign as helpful answer

Answers (2)

Answers (2)

former_member220624
Contributor
0 Kudos

Hi,

Create a CKF and put 1 and in the aggregation tab do an exception aggregation on 'Tran Datetime' and use the option Counter for all detailed values not null'

Hope it helps.

Regards,

Amit

Former Member
0 Kudos

what is CKF ? Never heard about this.

I need formula to create this variable.

Former Member
0 Kudos

Anwar,

Instead of Creating Variable.

Apply Formula in the "Formula Editor" for the particular Column..

Surely u ll get it

CKF--> Calculated Key figures..its used in BEX..

Former Member
0 Kudos

Hi,

!.Create New Variable.

2.Apply formula as Count(Transdatetime) in (Business date)

Former Member
0 Kudos

Hi Regina,

When I am using your formula it gives me total Count of Tran date on a given date. I want Total Count of Loyal Customer ID XYZ on a given date.