on 2011 Nov 27 11:05 AM
While execution of IRPT Page for a QM dev. How to Pass multiple and single values to an Exacute query. I am currently usung XML to pass values but it is not giving the correct results like working fine for single entries but not for multiple ones.
Kindly suggest a better way to do the above task. Thanks in advance.
Regards,
Swapnil
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi
Use Param in the irpt page as show in code below
<APPLET NAME="Untitled" CODEBASE="/Illuminator/Classes" CODE="iGrid" ARCHIVE="illum8.zip" WIDTH="400" HEIGHT="400" MAYSCRIPT>
<PARAM NAME="QueryTemplate" VALUE="ModuleName/Templates/QueryTemplate/xtXecute_query">
<PARAM NAME="DisplayTemplate" VALUE="ModuleName/Templates/DisplayTemplate/dtGrid">
<PARAM NAME="Param.1" VALUE="'%'">
<PARAM NAME="Param.2" VALUE="'%'">
<PARAM NAME="Param.3" VALUE="'%'">
</APPLET>
Assign the param in the execute query correctly..
Regards
Sweety
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
4 | |
2 | |
2 | |
1 | |
1 | |
1 | |
1 | |
1 | |
1 | |
1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.