fr10中如何根据 $fine_username 获得用户所有信息?
管理平台用户信息存储表-https://help.finereport.com/doc-view-1847.html
SELECT * FROM fine_user WHERE USERNAME='${fine_username}'
是这个吗?
获取报表管理平台”用户信息“-http://help.finereport.com/finereport9.0/doc-view-1847.html
select * from 表名
where username='${fine_username}'
直接数据集里 SELECT * FROM fine_user
https://help.finereport.com/doc-view-1847.html
平台数据表,密码都可以默认创建的