Quantcast
Channel: Adobe Community : All Content - LiveCycle Designer
Viewing all articles
Browse latest Browse all 5571

Challenging – Changing Total fields based on dropdown choices

$
0
0

I’m hoping I can get some help on a hurdle which I’m having a battle with.

In the attached form, I have 2 parts.

 

In part 1 the user is expected to enter amounts and identify where is those amounts currently sit: (Chequing, Savings, RSP – chosen by the “Account” column dropdowns)

 

In part 2, I’m looking to display the total Amounts but based on which account the user has chosen.

 

So if the user

 

  • chose “Chequing” for Row 1 and entered $10.00 for the Amount
  • chose “Saving” for Row 2 and entered $20.00 for the Amount
  • chose “RSP” for Row 3 and entered $500.00 for the Amount
  • chose “Savings” for Row 4 and entered $10.00 for the Amount

 

. . . Part 2 would look like

 

  • Total Amountin Chequing = $10.00

  • Total Amountin Saving = $30.00

  • Total Amountin RSP = $500.00

 

. . . but if the user changed the dropdown in Row 1 to RSP then Part 2 would look like:

 

  • Total Amountin Chequing = $0.00

  • Total Amountin Saving = $30.00

  • Total Amountin RSP = $510.00

 

I’ve been struggling with the use of variable, as I feel the solution lies with them, however I’m having a frustrating time. That, in addition to being a little unsure where best to place the code.

Any help with this would be greatly appreciated.


Viewing all articles
Browse latest Browse all 5571

Trending Articles