预览显示全部(行前分页:没选参数时能展示全部的模版,例如图二、图三一起显示)急!


FineReport淡淡~忧伤 发布于 2016-9-7 15:33
悬赏:2 F币 + 添加悬赏
提示:增加悬赏、完善问题、追问等操作,可使您的问题被置顶,并向所有关注者发送通知
共8回答
最佳回答
0
quiet3008559发布于2016-9-7 15:33(编辑于 2023-9-6 09:34)
555
最佳回答
0
淡淡~忧伤发布于2016-9-7 15:43(编辑于 2023-9-6 09:34)
555
最佳回答
0
yixingtianyuan发布于2016-9-7 15:45(编辑于 2023-9-6 09:34)
555
最佳回答
0
淡淡~忧伤发布于2016-9-7 15:47(编辑于 2023-9-6 09:34)
555
最佳回答
0
quiet3008559发布于2016-9-7 15:50(编辑于 2023-9-6 09:34)
555
  • yangyan520 yangyan520(提问者)



    select  right(a.wd13,2) id, a.WD02  ,a.WD03 ,a.WD04  ,a.wd05+\'-\'+a.wd06 as wd05  ,a.WD07 , a.WD08 ,
    sum(isnull(a.DL01 ,0)+ISNULL(a.DL02 ,0))  dl01
    ,sum(isnull(a.DL14 ,0)) as DL02
    ,sum(isnull(a.DL07 ,0)) dl04
    ,sum(isnull(c.DL07 ,0)) dl05
    ,isnull(a.DL03,0) as dl07
    ,a.wd12
    ,a.wd14
    ,a.WD09
    ,a.WD18
    ,a.WD19
    ,a.WD21
    ,a.wd22
    from [dbo].[T_RESULT_02]  a
          left join [dbo].[T_RESULT_02]  c
    on a.WD04=c.WD04     and a.WD05-1=c.WD05    and  a.WD06=c.WD06    and a.WD08=c.WD08   and  a.WD10=c.WD10    and a.WD11=c.WD11   and a.WD12=c.WD12   and a.WD13=c.WD13   
    where    a.wd15=\'4\'   and a.wd07=\'${company_name}\'  and a.wd05+\'-\'+a.wd06=\'${date}\'
    and a.WD04 =\'10001\'  and (a.WD29 is null or a.WD29<>\'是\')  and a.wd31=\'是\'
    and  a.WD05  in (\'2014\',\'2013\')
    group by  a.WD02  ,a.WD03 ,a.WD04  ,a.WD05  ,a.WD06  ,a.WD07 , a.WD08 ,a.DL03 ,a.DL01,a.DL02,a.wd14,a.wd12,right(a.wd13,2),a.WD09
    ,a.WD18
    ,a.WD19
    ,a.WD21
    ,a.wd22
    union
    select  right(a.wd13,2) id, a.WD02  ,a.WD03 ,a.WD04  ,a.wd05+\'-\'+a.wd06 as wd05  ,a.WD07 , a.WD08 ,
    sum(isnull(a.DL01 ,0))  dl01
    ,sum(isnull(a.DL14 ,0)) as DL02
    , sum(isnull(a.DL07 ,0)) dl04
    , sum(isnull(a.DL08 ,0)) dl05
    ,isnull(a.DL03,0) as dl07
    ,a.wd12
    ,a.wd14
    ,a.WD09
    ,a.WD18
    ,a.WD19
    ,a.WD21
    ,a.wd22
    from [dbo].[T_RESULT_02]  a
          left join [dbo].[T_RESULT_02]  c
    on a.WD04=c.WD04     and a.WD05-1=c.WD05    and  a.WD06=c.WD06    and a.WD08=c.WD08   and  a.WD10=c.WD10    and a.WD11=c.WD11   and a.WD12=c.WD12   and a.WD13=c.WD13   
    where   a.wd07=\'${company_name}\'  and a.wd05+\'-\'+a.wd06=\'${date}\'
    and a.WD04 =\'10001\'  and (a.WD29 is null or a.WD29<>\'是\')  and a.wd15 in (\'3\',\'4\',\'1\',\'2\')
    and  a.WD05 not in (\'2014\',\'2013\')
    group by  a.WD02  ,a.WD03 ,a.WD04  ,a.WD05  ,a.WD06  ,a.WD07 , a.WD08 ,a.DL03 ,a.DL01,a.DL02,a.wd14,a.wd12,right(a.wd13,2),a.WD09
    ,a.WD18
    ,a.WD19
    ,a.WD21
    ,a.wd22
    回复
    2016-09-07 16:19 
最佳回答
0
yixingtianyuan发布于2016-9-7 15:51(编辑于 2023-9-6 09:34)
555
最佳回答
0
yixingtianyuan发布于2016-9-7 15:54(编辑于 2023-9-6 09:34)
555
最佳回答
0
淡淡~忧伤发布于2016-9-7 16:19(编辑于 2023-9-6 09:34)
555
  • quiet3008559 quiet3008559

    你这里我看到两个参数${company_name}和${date},你的业务组是哪个参数啊?
    可以这么写一下,用前一个参数举例吧。
    ${if(len(company_name)==0,\"\",\" and a.wd07=\'\"+company_name+\"\' \")}
    回复
    2016-09-07 15:33 
  • 0关注人数
  • 826浏览人数
  • 最后回答于:2016-9-7 16:19
    活动推荐 更多
    热门课程 更多
    返回顶部