zoukankan      html  css  js  c++  java
  • 润乾报表钻取数据

    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

  • 相关阅读:
    CSU 1122
    CSU 1256
    CSU 1240
    HDU 1874
    CSU 1004
    Problem F CodeForces 16E
    Problem E CodeForces 237C
    Problem C FZU 1901
    12-30
    2016-12-29
  • 原文地址:https://www.cnblogs.com/avivaye/p/2851467.html
Copyright © 2011-2022 走看看