on ‎2019 Nov 06 8:59 AM
Dear experts,
could anybody pelase help me with this issue?
I have an editable KF with a formula at request such as KF1@request= KF2@request/KF3@request
Now the problem that I have is that when I enter a value in excel and save, it inmediately dissapears as the formula at request level prevails.
What I want to achieve is to be able to input values, but in case thre is no input, then use the formula of the request level.
How could that be sorted out?
Many thanks for your help!
Juan
Request clarification before answering.
Hi Juan,
Create two key figures - one containing required aggregation mode of KF1 (say KF4) and other with KF2/KF3 (say KF5) and maintain calculations as below:
KF4@WKPRODLOC = KF1@WKPRODLOC
KF4@REQUEST = SUM(KF4@WKPRODLOC)
KF5@REQUEST = KF2@REQUEST/KF3@REQUEST
Maintain isnull logic at request level of KF1 as below:
KF1 = IF(ISNULL(KF4), KF5, KF4)
Hope this helps!
Regards,
Piyush
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 13 | |
| 7 | |
| 5 | |
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.