单项选择题
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
相关考题
-
单项选择题
Whichoneofthefollowingdescribeswhowillbeabletoseeanexistingdocthatcontainsareadersfield?()
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 -
单项选择题
billhasanauthornamesfieldnamedalleditorsthatcalculatesalistofpossibleeditorsofthedocbasedonvaluesusershasenteredintoanotherfield.Thelistonlycontainsusers’firstandlastnames,andonlyshouldbedisplayedtouserswhocaneditdoc.Whichofthefollowinghide-whenformulasshouldbillusetocontrolthedisplayofthefield?()
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,andwhentheforminsaved,hewantstosortthelistbeforeitissaved.Whichoneofthefollowingformulaswouldaccomplishthis?()
A. @sort
B. @sort(@thisvalue)
C. @sortAscending(fieldA)
D. @sort(“ascesding”;”fieldA”)
