- In the map {OracleBI}\web\app\res\s_oracle10\popbin make a copy of the PCXML for the graphtype you want customize.
- rename the file [FI:bubble2.pcxml]
- Open the file and make the custyomistions you want
- In the map {OracleBI}\web\app\res\s_oracle10\charts make a copy of the CXML for the graptype you want to customize.
- rename the file [FI:bubble2.cxml]
- open the file and edit in sawc:template => displayNameRef="kmsgChartCustomBubble"
- edit in sawc:seriesRules => displayNameRef="kmsgBubbleCustomSeries"
- edit in sawc:engineSpecific file="popbin/bubble2.pcxml"
- Save and close the file.
- Next we have edit the messages !you have to this for every language you use! (remember to back it up, else you loose it after every (re-)install/update of OBIEE) [EDIT: or make a custommessage folder for each language] go to {OracleBI}\web\msgdb\l_en\messages
- open "chartmessages.xml" and add the entry <-WebMessage name="kmsgBubbleCustomSeries"><-TEXT>Bubble - Custom
- Save and close the file
- open "charviewmessages.xml" and add the entry <-WebMessage name="kmsgChartCustomBubble"><-TEXT>Bubble - Custom
- Save and close the file
- restart the Java-host and the prestationserver.
note: replace "<-" with "<"
Till Next Time
3 comments:
How to show a dot or some mark for zero values in chart. For example. there product on y-axis and bug count on x.axis. For particular product bug count is zero then i get to see just the product name on chart no indication of bug count as zero in chart. Any suggestion?
have a look here:
http://obiee101.blogspot.com/2009/04/obiee-showing-zero-in-bargraph.html
regards
John
Thank you so much for giving this solution.
Post a Comment