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
1.9.0
动态合并单元格和if表达一起使用时动态合并单元格不生效
=( if('#{shouru.name}' == '张一一') { return color('#{shouru.ncnum}', '#100', '#f7ccac'); } return '#{shouru.ncnum}'; ) 只用颜色表达式的时候就可以使用 =color('#{shouru.ncnum}', '#100', '#f7ccac');
在D5列填入 =( if('#{shouru.name}' == '张一一') { return color('#{shouru.ncnum}', '#100', '#f7ccac'); } return '#{shouru.ncnum}'; ) 然后设置为动态合并单元格
报表配置: 学校收入一览表副本2172.json
The text was updated successfully, but these errors were encountered:
暂不支持,归集:#138
Sorry, something went wrong.
No branches or pull requests
版本号:
1.9.0
问题描述:
动态合并单元格和if表达一起使用时动态合并单元格不生效
=(
if('#{shouru.name}' == '张一一') {
return color('#{shouru.ncnum}', '#100', '#f7ccac');
}
return '#{shouru.ncnum}';
)
只用颜色表达式的时候就可以使用
=color('#{shouru.ncnum}', '#100', '#f7ccac');
错误日志&截图:
重现步骤:
在D5列填入
=(
if('#{shouru.name}' == '张一一') {
return color('#{shouru.ncnum}', '#100', '#f7ccac');
}
return '#{shouru.ncnum}';
)
然后设置为动态合并单元格
报表配置:
学校收入一览表副本2172.json
The text was updated successfully, but these errors were encountered: