GrowthOfRepPeriod
简述
表达式Exp某个指标在报告期Rdate的同比增长,ReturnType决定返回偏离值(增加值)还是偏离率(增速%)。
GrowthOfRepPeriod(Exp:Expr;RDate:integer;ResultType:Integer)
名称 | 类型 | 说明 |
---|
expr | TExpression | 函数表达式 |
RDate | integer | 报告期 |
ResultType | | 用户自定义,返回类型 |
SetSysParam(pn_stock(),'SZ000001');
return GrowthOfRepPeriod(@reportofall(46002,GetSysParam('DefaultRepID')),20150331,1);//返回平安银行在2015一季报中营业收入的同比增长
//返回:28.39