-
Notifications
You must be signed in to change notification settings - Fork 1.7k
单元格上对数据集进行过滤,报错 #2060
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
Comments
数据里边有空数据吗? |
没有,如上图,数据源预览有6条数据,没有空数据 |
收录 ws |
已修复,待新版本发布 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
版本号:V1.6.2
问题描述:sql数据集返回的数据是多条,要取出对应的单条数据的某个字段的值,渲染到对应的单元格中,目前采用的是在单元格上写case表达式,但是系统报错(如下),请问能否在单元格上对数据源结果集进行过滤?怎么配置?
错误日志&截图:
重现步骤:
数据源sql:
SELECT
guid,gate_id,direction,time_part,METER_READB,METER_READE,MONTH_QTY,YEAR_QTY
FROM
S_SE_GRID_QTY
WHERE
TO_CHAR(SE_MONTH,'yyyy-mm') = '${THEMONTH}'
AND
PLANT_ID = '0105000020'
友情提示(为了提高issue处理效率):
The text was updated successfully, but these errors were encountered: