摘要: Cognos8.3函数使用手册(二)1 top and bottom functions1.1 bottomCount原型bottomCount ( set_exp , index_exp , numeric_exp )说明此函数根据在"set_exp"的每个成员中算得的"numeric_exp"值对集进行排序,然后返回具有最小"index_exp"值的成员案例1、bottomCount([每日一览N].[产品].[产品].[险类+],9,[2008年])解释1、返回[每日一览N].[产品].[产品].[险类+]维度,按[2008年]
阅读全文
posted @ 2011-09-09 10:27 HondaHsu 阅读(45) 评论(0)
编辑
摘要: Cognos8.3函数使用手册(一)1 Block Functions1.1 _firstFromSet原型_firstFromSet ( set_exp, numeric_exp_max , numeric_exp_overflow )说明返回在集中找到的前几个(不超过 numeric_exp_max + numeric_exp_overflow)成员。如果超过 numeric_exp_max + numeric_exp_overflow,则只返回成员的最大数目案例1、_firstFromSet([全险种综合N].[产品].[产品].[险类+],2,3)2、_firstFromSet([全险
阅读全文
posted @ 2011-09-09 10:25 HondaHsu 阅读(37) 评论(0)
编辑