一个关键字,用于将默认计算顺序(列优先)更改为行优先。这个关键字应用于整个表单。
语法
CalcByRow=Boolean
如果使用行计算,则 Boolean 为 True;如果使用列计算,则为 False。
示例
ReportType=WebForm
ReportLabel=CalcByCol
ReportDescription=Demonstrate CalcByRow
BackgroundPOV=S#Actual.Y#2014.P#January.w#<Scenario View>.E#UnitedStates.Connecticut.V#USD.A#Sales.I#[ICP NONE].C1#Golfballs.C2#Customer2.C3#[None].C4#[None]
C1=S#Actual
C2=S#Budget
C3=SCalc(Col(2)-Col(1)),CustomHeader:Variance
C4=SCalc(Col(3)/Col(1)),CustomHeader:Variance %
R1=A#Sales
R2=A#Purchases
R3=A#OtherCosts
R4=SCalc(Row(1)+Row(2)+Row(3)),CustomHeader:Total
ShowLabels=True
CalcByRow=False