= if(DATETONUMBER(字段)>=DATETONUMBER("2018-10-01"),"收入","支出")
楼主:日期型不支持,需要转换成【数值型】数据后,再进行逻辑判断。
新增列-https://help.fanruan.com/finebi/doc-view-509.html
日期函数-https://help.fanruan.com/finebi/doc-view-7.html
可以参考下
可以使用datesubdate函数,具体如下
if(datesubdate("航班时间","2018-10-01","D")<0,1,0)