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

paulh77730136
paulh77730136
Offline

Badges

Badges
1

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
0

Posts

Posts
1

Discussions

Discussions
0

Questions

Questions
1

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by paulh77730136
Customize the badges you want to showcase on your profile
Re: Custom Calculation Formula Needed - Adobe LiveCycle 01-01-2019
Hi, You could try this.I created a button to calculate the totals. My test uses only 5 textfields.In the calculate button i had:form1.#subform[0].Button1::click - (JavaScript, client)var totP = 0; //set variable for the Psvar totT = 0; //set variable for the Tsif(TextField1.rawValue == "P"){totP = totP + 1;}if(TextField2.rawValue == "P"){totP = totP + 1;}if(TextField3.rawValue == "P"){totP = totP + 1;}if(TextField4.rawValue == "P"){totP = totP + 1;}if(TextField5.rawValue == "P"){totP = totP + 1;...

Views

1.1K

Likes

0

Replies

0