on 2015 Nov 11 1:36 PM
Hello Folks
I'm starting developing some HR Input Schedulles.
I've got a question:
Imagine I have
Employee START_DATE and END_DATE
JohnBarnes, 01.01.2015, 03.01.2015
MarkHughs, 01.01.2015, 31.12.9999
How can I store this information in BPC?
One of reasons I want to do is
if END_DATE - START Date is < 90 days, Active Value = 1
else Active Value is 2
Is there any guide for this? because I can store only in numbers and not in DD/mm/YYYY wise
Thanks.
Regards,
Request clarification before answering.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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,
| User | Count |
|---|---|
| 7 | |
| 7 | |
| 6 | |
| 3 | |
| 2 | |
| 2 | |
| 2 | |
| 2 | |
| 1 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.