各位老师请问,有没有一种函数,我输入2023-01,2023-12,系统会输出2023-01,2023-02,2023-03,2023-04,2023-05.....2023-12 这样的函数
如果没有的话,有没有什么办法可以实现,谢谢各位老师!
uniquearray(maparray(range(todate($开始年月+"-01"),todate($结束年月+"-01")),left(item,7)))