We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
3.7.3
使用积木仪表盘功能添加根据日期范围查询条件,无法为其赋默认值 根据积木报表官网的方式设置时间范围不生效,只有单一查询设置生效
由于没有默认值报错
The text was updated successfully, but these errors were encountered:
如何使用表达式设置动态的默认时间
Sorry, something went wrong.
暂时使用表达式处理的,麻烦回复一下正确赋值方式 <#if isNotEmpty(begin)> AND create_time >= '${begin}' <#else> AND create_time >= DATE_SUB(CURDATE(), INTERVAL 6 DAY) </#if> <#if isNotEmpty(end)> AND create_time < '${end}' <#else> AND create_time < DATE_ADD(CURDATE(), INTERVAL 1 DAY) </#if>
assign sq
已修改,下版本更新
No branches or pull requests
版本号:
3.7.3
问题描述:
使用积木仪表盘功能添加根据日期范围查询条件,无法为其赋默认值
根据积木报表官网的方式设置时间范围不生效,只有单一查询设置生效
错误截图:
由于没有默认值报错
友情提示:
The text was updated successfully, but these errors were encountered: