Forum Discussion

rh203's avatar
rh203
Icon for Helper I rankHelper I
5 years ago
Solved

Calculated Column: Sum of another column from same table based on criteria

Hi,   I am trying to sum a value in a table to create a pallet projection based on a starting stock position, inbound and outbound volume.   All of this data is within the same table but when I t...
  • HotChilli's avatar
    HotChilli
    5 years ago

    OK, you're on your way.

    You could improve it by amalgamating the two FILTER clauses into one.

     

    FILTER(Pallet_projection, Pallet_projection[dateke...] = 0  && Pallet_projection[factor...] = EARLIER Pallet_projection[factor...]

     

     

    I've just shortened my typing with .......