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

Javascript - change label of prompt

Started by cognostechie, 13 Feb 2011 05:09:46 PM

Previous topic - Next topic

cognostechie

I am using a Select & Search prompt and I need to change the label from 'Choice' to 'Choose'. Pl. see screen attached.

Any help is much appreciated !

Rajesh_Vanam

Add following javascript to your header sectionof prompt page.

<script type="text/javascript">
{
      var PMT_UIM_CHOICE = "Choose:";
}

</script>


Regards,
Rajesh Vanam

cognostechie

Thank a lot Rajesh !!

It worked perfectly and I appreciate your help !