I'm using JavaScript. I've created boxes and named them a,b,c,d and e and used this formula for each one.
if(ALI.rawValue=".51"){a.rawValue="L";}
if(ALI.rawValue>=".75"){a.rawValue="MED";}
if(ALI.rawValue>=".86"){a.rawValue="H";}
if(ALI.rawValue>=".96"){a.rawValue="VH";}
Now I want box F formula to choose which box has the highest value, and then place that value in to box F.
My Product Information:
LiveCycle Designer Standard 7 / Windows
Offline

Since you are using an XFA form there is an easy solution. FormCalc has a built-in MAX fucntion. Look it up in the formcalc documentation. You'll find it here.
http://kb.adobe.com/selfservice/viewCon … ;sliceId=1
Offline
AcrobatUsers.com >> User Groups • News • Events • Articles • Blogs • How To • Resources • Member Log in