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

fio_09
fio_09
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 fio_09
Customize the badges you want to showcase on your profile
re: calculating max rebates in Livecycle - Adobe LiveCycle 26-08-2010
Hi,I am working on a form where I have to calculate two tax rebate values.Using the script below, I have the first half of it working fine. I need the second half to calculate the rebate amount up to a maximum amount of $26250.00. Not sure what to do and have not had much luck with what I have tried so far. Any ideas would be greatly appreciated.if (checkBox.rawValue == 1 && PRICE_OF_UNIT.rawValue > 525000){ this.rawValue = 26250; }else if (checkBox.rawValue == 1 && PRICE_OF_UNIT.rawValue <= 525...

Views

480

Likes

0

Replies

1