Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
6 years ago
Solved

Fill Dates with previous Values

Hi,

I have this table:

DateValue

1 Jan

2

2 Jan3
4 Jan2
5 Jan4
7 Jan1

 

And I want to show this in a Line Chart, where the empty Dates (3 Jan, 6 Jan) have the same values as the previous dates with existing data, that is:

DateValue

1 Jan

2

2 Jan3
3 Jan3 (Same value as 2 Jan)
4 Jan2
5 Jan4
6 Jan4 (Same value as 5 Jan
7 Jan

1

 

Which is the best way to do this? 

 

Best regards,

4 Replies