Forum Discussion
I will take a look now, because I don't know what to do on the Calculation page, Thanks
- DanielWillis3 months agoValued Contributor
The calculation definitions page is for writing calculations that will ultimately get pushed to the cube and not for calculating fields stored in the register table. The output is written to the Plan Data tab (going from memory on the name). It sounds like you actually want to see this calculated field as a value in the initial register table?
- Fromero3 months agoNew Contributor
Hello! Yes ( It sounds like you actually want to see this calculated field as a value in the initial register table ). I ultimately want to multiply my Annual Salary by Standard merit (.03) and see result, then multiply AS by additional merit ( .07) and see result, then last col. would depict the new budget Annual Salary 🙂
- DanielWillis3 months agoValued Contributor
Assuming you want the calculated field to update when a user types types in a salary and hits save, you can use the event handlers to intercept and run your calculation before save. Have a look at "Appendix 😧 Custom Event Model" in the PLP documentation. It gives you some examples / rule templates when you import the files.
Related Content
- 4 months ago
- 7 months ago
- 9 months ago
- 8 months ago