润乾报表钻取数据

1)设置超链接表达式

查看详情

"/reportJsp/showEconrespReport.jsp?raq=/econrespView.raq&uuid="+A3

修改数据

"/reportJsp/showEconrespReport.jsp?raq=/econrespUpdate.raq&uuid="+A3

增加问题

"/reportJsp/showEconrespReport.jsp?raq=/questionAdd.raq&uuid="+A3+"&xmmc="+B3+"&ks="+C3+"&nd="+D3

2)设计详情raq文件

在设计的页面,要设置从超链接传过来的参数

查看详情 uuid
修改数据 uuid
增加问题 uuid xmmc ks nd


如果只是使用参数,则只需设置参数
而在增加问题的页面,如果要在raq文件中显示接收到的参数,则不仅要设置接收的参数,还要编写表达式

=uuid/=@uuid
=xxmc/=@xmmc
=ks/=@ks
=nd/=@nd

原文地址:https://www.cnblogs.com/avivaye/p/2851467.html