comparewithpreviousreport_new
简述
同比分析。
comparewithpreviousreport_new(r:Array;t:Array;IsHB:Integer;ShowType:Integer;ShowStyle:Integer;UnitType:Integer):Array
名称 | 类型 | 说明 |
---|
r | Array | 数组。数据表。 |
t | Array | 数组。数据表。 |
ISHB | Integer | 整数。是否按季度显示。 |
ShowType | Integer | 整数。显示方式,取值如下:
|
ShowStyle | Integer | 整数。显示设置,取值如下:
显示名 |
取值 |
显示结果和同比 |
0 |
只显示结果 |
1 |
只显示比值 |
2 |
|
UnitType | Integer | 整数。显示单位,取值如下:
显示名 |
取值 |
元 |
0 |
千元 |
1 |
万元 |
2 |
百万元 |
3 |
亿元 |
4 |
|
返回 | Array | 数组。数据表同比分析结果。 |