Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi Folks,
i have a Question, i am trying to fill out the rows in script area, but i don't have the expected Output, my table does look like:
Project | Data | Empl | Amount |
2001 | 02.02.2017 | 12 | 30 |
2001 | 03.02.2017 | - | - |
2001 | 04.02.2017 | 18 | 20 |
2001 | 05.02.2017 | - | - |
2001 | 06.02.2017 | - | - |
2001 | 07.02.2017 | - | - |
2001 | 08.02.2017 | 14 | 10 |
and my expected Output is:
Project | Data | Empl | Amount |
2001 | 02.02.2017 | 12 | 30 |
2001 | 03.02.2017 | 12 | 30 |
2001 | 04.02.2017 | 18 | 20 |
2001 | 05.02.2017 | 18 | 20 |
2001 | 06.02.2017 | 18 | 20 |
2001 | 07.02.2017 | 18 | 20 |
2001 | 08.02.2017 | 14 | 10 |
Does anybody have any idea how to resolve this issue?
Thanks a lot
Lironbaram,
thanks a lot for your time and help