var a = FR.remoteEvaluate('=sql("MING","select rank from (select c.vendor_name_alt vendor,sum(decode(a.set_of_books_id,2001,1,31)*nvl(b.base_amount,b.amount))/1000 amt,ROW_NUMBER() OVER (ORDER BY sum(decode(a.set_of_books_id,2001,1,31)*nvl(b.base_amount,b.amount))/1000 DESC) AS rank from ap_invoices_all a,ap_invoice_distributions_all b,po_vendors c where a.invoice_id=b.invoice_id and a.vendor_id=c.vendor_id and a.set_of_books_id=2001 and b.line_type_lookup_code=\'ITEM\' and b.dist_code_combination_id in (4231,4051) and to_char(a.invoice_date,\'yyyy\')=to_char(sysdate,\'yyyy\') and to_char(a.invoice_date,\'yyyymm\')<=to_char(sysdate,\'yyyymm\') group by c.vendor_name_alt order by amt desc) where vendor = this.category",1,1)');function(){ return this.category+":"+a}以上是我的标籤自定义SQL,请问下方function内的this.category可以放进sql里面当作条件判断吗,像我sql最后方写的一样可以的话要怎麽写,像我那样写的话是没有值的像我那样写悬浮了是没有提示的