单项选择题
A.current selection B.alternative language C.only lotusscript language D.other objects alternative language
nancyusedarichtextfieldonaformtocapturedata.shewouldlik...
单项选择题nancy used a rich text field on a form to capture data. she would like to display the data in a view. which of the following should she do?()
A.use @texttorichtext B.use a richtext title field C.use the @text(fieldname) in the column formula D.nothing rich text display in the views
Whichoneofthefollowingdescribeswhowillbeabletoseeanexis...
单项选择题Which one of the following describes who will be able to see an existing doc that contains a readers field ?()
A.only those people listed in the access list B.anyone listed as a reader or above in the acl C.only those people list in the readers field D.anyone list as a reader or above in the acl and who is also list in the readers field
billhasanauthornamesfieldnamedalleditorsthatcalculatesa...
单项选择题bill has an author names field named all editors that calculates a list of possible editors of the doc based on values users has entered into another field. The list only contains users’ first and last names, and only should be displayed to users who can edit doc.Which of the following hide-when formulas should bill use to control the display of the field?()
A. @isnotmember(alleditors,@username) B. @isnotmember(@name([cn]);@username) C. @isnotmember(alleditors;@name([cn ];@username)) D. if(@isnotmember(alleditors;@name([cn];@username);@true;@false))