Showing posts with label Custom prompt text. Show all posts
Showing posts with label Custom prompt text. Show all posts

Friday, May 30, 2014

Rename Prompt Drop Down watermark ‘Select Value’ to ‘Select’

In dashboard prompts when there is no default selection given for prompt, we can see a water mark as ‘Select Value’. We can change this text as per the requirement.
In this example I will rename this watermark to ‘Select’


To achieve this go to ‘obiprp.promptcomponents.xml’ file located at,

/u01/Middleware/Oracle_BI1/bifoundation/web/msgdb/l_en/messages/uicmsgs

In this file change following tag,


<WebMessage name="kmsgPromptRunTimeDropDownWaterMark"><TEXT>--Select --</TEXT></WebMessage>


Here I changed text from ‘--Select Value--’ to ‘—Select--’.


Restart presentatiom services and you will be able to see the changes.