单项选择题
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”)
点击查看答案
相关考题
-
单项选择题
Several@functionscanexecutemultiplestatements.Whichoneofthefollowinginitializesavariableandcanincrementinduringtheoperation?()
A. @do
B. @for
C. @while
D. @dowhile -
单项选择题
jim,adominoprogrammer,wanttodeterminethenumberofworkingdaysinayear.Whichoneofthefollowingformulashouldheuse?()
A. @days
B. @holidays
C. @wokdeddays
D. @businessday -
单项选择题
Inthevideoform.theOrderDatefield(WhichshowsWhenthevideomaybeordered)iscalculatedbasedontheDatefield(Whichdisplaysthereleasedate).Theorderdateis30dayspriortothereleasedate.WhichonethefollowingformulaswillcalculatetheOrderDatevalue?()
A.@Number(Date)-30
B.@Adjust(Date;0;0;30;0;0;0)
C.@Adjust(Date;0;0;-30;0;0;0)
D.@If(Date!="";Date-30;@Failure(There is no current release date"))
