Help With Real-Time Calculation in RTC
I have an urgent need for the capability to add a bunch of integer attributes together on a modified RTC menu and then display that total in another attribute. I believe there is a way to do this by using the "Calculated Value" setting but this would require me to know-how-to write my own Java code. Can anyone share with me the simple Java code to do this? I am not lazy, just short of time and have not written any Java code. I have three attributes Value1 (integer), Value2 (integer) and Value3 (integer). All three are entered by the user. Then I have an attribute Total (integer) which s the sum of Value1 + Value2 + Value3. Is this so simple to do I am just missing it? Or is there some code that someone can share to show how to do this? Does the Total get filled in after a "save" or "state transition" only? |
2 answers
If you are really short of time, this is what you will do.
|
Your answer
Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.