Forum Discussion
Thomas_MedOne
1 year agoHelper III
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...
- Anonymous1 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
Anonymous
1 year agoNot applicable
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
- Thomas_MedOne1 year agoHelper III
Thanks, I had tried fill down but I didn't know about the nulls. They were "blanks" so I converted them to nulls and i'm in business. Thanks.