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
Datart版本号 声明一下你正在使用的 datart 版本号 dev
datart
错误描述 清晰简洁地描述这个错误 图表制作时,如果存在计算字段,弹窗报错
截图
其他内容 原因如下:计算字段无 sqlOperator 属性,导致报错 // 兼容 impala 聚合函数小写问题 export const filterSqlOperatorName = (requestParams, widgetData) => { const sqlOperatorNameList = requestParams.aggregators.map(({ sqlOperator }) => sqlOperator.toLocaleLowerCase(), );
The text was updated successfully, but these errors were encountered:
Cuiyansong
Successfully merging a pull request may close this issue.
Datart版本号
声明一下你正在使用的
datart
版本号dev
错误描述
清晰简洁地描述这个错误
图表制作时,如果存在计算字段,弹窗报错
截图

其他内容
原因如下:计算字段无 sqlOperator 属性,导致报错
// 兼容 impala 聚合函数小写问题
export const filterSqlOperatorName = (requestParams, widgetData) => {
const sqlOperatorNameList = requestParams.aggregators.map(({ sqlOperator }) =>
sqlOperator.toLocaleLowerCase(),
);
The text was updated successfully, but these errors were encountered: