Forum Discussion

rashidanwar's avatar
rashidanwar
Icon for Advocate II rankAdvocate II
4 years ago
Solved

Running change/delta per category

Hi  Hope that every one is doing good. I have a data table that looks like as follow call_id             type               time 12                   A                    Date, HH:mm:ss 12...
  • Anonymous's avatar
    Anonymous
    4 years ago

    Hi rashidanwar ,

     

    You could understand by looking at his every step.

    1.This is what the dataset looked like initially.

     

    2.Here he creates a function that will be used later.

     

    3.In this step, he groups the original table by call_id.

     

    4.In this step, he adds a custom column that uses the previously created function.

     

    5.Expand the fxProcessDelta column.

     

    6.Remove the Temp column.

     

    Best Regards,

    Stephen Tao

     

    If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.