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

颜色表达式无法和分组共用 #3109

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

颜色表达式无法和分组共用 #3109

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

Comments

@lyu-zzed
Copy link

lyu-zzed commented Nov 6, 2024

版本号:

1.8.1

问题描述:

对年龄大于24的人的性别数据进行更换填充颜色时无法进行分组
=(
if('#{tt.age}' > '24') {
return color('#{tt.group(sex)}', '#100', '#f7ccac');
}
return '#{tt.group(sex)}';
)

错误日志&截图:

image

重现步骤:

在性别栏下面填写
=(
if('#{tt.age}' > '24') {
return color('#{tt.group(sex)}', '#100', '#f7ccac');
}
return '#{tt.group(sex)}';
)

友情提示(为了提高issue处理效率):

  • 积木报表是一款免费报表产品,功能免费源码不开放;
  • 未按格式要求发帖,会被直接删掉;
  • 请针对问题提供[报表设计配置或SQL脚本]或在官网制作报表示例并提供ID;
  • 针对不好重现的问题,请录制操作视频或详细的重现步骤;

下面是报表配置文件
简单分组报表副本6566.json

@lyu-zzed lyu-zzed closed this as completed Nov 7, 2024
@lyu-zzed lyu-zzed reopened this Nov 7, 2024
@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