cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Is it possible to keep a keyfigure editable only for a certain period of time horizon?

Former Member
0 Likes
963

My exact requirement is to keep a keyfigure editable in only one month/period in the past. Is there way of achieving this or is this functionality planned to be included in any of the upcoming releases?

Regards,

Naveen K

View Entire Topic
Former Member
0 Likes

You would need small customization for this as follows:

1) Create keyfigure A editable in the past

2) Create two attribute as keyfigure, say keyfigure B and keyfigure C which will indicate start date and end date of the locked period

3) Create another stored keyfigure D, which through HCI-DS will control the value of it to be 0 within start date and end date of the locked period and 1 outside the period or after the end date in past horizon

4) In keyfigure calculation for keyfigure A at request level make it equal to keyfigure A * keyfigureD (multiplication)