请上传宽度大于 1200px,高度大于 164px 的封面图片
    调整图片尺寸与位置
    滚轮可以放大缩小图片尺寸,按住图片拖动可调整位置,多余的会自动被裁剪掉
取消
南初2024(uid:247144)
职业资格认证:FCA-FineReport | FCA-FineBI | FCA-业务分析理论
  • 需求:给老板装个大屏,需要展示系统数据,可以不登录直接打开网页就是大屏吗?不能做免认证,因为有很多表是需要权限才能看的
  • 数据是具体的销售时间和销售金额,在BI里的图如图所示,横轴是时段,纵轴是销售额和总行数,比如14点的时段代表14:00:00-14:59:59的数据统计,比如销售额13786.5,共有120行数据在report里怎么能做成这样的图呢。
  • 在设计器里没办法访问FineReport_10.0\webapps\webroot\WEB-INF\embed\finedb\db 目录的数据库吗??而且没驱动??决策系统可以访问,设计器不行,但是设计器需要取里面的数据
  • 我想把这个模板放到BI下使用,那么“供货商注册号”后面的下拉框怎么能取到  系统里 “供货商”部门下的工号呢?如图里的两个工号  9705  和9910有没有大神会的
  • sku加了编辑后事件,会判断重复,重复后,怎么把SKU值传递到弹出的窗体,我用的js弹窗js:var ch = this.getValue();//获取当前控件值var patrn = FR.remoteEvaluate('=SQL("FRDemo","'+"select count(*) from 库存盘点 where sku= '"+ch+"'"+'",1,1)');if (patrn>0) {FR.mobilePopup({ target: "template",//设置跟随弹窗 parameters: {}, setting: { templatePath: "/重复更改.frm",//设置子模板地址 border: { type: 0, color: "rgb(0,0,0)", borderRadius: 4.0 }, background: { color: "rgb(255,255,255)" }, mobileRegular: { type: "custom" || "auto_height", heightPercent: 95.0, widthPercent: 95.0 }, padRegular: { type: "custom" || "auto_height", heightPercent: 95.0, widthPercent: 95.0 }//设置弹窗大小格式 }})//如果不满足规则弹出提示this.setValue("");//清空输入值}
  • 点击搜索按钮怎么在下方过滤或者查询出结果呢
  • 怎么把表1,2,3合并之后得到最后的表,我用left join on 或者right join on??具体怎么写呢。我自己写了好几遍,都不行select c.orgcode as 组织,b.barcode as 条码,a.pinlei as 品类,a.plucode as 商品编码,a.pluname as 名称,nvl(b.xscount,0) as 销量,nvl(b.hxtotal,0) as 销售额,c.kccount as 库存 from (select  plucode,pluname,pinlei from plucaiji) a  left  join (select  ts.orgcode ,ts.barcode, ts.plucode,sum(ts.xscount) as xscount,sum(ts.hxtotal) as hxtotalfrom rhz_xsmx ts where ts.rptdate between '2021-12-18' and '2021-12-31'  GROUP BY  ts.orgcode,ts.plucode,ts.barcode ,ts.pluname ) b   on a.plucode=b.plucode   left join( select m.orgcode,n.plucode,n.pluname,  sum(m.KcCount) as kccount         from tStkLsKc m ,tSkuPlu n where m.PluID = n.PluID    group by m.orgcode,n.plucode,n.pluname) c      on  b.orgcode=c.orgcode and a.plucode=c.plucode   where  c.orgcode in ('0001') and a.pinlei in ('福临门') order by a.plucode;
  • 用的轮播目标齿轮,另外两个都能联动,只有水球图不会动?啥原因呢,三个联动都添加了
  • 用的$fr_authority现在的显示效果是这样的。怎么分开,第一个角色第一个值,第二个角色第二个值,以此类推
  • 这个清空按钮,比如我登录的账号,角色是管理员,那么按钮可用,如果不是管理员,按钮不可用普通报表,模板里有权限设置,那决策报表在哪设置呢

53

12

53

10

个人成就
内容被浏览31,699
加入社区5年199天
返回顶部