天软金融分析.NET函数大全 > 数据仓库函数 > 向导函数 > 中间函数

ReportValueOfPeriod    

简述

  区间财务数据
定义
ReportValueOfPeriod(Exp:String;BegReport:Integer;EndReport:Integer;ReportType:Integer;Reportvalue:Array):Array
参数
名称类型说明
ExpString字符串,函数表达式
BegReportInteger整数,开始报告期
EndReportInteger整数,截止报告期
ReportTypeInteger整数,报告期类型
显示名 取值
年度标准 0
季度标准 1
ReportvalueArray数组,报告期数据
返回Array数组。区间财务数据
相关