怎么 把ds1的多个值传到ds2
https://help.finereport.com/doc-view-161.html
参考参数过滤。
select * from B where ID in (select id from A)
两个数据集不是很好处理,有几个方案你可以试试
1、如果不是一个数据库实例,可以试试通过链接服务器链接查询
2、参考过滤条件和隐藏列来实现 数据列过滤条件常用处理-https://help.finereport.com/doc-view-403.html
3、通过ETL把数据抽取到一个库
两个数据是同一个数据库的吗 不能下载一起么 用left join 或者用嵌套
ds1.select()和ds1.group()函数的使用-https://help.finereport.com/doc-view-850.html
可以参考下这个ds1.select()