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

How to copy a key figure values from a particular Day ?

former_member657750
Discoverer
0 Likes
263

How to copy a key figure values from a particular Day ?

e.g. I want to copy Key figures values of Monday only of each week to other key figures ?

Accepted Solutions (1)

Accepted Solutions (1)

neeraj_deshkar1
Active Participant
0 Likes

Hello,

You can use PERIODID for this purpose. e.g. PERIODID for current Monday is 23107. So you can use modulus operator... something similar to below one...

IF((PERIODIDn-23107)%7=0,KF1,NULL)

Hope this will work.

- Neeraj

Answers (0)