Ken, you responded: "TOTAL EVAL "(INDEX(H.CS.ADM.EST.NEED ,'*',1) OR INDEX(H.CS.ADM.EST.NEED ,'Incomplete',1))" \
Though I suspect that wouldn't actually do what you want because the INDEX function returns an offset, not just 1 or zero. You'll have to make the EVAL statement more complex with some IF statements." This is a logical OR statement returning 1 or 0. The INDEX functions are not there it get a location but to indicate the presence or non-presence of the strings. The results are evaluated in the OR. -- u2-users mailing list [EMAIL PROTECTED] http://www.oliver.com/mailman/listinfo/u2-users
