大概需求就是:有统计周期和统计日期
统计周期有4个选项:日,周,季度,年。
选择日,统计日期就是YYYY-MM-DD格式。
选择周,统计日期就是2020-12-07,2020-12-14(每周的周一)。
选择季度,统计日期就是2020年第一季度,2020年第二季度。
选择年,统计日期就是2019年,2020年。
目前有一张日历表如图,怎么才能做到日期控件之间的联动?
联动控件的数据集SQL语法参考:
————————
select distinct
case '${控件A}'
when "年" then cal_year
when "月" then cal_month
....
end as TT
from table_name
——————————
日期格式用日期控件绑定参数在where条件中。
季度,和年用下拉框控件绑定参数在where条件中
https://help.fanruan.com/finereport/doc-view-1284.html?source=4