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

mikemsr44
mikemsr44
Offline

Badges

Badges
3

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
0

Posts & Comments

Posts & Comments
3

Discussions

Discussions
0

Questions

Questions
1

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by mikemsr44
Customize the badges you want to showcase on your profile
Re: Data repeats in multiple instances, please help. - Adobe LiveCycle 21-04-2014
I got it working correctly.  Thank you so much for your help!Michael

Views

118

Likes

0

Replies

0
Re: Data repeats in multiple instances, please help. - Adobe LiveCycle 21-04-2014
Thank you so much for your reply. You are putting me on the right track.However, in my original code I have two if statements, one to sum the First row and one to sum the Others row. Would you mind incorporating that in your explanation? I am having trouble picturing how that looks.I appreciate your time.Michael form1.GoalSheet.PracticeTitle1::calculate - (JavaScript, client)var len = form1.GoalSheet.Table6._Others.count;var sum = 0.0; if (form1.GoalSheet.Table6.First.Funding1.rawValue==1) { sum...

Views

117

Likes

0

Replies

0
Data repeats in multiple instances, please help. - Adobe LiveCycle 20-04-2014
Hi,I have been working for days on this form using Adobe Livecycle 9 ES2 and need some help. I am new to LiveCycle and JavaScript, but as you'll see, I've learned a lot .I have a repeatable subform (GoalSheet) that totals values based on a dropdown:var len = form1.GoalSheet.Table6._Others.count;var sum = 0.0;this.rawValue=0;if (form1.GoalSheet.Table6.First.Funding1.rawValue==1){sum += form1.GoalSheet.Table6.First.Cost.rawValue;}for (var i = 0; i < len; i++){if (form1.GoalSheet.Table6.resolveNode...

Views

428

Likes

0

Replies

3