Static Test view in Obiee

Hi Friends,
We have 10 dashboard pages, how to give a static text to all 10 pages at a time ? and How you will edit the text if needed?
Thanks In advance,
Raji.....

Pull any 1 column hide it and add static text in narrative view and save it. Add this saved report(i.e. narrative view) to all 10 pages.
I dont find any option(simplest one) other than adding text manually to all 10 pages.
Pls mark if helps

Similar Messages

  • Download Data drops title and static text views

    Hi All,
    Is there a way to retain the title or the static text view in the output results when exporting using Download Data (.csv)?
    We are using OBIEE 10.1.3.4.1.
    Regards,
    Nancy

    Hi Kumar,
         After building your it_material internal table, try using GUIO_DOWNLOAD to load the data into an excel sheet.
    check this sample code.
      CALL FUNCTION 'GUI_DOWNLOAD'
        EXPORTING
          FILENAME                = SELECT_FILE   " Filename
          FILETYPE                = 'ASC'
          APPEND                  = ' '
        TABLES
          DATA_TAB                = ITAB_STR_1
        EXCEPTIONS
          FILE_WRITE_ERROR        = 1
          NO_BATCH                = 2
          GUI_REFUSE_FILETRANSFER = 3
          INVALID_TYPE            = 4
          NO_AUTHORITY            = 5
          UNKNOWN_ERROR           = 6
          HEADER_NOT_ALLOWED      = 7
          SEPARATOR_NOT_ALLOWED   = 8
          FILESIZE_NOT_ALLOWED    = 9
          HEADER_TOO_LONG         = 10
          DP_ERROR_CREATE         = 11
          DP_ERROR_SEND           = 12
          DP_ERROR_WRITE          = 13
          UNKNOWN_DP_ERROR        = 14
          ACCESS_DENIED           = 15
          DP_OUT_OF_MEMORY        = 16
          DISK_FULL               = 17
          DP_TIMEOUT              = 18
          FILE_NOT_FOUND          = 19
          DATAPROVIDER_EXCEPTION  = 20
          CONTROL_FLUSH_ERROR     = 21
          OTHERS                  = 22.
      IF SY-SUBRC <> 0.
        MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
                WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
        EXIT.
      ENDIF.
    Hope this is helpful to you. If you need further information, revert back.
    Reward all the helpful answers.
    Regards
    Nagaraj T

  • Displaying of charts as a separate column in table view view in obiee 11g

    Hi all,
    we have a requiremnet where i need to display charts in a separate column in a table view in OBIEE 11g. can any body help in achieving this requirement?
    Thanks in advance.
    Regards

    HI All,
    Can any body let me know how to achieve this requirement!
    charts also should be dsplayed in a column in table. I had gone through below Sparkline graph link but didn't move forward with Jquery. can any body help me in understanding this?
    http://srisnotes.com/tag/obiee-11g/.

  • Map Viewer in Obiee 11G

    Hi,
    I need to install map viewer in obiee 11g to show maps in dashboards. I have no idea about this, can any one help me.
    Thanks,
    PJ

    OBIEE Samples has very good documentation and the schemas to download and set this up
    http://www.oracle.com/technetwork/middleware/bi-foundation/obiee-samples-167534.html
    Select the OBIEE 11.1.1.3 - Sample Application section

  • How to add coloumns in the static text view

    Hello all,
    I am using answers and I want to use the static text view
    Now I want to make my own table.
    I was thinking somthing like this:
    <TABLE>
    <TR>
    <TD>
    @1
    </TD>
    </TR>
    </TABLE>
    Where @1 is the first column on my answer report.
    Unfortunately this isn't working.
    I can't find anything in the manual about this.
    I know @1 works for the ticker view, so thought it must work on the static view as well

    Hi
    Use a Narrative view instead, works perfectly.
    Ed

  • USE OF VIEWS IN OBIEE REPOSITORY

    Hi Gurus,
    What is the use of creating views in obiee physical layer.is it mandatory?
    Could any one pls explain me.
    THANKS,
    SIVA

    No its not mandatory, its for quick fixes where you cant ETL your data into the structures you require, failing that you cant create a view in the underlying database because you dont have permissions, or its such a simple query you think it doesnt warrant creating.
    Bear in mind :
    All rows have to be returned from the view, the database has more work to do,
    debugging your Physical SQL gets messy and quickly un-readable.
    It really is for quick fixes but in the long term I'd always try and avoid them.

  • How to re-arrange the columns present in pivot table view in obiee 10?

    Can you please tell me How to re-arrange the columns present in pivot table view in obiee 10?

    I have columns as 1,2,3,4,6,7, in pivot table view.
    I have calculated item (column 5 as summation of 1,2,3,4) and caluclated itme (column 9 as summation of 6,7)...now if i arrange ascending then calculated columns 5,9 don't get affected.
    I need the order as 1,2,3,4,5,6,7,9

  • Customize Filter View in OBIEE 11g

    Hi,
    Is there any way to customize the filter view? My requirement is not to show formulas that are used in Analysis in the “Filter view”. All analysis that we create should go with Filter Views at the bottom and Users should not see the formulas.
    Example:
    Column Formula:
    FILTER (sales.sales USING products.product =’Electronics’)
    If I filter the above column, it shows something like this:
    FILTER (sales.sales USING products.product =’Electronics’) is Prompted.
    What is need to show in the filters is the Title of the column i.e. Electronics Sales.
    Thanks in advance.

    Check this
    How To Implement a Narrative View Similar To A Filter View In OBIEE 11G?
    Mark if helps.
    Thanks,

  • Env: Weblogic 8.1.5 Getting empty return in test view with new data

    Hi, I am using Weblogic 8.1.5, Basically a run down of this issue is that my response in test view, is completely Empty when I add a new piece of data in the response current code example below:
      SuccessResponseType srtype = SuccessResponseType.Factory.newInstance();
                srtype.setFacDesig(inFacDesig);
                srtype.setFacType(inFacType);
                srtype.setFacTermA(inTermA);
                srtype.setFacTermZ(inTermZ);
                srtype.setNotes(NoteRtn);
                srtype.setE3Array(rtn);
                Response.setSuccessResponse(srtype);Basically when srtype.setNotes(NoteRtn); is added in test view NONE of the values get populated, but once I comment srtype.setNotes(NoteRtn); out all the other values get populated in the response. At this point I am just plugging dummy data for the value of NoteRtn just to figure out why its doing this. Here is some example output.
    This is a response when the new line is commented out : (Its a decent amount of stuff so I cut some out, but you get the idea)
    <ns:successResponse>
    <ns:FacDesig>20027</ns:FacDesig>
    <ns:FacType>T1F</ns:FacType>
    <ns:FacTermA>MMPHTNMAFD1</ns:FacTermA>
    <ns:FacTermZ>MMPHTNMA43T</ns:FacTermZ>
    <ns:E3info>
    <ns:E3FacDesig>7101</ns:E3FacDesig>
    <ns:E3FacType>E3</ns:E3FacType>
    </ns:E3info>
    </ns:successResponse>
    This is what I get when I add in srtype.setNotes(NoteRtn);
    <ns:successResponse>
    </ns:successResponse>
    its just completely empty. My experience with weblogic and webservices is limited as it is, I am basically looking for someone to point me in the right direction for getting this resolved. I did not code the app I am just enhancing to in essence just add 2 strings of data to the response. The .xsd file is properly set up with the new elements and the response in the .xsd is properly set up. I am just at a loss as to what can cause the whole response to go kaput, by adding one more response type.
    Anyway, Thanks in advance

    Hi, I am using Weblogic 8.1.5, Basically a run down of this issue is that my response in test view, is completely Empty when I add a new piece of data in the response current code example below:
      SuccessResponseType srtype = SuccessResponseType.Factory.newInstance();
                srtype.setFacDesig(inFacDesig);
                srtype.setFacType(inFacType);
                srtype.setFacTermA(inTermA);
                srtype.setFacTermZ(inTermZ);
                srtype.setNotes(NoteRtn);
                srtype.setE3Array(rtn);
                Response.setSuccessResponse(srtype);Basically when srtype.setNotes(NoteRtn); is added in test view NONE of the values get populated, but once I comment srtype.setNotes(NoteRtn); out all the other values get populated in the response. At this point I am just plugging dummy data for the value of NoteRtn just to figure out why its doing this. Here is some example output.
    This is a response when the new line is commented out : (Its a decent amount of stuff so I cut some out, but you get the idea)
    <ns:successResponse>
    <ns:FacDesig>20027</ns:FacDesig>
    <ns:FacType>T1F</ns:FacType>
    <ns:FacTermA>MMPHTNMAFD1</ns:FacTermA>
    <ns:FacTermZ>MMPHTNMA43T</ns:FacTermZ>
    <ns:E3info>
    <ns:E3FacDesig>7101</ns:E3FacDesig>
    <ns:E3FacType>E3</ns:E3FacType>
    </ns:E3info>
    </ns:successResponse>
    This is what I get when I add in srtype.setNotes(NoteRtn);
    <ns:successResponse>
    </ns:successResponse>
    its just completely empty. My experience with weblogic and webservices is limited as it is, I am basically looking for someone to point me in the right direction for getting this resolved. I did not code the app I am just enhancing to in essence just add 2 strings of data to the response. The .xsd file is properly set up with the new elements and the response in the .xsd is properly set up. I am just at a loss as to what can cause the whole response to go kaput, by adding one more response type.
    Anyway, Thanks in advance

  • View requests result in a static text view

    Hi all...
    Is it possible to show results of a request in Answers in a static text view like in a ticker text view? Using "@"?
    Ivan

    Stijn, can you give me an example how to do it in a narrative view?
    This is the html code that works great if I put it in a static view:
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="content-type" content="text/html; charset=utf-8"/>
    <title>Google Maps JavaScript API Example</title>
    <script src="http://maps.google.com/maps?file=api&amp;v=2&amp;key=<Google key code goes here>"
    type="text/javascript"></script>
    <script type="text/javascript">
    //<![CDATA[
    function load() {
    if (GBrowserIsCompatible()) {
    var map = new GMap2(document.getElementById("map"));
    map.setCenter(new GLatLng(37.4419, -122.1419), 13);
    //]]>
    </script>
    </head>
    <body onload="load()" onunload="GUnload()">
    <div id="map" style="width: 500px; height: 300px"></div>
    </body>
    </html>
    Thanks for the help..
    Ivan

  • Creating Waterfall Chart view on OBIEE Answers

    Hello guys
    Is it possible to create waterfall Chart view on OBIEE answers?
    The idea is to show the differences in number between bars at the chart.
    Please let me know how it can be done
    Thanks in advance
    Devarasu.R

    Waterfall chart is not yet defined in OBIEE, But internal Corda Pop Chart engine allows you to develop new chart types. Look for Cords Pop Chart documentation in OracleBI\corda50\docs. But you need to do a feasibility study on what you get for how much work?
    - Madan

  • How to Add Hyperlink to Static Text View

    It's possible to add Hyper link or local link(when click that link. then it shows some text in message box) to some part of the Static text view.
    for example, my Static Text view Contains following text,
    Laptop , Desktop, Mobile
    now i want to add that link to Desktop or any other text. like
    Mobile
    kindly help me.

    Hi J Sathish Kumar,
    From your description, it seems that you have a RichEdit Box control and you want to add a hyperlink feature to your RichEditBox control. Could you tell us what type project do you want to use, windows form, WPF or native MFC?
    For using windows form and WPF, you should be easy to find some ways to achieve your goal on the web. For example,
    http://stackoverflow.com/questions/435607/c-sharp-how-can-i-make-a-hyperlink-work-in-a-richtextbox
    For using native MFC, you may need to get the text range, add the underline,change the text color and use wm_notify to notify the parent windows about a click on a hyperlink.
    I make a quick research on the web, and I find this should helpful for this issue.
    http://www.flounder.com/richedithyperlinks.htm
    Best regards,
    Shu Hu
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Result set not visible in Test View for Physical data service

    I have configured a MS SQL server stored procedure as a data service. It returns a resultset. I am calling this data service (physical) from a logical data service. I am able to see the returned result set in the test view (workshop) of the logical data service but not in the test view of the physical data service? Is this a problem within the workshop?
    Any help is appreciated.

    Never heard of this before. Can you turn on Auditing of XQuery parameters and results and then show me the audit information so I can see you are calling both the logical and the physical data service with the same arguments?
    It would also help to see both the logical and physical ds and their schemas. Just zip and post the whole dsp project if possible.

  • Programming a VI to perform static tests

    Dear NI, I am Maria Grazia and I posted a message some days ago but, as you said to me I didn't give much details. Now I want to explain better my research application so I’m going to give more details about my problem. I have to realize some static tests on a steel frame under cyclic loading. By means of an actuator connected to a motor, a force can be applied on the steel frame. An inverter (SSD 650V Series) drives the motor in the required direction (FWD and REV) and controls the motor speed. The motor goes in forward and reverse direction as a result of a relay within the inverter that supplies voltage. A displacement transducer measures the shift caused by the applied force. When it reaches the required shift, the motor stops. Afterwards, the load will be applied in the other sense. I have to realize a VI that drives the inverter which in turn drives the motor connected to the actuator. I would like to know if someone had already realised some similar application and could send it to me in order to understand how Labview works or to have further information about the construction of the VI. I have already the NI hardware required (cDAQ 9172, NI 9476, NI 9263, NI 9205 and NI 9237). Thanks a lot in advance for your help. Maria Grazia

    Dear Maria Grazia,
    as Centerbolt told you in your previous message, a good solution would be to use the Modbus library, but as I see on the AC650V series specification page, the Modbus Box is optional for these drives; I suspect you don't have one, so the only solution is to program digital and analog inputs and outputs through your DAQ cards in order to drive the inverter.
    From what I understood from your description, I think it would not be so difficult to implement it, but I'm afraid you won't find an already developed ready-to-run solution.
    I think you would have to acquire a signal from the displacement transducer through an analog input card and process the signal in a loop in order to generate the right outputs for the inverter: in order to understand how the inverter is driven, you should look at its documentation and specification. From the general page of the AC650V drives, they seem to have analog inputs for speed setting and digital inputs for start/stop, for direction and for preset speeds. So you should generate the right digital outputs and, if you want to continuosly change the speed, an analog output.
    I can't be more precise, but I encourage you to look at the Getting Started with NI-DAQmx guide and try to implement what I suggested you.
    If you'll have more specific problems in doing it, we're here to help you; but please be specific about the single problems you encounter.
    Good job
    Giorgio

  • Action Link in Static/Narrative Views

    HI Gurus,
    I have a requirement for the below things,please let me know if it is possible in 11.1.1.5/6:
    1. Pull Column values with HTML tags onto a static text box or a narrative View
    2. Display Grand Total amount in place of the tags
    3. When user clicks on amount, it should open a detail report, with the breakup of the amount
    i.e. If the detail table has salaries of 3 or more ppl, the description on top of the report would be pulled as a column value since description might keep changing. i.e. "The The salary for employee A is $xx million and emp B is $xx million"" where even the text " The The salary for employee A" might change,being a column value. Then the aggregated/grand total amount of the salary column should be displayed in place of "$xx million" for each employee. Then when user clicks on that amount, it should open a detail report with Emp A's salary breakup. If clicked on emp B's total salary, it shud open the same detail report with breakup of emp B's salary. Empid is the unique key.
    This is urgent. PLease help. If you suggest href links/html, please do explain clearly since I am not good at HTML.
    Thanks,
    Dan

    It wud be truly appreciated and I wud hv learnt something new! I'm glad to know and I expect mark when any one learnt from me ;)
    I'm not asking you to go with Ticker, and I was assuming you get some inspiration from given link so that you can put the same with Narrative view.
    I would say just DO IT with no question, that would help you learn more and save time from OTN (what if I didnt respond) and do not expect straight solutions so that you can use in your application... this is not quite possible.
    You can refer columns using @n where n is the position of column in criteria.
    In the below link I'm passing very first column usign HREF value and setting hyper link on first column before </a>
    &lt;a href=https://localhost:9704/analytics/saw.dll?Go&Path=/users/sveerava/Test&Action=Navigate&P0=1&P1=eq&P2=Time.Year&P3=@1 target=_new>@1&lt;/a>
    Read this guide to know how to pass values to another page
    http://docs.oracle.com/cd/E21043_01/bi.1111/e16364/apiwebintegrate.htm#CACCHBHC
    Edited by: Srini VEERAVALLI on May 21, 2013 11:07 AM

Maybe you are looking for

  • MPEG2 codec not working in Final Cut Pro on Mac OSX Tiger

    We have been using the File-export-Quicktime Conversion-MPEG2 codec for exporting of files from Final Cut Pro to DVD Studio Pro. On the new mac system that was just bought, the option does not show up. Currently the system is running Quicktime Pro 7.

  • No Startup Chime or Display

    I just installed a new HD and and preceeded to test the operation during re-assembly. I also used compressed air to clean dust from fans etc while it was disassembled. After the LCD was initially re-installed (screwed down), there was static video in

  • Connecting iPad to projector (tv) via Denon avr 590 with hdmi cable

    I did connect my iPad with hdmi to hdmi port I can hear sound but cannot see the video. I am using Netflix streaming. What am I doing wrong?

  • What is difference?

    hi: what is different between SUN Cluster Tools 5.0 and Sun Cluster 3.0? thanks in advance

  • How to write BDC in Function exit (user exit )

    Hi champs, I am trying to write one bdc code in a function exit but it is giving me the error: " Incorrect nesting: Before the statement "FORM", the structure introduced by "FUNCTION" must be concluded with "ENDFUNCTION". -      The code which i have