单项选择题
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))
jamesneedstosortalistofvaluesinalistofvaluesinfieldA,an...
单项选择题james needs to sort a list of values in a list of values in fieldA, and when the form in saved ,he wants to sort the list before it is saved. Which one of the following formulas would accomplish this?()
A. @sort B. @sort(@thisvalue) C. @sortAscending(fieldA) D. @sort(“ascesding”;”fieldA”)