比如参数面板选择了开始日期和结束日期,比如是2022-09-01和2022-09-10,我想在它选择后,报表中显示这连个时间内的所有日期,怎么写呢?
数据集
where
日期字段 >= '${s_date}'
and 日期字典 <= '${e_date}'
-----------
单元格连续日期生成数组
maparray(range(todate('2021-09-11'),todate('2021-09-16')),format(item,'yyyy-MM-dd'))