Let's say that you had adata sourcenamedSalesthat contained aCostPerUnitcolumn and aUnitsSoldcolumn, and you set theTextproperty of a label to this function: Sum(Sales, CostPerUnit * UnitsSold) The label would
"eventAttending.title":"Responded as Attending","eventAttending.message":"You'll be notified when there's new activity and reminded as the event approaches","eventInterested.title":"Responded as Interested","event
Average函数可用于计算其参数的平均值(或算术平均值)。 Max函数用于查找最大值。 Min函数用于查找最小值。 Sum函数可用于对其参数求和。 StdevP函数可用于计算其参数的标准偏差。 VarP函数可用于计算其参数的方差。 可以按如下形式为这些函数提供值: 分别列出每个参数。 例如,Sum( 1, 2, 3 )会返回 6。