Skip to main content

I would like to find a Time Stamp difference in CRM analytics , Don't know how to execute that . Is there any way to find time difference of same field from two different row as shown in Screenshot .

When Status change i need to find how much time in mint it takes to status change for schedule to enroute and enroute to processing or so on . Time Stamp difference formula in CRM analytics

 

 

#Analytics

2 个回答
  1. 2024年5月10日 07:42

    There are two options to achieve this in general:

    - use a multirow formula in a recipe

    - use a windowing function (change from previous) in a query

     

    Tip: use the Date_sec_epoch field to calculate the seconds, then divide by 60 to get the minutes.

0/9000