If you are unable to create a new account, please email support@bspsoftware.com

 

News:

MetaManager - Administrative Tools for IBM Cognos
Pricing starting at $2,100
Download Now    Learn More

Main Menu

Search & Select Prompt issue

Started by babu babu, 20 Apr 2010 04:02:08 AM

Previous topic - Next topic

babu babu

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.

fshahul

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.

babu babu

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.

MFGF

What version of Cognos 8 are you using?

MF.
Meep!

babu babu