Categories
- All Categories
- 15 Oracle Analytics Sharing Center
- 16 Oracle Analytics Lounge
- 215 Oracle Analytics News
- 43 Oracle Analytics Videos
- 15.7K Oracle Analytics Forums
- 6.1K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 78 Oracle Analytics Trainings
- 15 Oracle Analytics Data Visualizations Challenge
- Find Partners
- For Partners
OBIEE 12c - Apply and Reset not showing text.

I have a strange issue with my dashboards. The "Apply" and "Reset" buttons are not showing the text "Apply" and "Reset".
Any ideas why this is happening. I've tried on IE 8 (No supported) - it works. BUT i.e 11 it does not work.
I also get the error kmsgPromptRunTimeDropDownUnspecified: message text not found. (On both IE 8 and IE 11) -- not sure if it's related.
Answers
-
Do you have any custom skin/styles applied or do you have any custom javascript? If so, remove these just to validate that these aren't causing a problem.
Also worth using F12 to access your browser developer tools to assist you in debugging this.
0 -
Thanks - Been searching for any changes - No joy.
As a test I changed obiprp.promptcomonents.xml - kmsgPromptRunTimeDropDownUnspecified tag with value "***"
That go rid of the error, but the apply and reset buttons are still with out text
0 -
As I said earlier, do you have any custom styles/skins? If you do, it could be an idea to use the default skin/style on this dashboard to rule out a conflict created by using a custom style/skin.
0 -
Have you tried viewing html source through your browser of choice to see if it gives you any clues as to why these are not appearing?
0 -
In the obiprp.promptcomonents.xml file. The <TEXT> tag is missing, it only had </TEXT> tag for kmsgPromptRunTimeDropDownUnspecified. I think it may be shipped with this bug.
Changed the
<WebMessage name="kmsgPromptRunTimeDropDownUnspecified"><TEXT></TEXT></WebMessage>
- Restarted all the services and cleared browser cache - appears to have sorted the issue.
Thanks for all your help....
0