Forum Discussion

Thomas_MedOne's avatar
Thomas_MedOne
Helper III
1 year ago
Solved

Copying column value until value changes then new value

I have this system that outputs log files but it does so in an infuriating way. The data pretty much looks like this (with more columns)   Call ID From To Result Date/Time 11111222 614-1...
  • Anonymous's avatar
    Anonymous
    1 year ago

    Why that just sounds like you need to use Table.FillDown on the GUI. if they are not actually null values,  replace that value with nulls and then fill down.

     

    --Nate