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

elle123121
elle123121
Offline

Badges

Badges
3

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
0

Posts

Posts
5

Discussions

Discussions
1

Questions

Questions
4

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by elle123121
Customize the badges you want to showcase on your profile
Re: Make a check box in LiveCycle with a personal character or image as check mark ( info to share...) - Adobe LiveCycle 15-09-2014
Do you still have the document to share?

Views

338

Likes

0

Replies

0
Re: How to uncheck checkboxes when a is empty - or how to not calculate non values - Adobe LiveCycle 24-08-2014
Thanks for more details.I've made the changes with your recommendations in your post above and changed it to JavaScript. When I add the Null statement into the current expression, it stops tallying my numeric fields. With the number of the empty checkboxes I didn't want it to calculate, for example:If numeric field 1 & 2 are empty or zero then the checkbox A would be unchecked.Right not it's defaulted to checked and it shouldn't be. If I add in your if statement it does go unchecked but it stops...

Views

183

Likes

0

Replies

0
Re: How to uncheck checkboxes when a is empty - or how to not calculate non values - Adobe LiveCycle 23-08-2014
Thank you TudorCT for the response and testing. Thank you for explaining the errors and the full form of the null statement, it's appreciated. I'm a beginner in coding. Could you tell me where I would insert your statement "theField.isNull == null" in my if statement?Thank you so much, I've been working on this statement for 3 hours so would appreciate a response, hank you!

Views

182

Likes

0

Replies

0
How to uncheck checkboxes when a is empty - or how to not calculate non values - Adobe LiveCycle 23-08-2014
I have 2 numeric fields. When one field is greater than or equal to the second field a checkbox is checked. When the field is empty, what code do you use to ensure the checkbox is unchecked???So far I'm using the following if statement using FormCalc and the calculation drop-down:if (NumericField14 >= NumericField15) then this.rawValue = 1;else this.rawValue = 0; endifSo by default it looks like this:How do you get the statement to not count non-values or nulls?? I've tried adding the following ...

Views

1.3K

Likes

0

Replies

5