RefReportValue
简述
当前时间ReportID向前推N年,返回ReportID-N时间点表达式 Exp指标值,与系统参数(股票)相关。
RefReportValue(Exp:Expr;ReportID:integer;N:integer):real
名称 | 类型 | 说明 |
---|
Exp | Expr | 函数表达式 |
ReportID | integer | 报告期 |
N | integer | 整数 |
返回 | real | 实数 |
返回平安银行2015年年报营业收入额
SetSysParam(pn_stock(),'SZ000001');
return RefReportValue(@reportofall(46002,GetSysParam('DefaultRepID')),20161231,1);
//返回:96163000000