这里可以写公式sql吗?比如我的sql如果是这样
sql("test","select code,max(cast(id as int)) id from t_jdy1 where cast(id as int) <"+A2,1,1)
这里应该怎末写?
js使用sql函数不到不得已。不建议使用,
FR.remoteEvaluate("sql(\"dbname\",\"select a.xx from table a where a.xx=\'"+yy+"\' ORDER BY a.zz\",1,1)");
sql函数https://help.fanruan.com/finereport/doc-view-846后面要写数字
sql("test","select code,max(cast(id as int)) id from t_jdy1 where cast(id as int) <'"+ A2 +"'",1,1)