Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

JLynnSPanduit
JLynnSPanduit
Offline

Badges

Badges
2

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
0

Posts

Posts
3

Discussions

Discussions
0

Questions

Questions
3

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by JLynnSPanduit
Customize the badges you want to showcase on your profile
Re: Sum column cells within static table - Adobe LiveCycle 27-01-2012
Hi Niall,Thanks so much for that explanation. It really helped.I've proceeded with the javascript format because I have a lot of code elsewhere in this form that is all javascript. I'm getting it to sum the numbers now but rather than adding them together (10+20=30) it appears to be concatenating them (10+20= 1,020).Is there a way to fix this? I checked to be sure it is a numeric field.Thanks!!

Views

208

Likes

0

Replies

0
Sum column cells within static table - Adobe LiveCycle 26-01-2012
Hello All,I have a static table (no possibility to add rows) with 5 rows. Each row has a Qty cell with a dropdown list that they can select from or type their own text. I'd like to get the grand total in the bottom footer row.I've tried a number of combinations of the following in the calculate event of the grand total cell, which is a numeric field. Also, I'm using javascript.$.rawValue = Sum(Table2.Row1.Qty.rawValue, Table2.Row2.Qty.rawValue, Table2.Row3.Qty.rawValue, Table2.Row4.Qty.rawValue,...

Views

2.8K

Likes

0

Replies

3
Populate text field based on selections from two dropdown lists - Adobe LiveCycle 21-12-2011
Hello Forum Community,I'm designing a product order form where the user:Selects the category of product from the first dropdownCategory 1Category 2Category 3Selects the specific product from the second dropdownCategory 1Product AProduct BProduct CCategory 2Product DProduct EProduct FCategory 3Product GProduct HProduct IMy form then would enter the part number in the next field in the table (a text field) based on what was selected in the first dropdown and the second dropdown.However, I cannot f...

Views

806

Likes

0

Replies

1