How to customize calendar style in obiee?

Hi,
Is it possible to customize the OBIEE calendar with different style and looks. If yes please guide me in doing this.
Thanks in advance,
Kart

Hi,
I have found out the thing by myself..
To change the css of the calendar use
OracleBI\oc4j_bi\j2ee\home\applications\analytics\analytics\res\sk_oracle10\b_mozilla_4\calendar.css and
\OracleBI\web\app\res\sk_oracle10\b_mozilla_4\calendar.css
To modify the base java script for calendar use
\OracleBI\web\app\res\b_mozilla\calendar.js and
C:\OracleBI\oc4j_bi\j2ee\home\applications\analytics\analytics\res\b_mozilla\calendar.js
Thanks,
Kart

Similar Messages

  • How to customize the style

    Hi! My question is: is it possible to modify and customize the style of Instant Portal? If yes, where are the file (may be XML file) releated to the pre-built style?
    Many many thanks!!
    Luke

    The stylesheets for the seeded styles are installed into the mid-tier, and while it is possible to alter some of the style settings, changes to the seeded stylesheets is currently not supported.

  • How to Customize Calendar displayed content

    Hi Listers,
    I have easy question. How to control the displayed hyperlink content in the calendar?
    Thanks in davance for your help.
    Ben

    Hi Ben,
    You can customize the calendar application in many ways. Please review the various links in the how-to for the details but for starters review the following. The various view provided by default provides additional data, etc...... Provide details if you prefer of the specific data that you would like to display. Keep in mind the default attributes required for the calendar component as well.
    http://download.oracle.com/docs/cd/E12839_01/web.1111/b31973/af_calendar.htm#CHDIJJAJ
    Thanks,
    Dana

  • How do you make a customized template?? When I customize an original template it does not apply it to the whole document! How do you apply style changes permanently to your document???

    When one customize text styles or spacing between paragraphs. How do you apply settings permanently to a document???
    Should you create a new template???

    Happily, when you edit a document created by a given template, the changes aren't stored in the template.
    If you want to get a template embedding your changes, you need to use :
    File > Save as Template
    then use the newly created custom template as starting point.
    Yvan KOENIG (VALLAURIS, France) dimanche 22 janvier 2012
    iMac 21”5, i7, 2.8 GHz, 12 Gbytes, 1 Tbytes, mac OS X 10.6.8 and 10.7.2
    My Box account  is : http://www.box.com/s/00qnssoyeq2xvc22ra4k
    My iDisk is : http://public.me.com/koenigyvan

  • How to customize top navigation css in SharePoint 2013?

    Hi All,
    How to customize top navigation css in SharePoint 2013?(Want to add colors for each link in the navigation)
    My current page is like-
    Expected-

    Hi Sam,
    Please check the following article about how to style the top navigation with custom css.
    How to: Brand snippets by using CSS in SharePoint 2013
    Thanks
    Daniel Yang
    TechNet Community Support

  • Calendar template in obiee 11g

    Hi All,
    Is there any calendar template/add on in obiee 11g?
    So in calendar we can set the schedule for sales, etc.
    If there is any, how to use it?
    Thank you before
    Regards
    JOE
    Edited by: JoeSSI on Jul 26, 2012 7:54 PM

    Hi Joe,
    There is no out of box functionality. You can try something like this using pivot view,
    http://obiee100.blogspot.in/2011/07/calendar-view-in-obiee-and-applications.html
    Regards,
    Dpka

  • Customize the Header in OBIEE 11g

    I am able configure and use customize Skins and Style in OBIEE 11g. MY issue is that after user login to OBIEE 11g, it display Home page. I need to add or remove some links from the top right corner of the header. In OBIEE 11g, this header is consistent for funtions.
    Any idea if the this can be cutomized? If yes then which files I should be updating like pages or messages ares in BIP.

    Following xml seems to be corresponding one.
    <OH>\bifoundation\web\msgdb\l_en\messages\uicmsgs\saw.header.xml
    For example, I tried to modify as below and the "Home" character was vanished in the dashboard page.
    (Before)
    <WebMessage name="kmsgHeaderHome"><TEXT>Home</TEXT></WebMessage>
    (After)
    <WebMessage name="kmsgHeaderHome"><TEXT></TEXT></WebMessage>
    Hope this helps,
    Miki

  • Customized Reports - Graphics / Calendar Style

    Hi,
    I'm a project scheduler,
    experienced with P5 & P6. I'm currently using
    Primavera P6.1. I haven't done much report writing, and I
    am currently tasked with creating two customized reports.
    <strong>GRAPHICS ON
    REPORTS?</strong>
    One of the reports is
    an overall look at a project, so it would include the
    project start/finish and project level user defined field
    values. The UDFs are indicators. I want the report to show
    the graphic value of the indicator, but I'm not sure how
    to make P6 report editor give that. It seems to only be
    able to give the text value ("green"). Is there a way to
    make the report choose a graphic based on the value of the
    UDF or code?
    <strong>CALENDAR
    REPORT?</strong>
    I know a lot of people
    want to create a report that is essentially a lookahead,
    but on a calendar layout. I've asked Primavera if this is
    possible but they referred me to the PARs. I contacted a
    couple but haven't found a calendar report. So does
    anybody have any suggestions for creating a calendar style
    report? It would list each task that is either starting,
    ongoing, or finishing on that particular day.<br
    />
    All suggestions appreciated!<br
    />Thanks,
    Sarah

    Hi Jim,
    Thanks for the reply. I
    don't like the sound of that - exports for graphics.
    Do you mean export all project data & then use it
    in some other tool to create the report? Like build an
    excel template to process csv data? :cringing:<br
    />
    I'm using P6 Web and it's got nice
    graphics but you can't create a full PDF printout of
    all the data which is why I'm trying to build the
    report.
    PAR = Primavera
    Authorized Representative (aka the local rep)<br
    />
    Sarah

  • How to customize TabbedPanelsTabHover if more than one

    Hi,
    How to customize TabbedPanelsTabHover and
    TabbedPanelsTabSelected if a page has more that one TabbedPanels.
    I've tried changing the class name for both hover &
    selected separately for the both the tabbedpanels but none of them
    class would apply.
    I am trying to have diff hover & selected style for two
    diff TabbedPanelsTab, how can it be acheived.
    Thanks!

    <script type="text/javascript">
    var TabbedPanels1 = new
    Spry.Widget.TabbedPanels("TabbedPanels1", { tabHoverClass: "hover",
    panelVisibleClass: "open", tabSelectedClass: "selected",
    tabFocusedClass: "focused" });
    </script>
    http://labs.adobe.com/technologies/spry/articles/tabbed_panel/index.html

  • Different calendar styles: seeded vs. custom date fields

    All,
    In several reports we prompt users to select an opportunity close date (seeded date field) that is within a given period of interest using a prompt on the close date field. The calendar style provides two buttons to select the starting and ending points. Then the user must select the refresh link to narrow the date range and then pick the first and second dates. This requires five clicks. Users find this cumbersome.
    In contrast, we have a couple of reports that use a custom date field and users are prompted to select a beginning and end date. For this custom date field the calendar style provides a calendar button that allows you to directly select the first and second date without having to filter the range of possible dates. This is obviously only two clicks and is preferred by users.
    Does anyone know how to get the "nice" date picker to apply to seeded date fields as in the first case?
    Thanks,
    Dan

    Of interest relating to file upload component to users : "Saving Uploaded Files Uploaded by the File Upload Component " Check the blog:
    http://blogs.sun.com/roller/page/divas

  • What is the format required in essbase side to show calendar icon in obiee

    Hi All,
    Currently we are bulidng dashboards with Essbase ASO cube as underlined multi-dimensional database.
    Not sure essbase date is not showing as date format.
    what is the format required in essbase side to show calendar icon in obiee
    We tried format as "Obiee Date - Jan 1, 2007 12:00 AM.However no use.
    Can someone assist on this issue how to proceed further
    Thanks,
    SatyaB

    I have actually seen this as a problem with Essbase Data sources...It takes this as Varchar. My time grains are till Month in current system so can't check...
    May be this can help you out http://businessintelligence.ittoolbox.com/groups/technical-functional/hyperion-bi-l/obiee-essbase-as-source-time-dimension-using-between-operator-3399220
    Else , there is unfortunately no workaround.
    Check Christian's comment as well Re: Essbase Date Measures as DATE in OBIEE
    Edited by: Deepak Gupta on 21-Sep-2011 23:48

  • How to customize the infoview and dashboards.

    Post Author: [email protected]
    CA Forum: WebIntelligence Reporting
    Hi all,
    how to customize the infoview and dashboards.
    scenerio1: all users should have same look &  feel of infoview. - please tell me the steps how set the preferences for this scenerio.
    scenerio2: every should have  different look and feel (example user1 should have different view with user2). - please tell me the steps how set the preferences.
    Thanks,
    Madhu.

    Post Author: Use_BO
    CA Forum: WebIntelligence Reporting
    Hi Madhu,
    For Scenario 1 : Go to CMC.
    Go to : Home > BusinessObjects Enterprise Applcations > InfoView
    You can customise Inforview properties and Rights here, like setting up ur logo,style sheets etc.
    For Scenario 2: Each User will have to customize their own Infoview.
    Go to Infoview. On the top right corner will be 3 icons. Click on the 'Preferences' icon.
    In the General tab of preferences you can customise the infoview settings.
    Hope this helps.
    Thanks!!

  • How can I "reprompt" when a OBIEE request has been imported into powerpoint

    Hi All,
    How can I "reprompt" when a OBIEE request has been imported into powerpoint using the Oracle Bi plugin for microsfot powerpoint?
    When you import a request into powerpoint it show the prompts you have defined in yout request. How can the user "reprompt" the request in powerpoint?
    Best regards
    H.

    As Silkrooster said, should be easy enough with layer styles and blending modes. To mimic the curvature you can use a simple warp style as well. You may just need multiple duplicates of the layer for ultimate control...
    Mylenium

  • How to customize the JTable (fonts, colors)

    Hi,
    I wonder how to customize the font, font style and color of a JTable? Shell I make my own renderer for it, or even the Look&Feel? I hope there is an easier way to do it... Something like CSS for HTML.
    I would appreciate some links to the sample code or tutorial as well.
    Best regards,
    Martin

    Try making your own cell renderer.
    MyCellRenderer implements javax.swing.table.TableCellRenderer{
    public MyCellRenderer() {
    public java.awt.Component getTableCellRendererComponent(javax.swing.JTable jTable, Object value, boolean isSelected, boolean hasFocus, int row, int col) {
    //make a JLabel (you can use html just by setting it as text for the JLabel)
    return JLabel;
    then just call
    myJTable.setDefaultCellRenderer(new MyCellRenderer());

  • Filtering Calendar style report

    One of my users likes my calendar style report but wants to add a drop-down menu and select a user name which the calendar would then use to filter its information. "All users" will also be an option.
    My Calendar is already coded but I'm new to Apex so I"m reluctant to experiment with it. How do I do this in Apex?
    Steve "the n00b" in Raleigh NC

    To make it clearer what my problem is, I have a calendar format report with the following code to select the data that goes on the calendar. Here is the code:
    select
    "ID",
    "ACTIVITY_DATE",
    "CONTACT_NAME",
    "USER_NAME",
    "SUMMARY"
    from "EBA_VER2_CUST_ACTIVITY"
    where (:P22_USER_NAME_FILTER = USER_NAME)
    or (:P22_USER_NAME_FILTER IS NULL)
    P22_USER_NAME_FILTER is an item on the page which, if it's not null, controls which user's activities are displayed. If it's null (as I expect it would be On Load), then the Select should get activities for everyone.
    However, when I run this thing I'm told I need an INTO parameter and the job crashes. What's going on?
    Steve "the n00b" in Raleigh NC

Maybe you are looking for