有没有办法js获取数据集的sql语句?就是打开url能传送数据集的内容
参考这个文档,在js里面使用帆软的公式,然后用sql函数去取数据集的内容。
在JS代码中使用FineReport内置的公式-https://help.finereport.com/doc-view-1785.html
SQL函数-https://help.finereport.com/doc-view-846.html
如:
function(){ return this.category+': \n'+this.seriesName+': '+this.value +' '+FR.remoteEvaluate('=value("Embedded1",3,1,"'+this.seriesName+'")'); }
参考:在JS代码中使用FineReport内置的公式-https://help.finereport.com/doc-view-1785.html
Value函数使用介绍-https://help.finereport.com/doc-view-853.html