Help with WF custom form calculated field based on a calculated field
Hello -
On a WF custom request form, I am trying to create a calculated field that totals the values generated in other calculated fields. If it matters, the other calculated fields plus corresponding fill-in fields for quantity entries are set to display only when a selection is made from a separate dropdown field. For the other calculated fields, I am multiplying the quantity entries by specific numbers using the PROD expression: e.g., PROD({DE:Ad or Graphic Qty},100)
So, the user selects one or more choices from a dropdown field (e.g., Ad or Graphic)
A new field/fields then displays to enter a quantity for the selected option (Ad or Graphic Qty - this field formatted as a number). The PROD calculated field (Ad or Graphic Cost - also formatted as a number) also then displays. This calculated field works as expected.
The last calculated field is set up to SUM all of the previous calculated fields, but the number always comes up as 0: e.g., SUM({DE:Ad or Graphic Cost}, {DE:Banner-Std Cost})
I can’t figure out what I’m doing incorrectly to get the total of any of the values created by the PROD calculated fields.
Thank you in advance!
