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.8.1
对年龄大于24的人的性别数据进行更换填充颜色时无法进行分组 =( if('#{tt.age}' > '24') { return color('#{tt.group(sex)}', '#100', '#f7ccac'); } return '#{tt.group(sex)}'; )
在性别栏下面填写 =( if('#{tt.age}' > '24') { return color('#{tt.group(sex)}', '#100', '#f7ccac'); } return '#{tt.group(sex)}'; )
下面是报表配置文件 简单分组报表副本6566.json
The text was updated successfully, but these errors were encountered:
暂不支持,归集:#138
Sorry, something went wrong.
No branches or pull requests
版本号:
1.8.1
问题描述:
对年龄大于24的人的性别数据进行更换填充颜色时无法进行分组
=(
if('#{tt.age}' > '24') {
return color('#{tt.group(sex)}', '#100', '#f7ccac');
}
return '#{tt.group(sex)}';
)
错误日志&截图:
重现步骤:
在性别栏下面填写
=(
if('#{tt.age}' > '24') {
return color('#{tt.group(sex)}', '#100', '#f7ccac');
}
return '#{tt.group(sex)}';
)
友情提示(为了提高issue处理效率):
下面是报表配置文件
简单分组报表副本6566.json
The text was updated successfully, but these errors were encountered: