Hi - I'm new to all of this and I have a time sheet that is giving me a
headache! Windows 7, Adobe LiveCycle Designer 8. The Code list has 4
variables W,V,S,H based on what is selected in the Code column (drop
down) the hours worked total for each line, then summarize for each of
the 4. there are 10 lines and I can only get the first to work with the
above. I need it to loop to the other 9. This works on line 1: if
(Wk1Code1[*].rawValue eq "S") then Wk1T1[*] elseif (Wk1Code1[*].rawValue
ne "S") ...