请问下现在还有个问题:异步加载参数选择时,只跟第一个起始时间(B1 单元格 $1)有关系,而跟截止时间 (D1 单元格 $2) 没关系,可以看下图的时间选择。这是为什么呢? select distinct t.pro_seg_des,t.pro_seg_des from PBPD.WORK_ORDER t where t.PRO_SEG_ID in (‘14285041’,‘14285042’,‘14285044’) and t.plan_date <= to_date(‘$2’,‘yyyy-mm-dd’) and t.plan_date >= to_date(‘$1’,‘yyyy-mm-dd’)
select 要取两个字段,一个是 id,一个是 name 来对应数据列和显示列,如果你那边数据列和显示列用的同一个字段,那 select 字段, 字段 写两遍
请问下现在还有个问题:异步加载参数选择时,只跟第一个起始时间(B1 单元格 $1)有关系,而跟截止时间 (D1 单元格 $2) 没关系,可以看下图的时间选择。这是为什么呢?
select distinct t.pro_seg_des,t.pro_seg_des
from PBPD.WORK_ORDER t
where t.PRO_SEG_ID in (‘14285041’,‘14285042’,‘14285044’) and t.plan_date <= to_date(‘$2’,‘yyyy-mm-dd’) and t.plan_date >= to_date(‘$1’,‘yyyy-mm-dd’)
问了技术支持,不支持异步加载是用日期来触发😂