Hi,
I am using the search & select prompt in my reports.when i run the reports it is taking the option ''starts with any of these key words''.But i need ''contains any of these keywords'' by default.How can i acheive this.Please give me the solution.
Thanks & Regards,
Babu.
Hi,
You may put this piece of code as an HTML Item somewhere towards the end of page
<html>
<script type="text/javascript">
<!--
//resize SSP (InternalClientNo prompt)
document.forms("formWarpRequest")._sws_SSP_matchAnywhere.value= 'true';
document.forms("formWarpRequest")._sws_SSP_matchAll.value= 'false';
document.forms("formWarpRequest").swsOptionSSP(2).checked=true;
// -->
</script>
</html>
SSP = Name
Thanks,
Fatima S.
Hi Fatima,
Thanks for your reply.I used this script by uisng html item in the prompt page.Still i am not geting the default selection.Please update me.
Thanks & Regards,
Babu.
What version of Cognos 8 are you using?
MF.
Cognos8.4