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

BonnyS0121
BonnyS0121
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 BonnyS0121
Customize the badges you want to showcase on your profile
If/else if/else syntax question - Adobe LiveCycle 14-01-2014
I am trying to write a (java) script where the value of the field would be determined by the value of another field. For instance, if field1 is less than or equal to 50000, then 0 would be in field2,...else if field 1 is greater than or equal to 100000, then 0 would be in field 2....else field2 would be a calculated field (Field1*20/1000).The actual script I used is:if (RenoCost <= 50000){NumericField3 =="0"}else if (RenoCost >= 100000){NumericField3 == "0"}else{NumericField3 == "RenoCost*23/100...

Views

635

Likes

0

Replies

1