Forum Discussion

manideep547's avatar
manideep547
Helper III
6 years ago

Customer next step

Hi all,
My data look like below 

 CustomerId         DATE                        START                                                           END                    JOURNEY_STATE
   1111                  2020-01-02             2020-01-02 22:16:23.000            2020-01-02 22:19:02.000        Arrival
   1111                  2020-01-02              2020-01-02 22:19:03.000           2020-01-02 22:23:17.000        Enquiry
    2222                  2020-01-02             2020-01-02 15:48:21.000            2020-01-02 15:49:09.000         Arrival
    2222                  2020-01-02            2020-01-02 15:49:10.000               2020-01-02 15:52:28.000       Navigation1

Count of each unique customer who is in the "Arrival" step and reached to "Navigation1"
 The count should be based on a two-point relationship that showcases the customers who convert from "Arrival" to "Navigation1" as a direct link/flow my data set is very large its nearly 2CR 

the count I need is =1

 

8 Replies

  • The information you have provided is not making the problem clear to me. Can you please explain with an example and better data

    Appreciate your Kudos.

     

    • manideep547's avatar
      manideep547
      Helper III

      amitchandak  Here 2222 customer  from Arrival  (2020-01-02 15:49:09.000  session end previous record ) directly converted to  in Navigation1(2020-01-02 15:49:10.000 ,session start next record)
      count number of customers converted from arrival to Navigation1 =1

      Thanks for your reply 

       

      • manideep547's avatar
        manideep547
        Helper III

        @amitchandak  My data
        CustomerId   DATE                        START                                             END                   JOURNEY_STATE

         1111             2020-01-02      2020-01-02 22:16:23.000    2020-01-02 22:19:02.000     Arrival
         1111             2020-01-02      2020-01-02 22:19:03.000      2020-01-02 22:23:17.000      Enquiry
          2222            2020-01-02     2020-01-02 15:48:21.000       2020-01-02 15:49:09.000      Arrival
          2222            2020-01-02      2020-01-02 15:49:10.000       2020-01-02 15:52:28.000     Navigation1