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

ocoker
ocoker
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 ocoker
Customize the badges you want to showcase on your profile
Re: Pls Help! Compare two numeric fields (sums)--greater or lesser shows different image - Adobe LiveCycle 08-10-2012
Firstly I would name all your rows (except the total) the same thing eg. Row1. Then for the total cells at the bottom you could put in formcalc in the calculate event of each total cell:$ = sum(Row1[*].Cell1) // or whatever the row and cells are called.Then you could put in the layoutReady event in formcalc:if (Table1.Row4.Cell1[1] > Table1.Row4.Cell1[0]) then // renaming to whatever your total cells are calledImage1.presence = "visible"Image2.presence = "hidden"elseif (Table1.Row4.Cell1[0] > Ta...

Views

100

Likes

0

Replies

0