Forum Discussion
Pivot columns and remove null values
- 2 years ago
There is something different about the three rows and that is probably why it is splitting it into three rows. Make sure all the other columns are identical if you want it to appear in one row. Maybe the time stamp is different by a fraction of a second or something. Try removing the Date Time before the pivot step to see if it lines up properly. If it does then maybe round your Date Time to the nearest second.
There is something different about the three rows and that is probably why it is splitting it into three rows. Make sure all the other columns are identical if you want it to appear in one row. Maybe the time stamp is different by a fraction of a second or something. Try removing the Date Time before the pivot step to see if it lines up properly. If it does then maybe round your Date Time to the nearest second.
How would this apply to completion dates being different, and how can it be factored in so the data is not lost.