Hi Thanks.
One question
I want to implement the following logic for example:
EMPLOYEE, START_DTE, END_DAT, VALUE
JohnBarnes, 01.01.2015, 03.01.2015 1000
MarkHughs, 01.01.2015, 31.12.2015 2000
I want put the logic like
EMPLOYEE, TIME, VALUE
JohnBarnes, 01.2015 1000
MarkHughs 01.2015 166.667
MarkHughs 02.2015 166.667
..
MarkHughs 12.2015 166.667
How can I implement this logic?
Thanks
Regards,