请上传宽度大于 1200px,高度大于 164px 的封面图片
    调整图片尺寸与位置
    滚轮可以放大缩小图片尺寸,按住图片拖动可调整位置,多余的会自动被裁剪掉
取消
free_zz(uid:252055)
职业资格认证:FCA-FineReport | FCP-报表交付工程师
  • 经代+多元_经代平台部.frm之前做汽车大屏时,用到了跑马灯,是没有滚动条的。现在把里面的js全部拷贝过去,跑马灯是实现了 ,但是出现了滚动条。请问怎么去掉呢,
  • select (case         when to_number(substr(a.signtime, 1, 2)) > 0 and              to_number(substr(a.signtime, 1, 2)) <= 4 then          '0-4点'         when to_number(substr(a.signtime, 1, 2)) > 4 and              to_number(substr(a.signtime, 1, 2)) <= 8 then          '4-8点'         when to_number(substr(a.signtime, 1, 2)) > 8 and              to_number(substr(a.signtime, 1, 2)) <= 12 then          '8-12点'         when to_number(substr(a.signtime, 1, 2)) > 12 and              to_number(substr(a.signtime, 1, 2)) <= 16 then          '12-16点'         when to_number(substr(a.signtime, 1, 2)) > 16 and              to_number(substr(a.signtime, 1, 2)) <= 20 then          '16-20点'         when to_number(substr(a.signtime, 1, 2)) > 20 and              to_number(substr(a.signtime, 1, 2)) <= 24 then          '20-24点'       end) as signtime,       count(distinct a.contno) as 新单数量,       sum(a.prem) / 10000 as 保费  from lis_lcpol a  left join com_bankcom b    on a.agentcom = b.agentcom where a.operadatatype <> 'D'   and a.prem <> 0   and a.salechnl = '03'   and b.deptname in ('${deptname}')   and a.signdate >= date'2019-09-01'and a.signdate <= date'2019-10-10'  group by (case            when to_number(substr(a.signtime, 1, 2)) > 0 and                 to_number(substr(a.signtime, 1, 2)) <= 4 then             '0-4点'            when to_number(substr(a.signtime, 1, 2)) > 4 and                 to_number(substr(a.signtime, 1, 2)) <= 8 then             '4-8点'            when to_number(substr(a.signtime, 1, 2)) > 8 and                 to_number(substr(a.signtime, 1, 2)) <= 12 then             '8-12点'            when to_number(substr(a.signtime, 1, 2)) > 12 and                 to_number(substr(a.signtime, 1, 2)) <= 16 then             '12-16点'            when to_number(substr(a.signtime, 1, 2)) > 16 and                 to_number(substr(a.signtime, 1, 2)) <= 20 then             '16-20点'            when to_number(substr(a.signtime, 1, 2)) > 20 and                 to_number(substr(a.signtime, 1, 2)) <= 24 then             '20-24点'          end)          order by (case            when to_number(substr(a.signtime, 1, 2)) > 0 and                 to_number(substr(a.signtime, 1, 2)) <= 4 then             1            when to_number(substr(a.signtime, 1, 2)) > 4 and                 to_number(substr(a.signtime, 1, 2)) <= 8 then             2            when to_number(substr(a.signtime, 1, 2)) > 8 and                 to_number(substr(a.signtime, 1, 2)) <= 12 then             3            when to_number(substr(a.signtime, 1, 2)) > 12 and                 to_number(substr(a.signtime, 1, 2)) <= 16 then             4            when to_number(substr(a.signtime, 1, 2)) > 16 and                 to_number(substr(a.signtime, 1, 2)) <= 20 then             5            when to_number(substr(a.signtime, 1, 2)) > 20 and                 to_number(substr(a.signtime, 1, 2)) <= 24 then             6          end)报错信息
  • 折线图的节点 白圈怎么去掉
  • ds1.select(销售员,地区 = "华东"&&销量 is not null) --不合法ds1.select(销售员,地区 = "华东"&&销量!=“”)---没作用请问 怎样才可以筛出不为空的数据呢 
  • 线上金融部报表_汇总报表.cpt如图1,一个地区有五种产品类型需求:根据前面的,地区,产品,在后面显示上图对应数据------这是我的方法 ,行不通,如下展示如下上面的北京,河南。。。分红,投连,保障。。。。分别对应 我最后展示的 销售渠道与产品类型, 图一表中的数值 对应 展示中的目标
  • 需求:全渠道里,当销售产品只有一条时,不显示合计条件属性如下预览,条件属性无效来大佬,虚心求教
  • 如图。单元格高级自定义显示,形态数据字典都试了,不行强迫症心态要炸了
  • 参数日期控件填入具体日期  开始日期跟结束日期,根据这个日期求这个月的数据,sql怎么写下面是我写当期的sqlselect (case         when a.compname = '北京分公司' then          '北京'         when a.compname = '河南分公司' then          '河南'when a.compname = '江苏分公司' then          '江苏'when a.compname = '上海分公司' then          '上海'       end) as 销售区域,       a.bankname as 销售渠道,       c.shortname as 销售产品,       (case         when a.payintv = 0 then          '趸交'         when a.payintv <> 0 then          a.payendyear       end) as 缴费年期,       count(distinct a.contno) 件数,       sum(a.new_prem) AS TRANSMONEY,        'NB' as datatype  from com_polno_detail a inner join tmp_performance b    on a.contno = b.contno   and b.deptname in ('股份行', '地方行')  left join com_risk_mapping c    on a.riskcode = c.riskcode where a.signdatep >= date '${startdate}'    and a.signdatep <= date '${enddate}' group by a.compname,          a.bankname,          c.shortname,          (case            when a.payintv = 0 then             '趸交'            when a.payintv <> 0 then             a.payendyear          end)报错了
  • 问题一:动态列只能动态显示一张表的字段么?现需求是需要关联另一张表显示一个字段问题二:这张表有六十多个字段,在一张表里展示,当动态列只选择几个列展示的时候,右边一片空白,如下图。
  • 填报成功可点击返回关闭对话框,也可以直接关闭不要返回按钮了,然后刷新页面,如下图。

144

1110

144

10

个人成就
内容被浏览90,660
加入社区5年36天
返回顶部