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

tcoia
tcoia
Offline

Badges

Badges
1

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
0

Posts

Posts
2

Discussions

Discussions
0

Questions

Questions
2

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by tcoia
Customize the badges you want to showcase on your profile
Re: Script for non display of a value, using formcalc - Adobe LiveCycle 16-05-2010
Hi,You can do this without script. Select object and go to the Object > Field and click Patterns. Then 'Allow Zero' but do not give it a pattern, like this:Hope that helps,Niall

Views

60

Likes

0

Replies

0
Re: Please Help FormCalc syntax error.. - Adobe LiveCycle 13-05-2010
Try like this..if(Table2.FooterRow.total ne 0)then $.rawValue = $.rawValue +15;endifI did not understand the previous line in your code..So I am placing the following with my own assumptions.if (sum(Table2.row[*].total) >0) then $.rawValue = $.rawValue +15;endifThanksSrini

Views

78

Likes

0

Replies

0