Forum Discussion

alice25's avatar
alice25
Regular Visitor
3 years ago
Solved

Group by

Hi everyone,

I am struggling with grouping the below set of data:

 

1) Firstly, I want to group the highlited columns. My final result should be: one row with date and total amounts for both columns

 

2) Secondly, I need to group the backlog - need to receive the last value from the last row (31143).

Does anyone know how to solve this?

Thank you!

 

 

5 Replies

    • alice25's avatar
      alice25
      Regular Visitor

      Hi Ankit,

       

      Sample data:

      Last date of the weekIncomingShipmentBacklog
      12/25/2201291.0325237
      12/25/220025237
      12/25/22nullnullnull
      12/25/220025237
      12/25/22014573.5326528
      12/25/220031143

       

      Expected:

      Last date of the weekIncomingShipmentBacklog
      12/25/22015864.5631143

       

      Thank you!