随笔分类 - FineReport
摘要:原文链接:https://help.fanruan.com/finereport/doc-view-1215.html
阅读全文
摘要:range(1,int(rand()*5)+1,1) 随机生成1-5行数据
阅读全文
摘要:https://help.fanruan.com/finereport10.0/doc-view-350.html
阅读全文
摘要:rank(E2,E2[!0;!0],0) https://help.fanruan.com/finereport/doc-view-2346.html 填报就是报表预览
阅读全文
摘要:开始时间: 控件名称 startDate 控件值-公式 if(len($years)=0,DATEINYEAR(today(),1),date($years,1,1)) 获取当前年的一月一日 日期类型 yyyy-MM-dd 结束时间: 控件名称 endDate 控件值-公式 if(AND(len($
阅读全文
摘要:https://help.fanruan.com/finereport/doc-view-1987.html C4 = MAX(C4[!0]{B4 = $B4})
阅读全文
摘要:链接:https://help.fanruan.com/finereport/doc-view-4321.html
阅读全文
摘要:数据集: select * from n8yu8p where 1=1 ${if(len(product)==0,"","and 产品名 in ('"+product+"') ")} 下拉复选框: 控件值-字符串-数据字典-数据库表 返回值类型-字符串 ','
阅读全文
摘要:sql: select * from n8yu8p where 1=1 ${if(len(product)==0,"","and 产品名 in ('"+product+"') ")} 下拉框控件: 控件值字符串 设置数据字典 点击查询前不显示报表内容: 报表展示效果:
阅读全文
摘要:报表: 分页展示: 解决办法: 页面设置,设置报表宽度
阅读全文
摘要:FR 报表链接跳转查看文档 window.open( "http://172.16.0.60:8080/webroot/Induction-doc/Offer-"+name+".pdf" )
阅读全文
摘要:function(){ var a=this.value/10000; var b=a.toFixed(2); return this.seriesName+' '+b+"万";} function(){ var points = this.points; var value = "<b><font
阅读全文
摘要:https://help.fanruan.com/finereport10.0/doc-view-209.html
阅读全文