请上传宽度大于 1200px,高度大于 164px 的封面图片
    调整图片尺寸与位置
    滚轮可以放大缩小图片尺寸,按住图片拖动可调整位置,多余的会自动被裁剪掉
取消
StudyYL(uid:160995)
职业资格认证:FCA-FineReport | FCA-业务分析理论
  • 回答:主页面这边超链接添加参数,值设置成‘$$$’表示传出当前值链接页面在数据集里带上对应参数‘name’查询就行了
    2019年10月30日回复
  • 回答:sql sever 好像不行,你试一下用两个with as 查询:with a as (select * from b),c as (select * from d) select * from a join c on a.col=c.col https://blog.csdn.net/smartsmile2012/article/details/53260752你看一下这个博文,看看对你是否有帮助
    2019年09月27日回复
  • 回答:把供应商名称设为产品明细的上父格,产品明细的产品类别按produceid做过滤,为空的话可能是字段名选错了
    2019年09月09日回复
  • 回答:${if(len(startmonth) == 0,"","and( (statistics_date_month >= '" + startmonth+"' and statistics_date_year = '" + startyear + "') or (statistics_date_month < '" + startmonth"' and  statistics_date_year > '" + startyear + "')) ")}${if(len(endmonth) == 0,"","and (( statistics_date_month <= '" + endmonth+"' and statistics_date_year = '" + endyear + "')  or ( statistics_date_month > '" + endmonth"' and  statistics_date_year < '" + endyear + "'))")}两个or语句应该加上括号的(MySQL中,AND的执行优先级高于OR。也就是说,在没有小括号()的干预下,总是先执行AND语句,再执行OR语句)
    2019年09月02日回复
  • 回答:不知道是不是这个列不对,是不是应该是AGE列?
    2019年07月31日回复
  • 回答:你是不是没有用参数?参考帮助文档:模糊查询-https://help.finereport.com/doc-view-164.html中的4.示例
    2019年08月01日回复
  • 136

    136

    2

    10

    个人成就
    内容被浏览1,126
    加入社区5年356天
    返回顶部