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

ContinuedMatchOfRepPeriod    

简述
判断在区间BegReport到EndYear中是否存在运行表达式Exp的值,若存在返回1,否则返回0。
定义
ContinuedMatchOfRepPeriod(exp:Expr;BegReport:integer;EndYear:integer)
参数
名称类型说明
exprTExpression布尔公式表达式
BegReportinteger开始期,开始报告期
EndYearinteger年份,截止年份
  • 范例


    SetSysParam(pn_stock(),'SZ000001');
    return ContinuedMatchOfRepPeriod(@reportofall(46002,GetSysParam('DefaultRepID')),20140331,2018);
    //返回:1
相关