June 13, 200817 yr I'm trying to enter a calculation into a variable but I keep getting a strange error message based on the following calculation: Let([ _Object = Get (ActiveLayoutObjectName ); _Portal = Case( _Object = "PDFProofQty" or _Object = "PDFProofRound"; "PDFProof"; _Object = "EpsonQty" or _Object = "EpsonRound"; "EpsonProof"; ""); ] ; _Portal ) The message reads: "List usage is not allowed in this calculation" Any idea what the message means or what's wrong with the calc? Thanks, John
Create an account or sign in to comment