Skip to content
New issue

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

动态合并单元格不生效 #3116

Closed
lyu-zzed opened this issue Nov 7, 2024 · 1 comment
Closed

动态合并单元格不生效 #3116

lyu-zzed opened this issue Nov 7, 2024 · 1 comment

Comments

@lyu-zzed
Copy link

lyu-zzed commented Nov 7, 2024

版本号:

1.9.0

问题描述:

动态合并单元格和if表达一起使用时动态合并单元格不生效

=(
if('#{shouru.name}' == '张一一') {
return color('#{shouru.ncnum}', '#100', '#f7ccac');
}
return '#{shouru.ncnum}';
)
只用颜色表达式的时候就可以使用
=color('#{shouru.ncnum}', '#100', '#f7ccac');

错误日志&截图:

image

image

重现步骤:

在D5列填入
=(
if('#{shouru.name}' == '张一一') {
return color('#{shouru.ncnum}', '#100', '#f7ccac');
}
return '#{shouru.ncnum}';
)
然后设置为动态合并单元格

报表配置:
学校收入一览表副本2172.json

@jeecgos
Copy link
Collaborator

jeecgos commented Nov 8, 2024

暂不支持,归集:#138

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants