Skip to main content

I have a form where the requestor can select multiple software application for a new employee (a Choice - Multiple) Action.
Each piece of software has a license cost assigned.
We want to show the requester the software the total cost of all the selections and the individual costs. We would be looking up the costs from a table.

For example:

The requestor chooses:
Microsoft Visio
Microsoft Project

I want to display (sample costs)
    Microsoft Visio $100
    Microsoft Project $200

   Total $300

They should see this before they hit submit on the form. I’m sure others have done this but I don’t see anything obvious.

Hi @Scottg 

 

I assume the software prices are listed in a repeating section.  For a new responsive form the way to do this is to use a rule to populate the value:

If you’re using a data lookup control to get the price you may also want to switch to using an external data variable with a rule to populate a number or currency control as well.  It makes the overall ruleset easier to work with since the data lookup returns a text value.


No the choices are not in a repeating section.
It is a Choice - Multiple section. The requestor can select any they need.
We have a cross reference table with the current values for each.
It looks like this:

 

 


Reply