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

ScaleOfSeriesOftheReport    

简述

  表达式当期标准化
定义
ScaleOfSeriesOftheReport(Exp:String;ReportID:Integer;a:Integer;CacheStr:String):Real
参数
名称类型说明
ExpString字符串,函数表达式
ReportIDInteger整数,报告期
aInteger整数,标准化数值
CacheStrString字符串,缓存串
返回Real实数。表达式当期标准化
  • 范例

    //SH600519,2022年报在沪深300成分股的营业收入标准化。
      endt:=20221231T;
      SetSysParam(pn_stock(),"SH600519");
      setsysparam(pn_StockArr(),getbkbydate("SH000300",endt));
      return ScaleOfSeriesOftheReport(@ReportOfAll(46002,DefaultRepID()),20221231,1);
      //返回:0.00298
相关