In dashboard prompt with
‘Allow user to select multiple values’ option, we get extra default drop down entry i.e. ‘All Column Values’
We can rename this text to some other text.
In this example I will rename ‘All Column Values’ to ‘Select
All’
For this we need to make changes in ‘reportmessages.xml’ and
‘globalfiltermessages.xml’ located at,
/Oracle_BI1/bifoundation/web/msgdb/l_en/messages
In reportmessages.xml file change following tag as,
<WebMessage export="true"
name="kmsgSpecialValueAllChoices"><TEXT>Select
All</TEXT></WebMessage>
In globalfiltermessages.xml file change following tag as,
<WebMessage export="true" name="kmsgGFPAllChoices"><TEXT>Select
All</TEXT></WebMessage>
Here I changed text from ‘All Column Values’ to ‘Select All’.
Restart presentation services and you will be able to see the
changes.
Thanks Prashant. Really helpful.
ReplyDeleteJust wanted to check if we can do this for any other dropdown value as well?