Disable options in Discoverer Viewer

Hi,
I have the following questions in Discoverer Viewer.
1.Save As function should default to user’s “C” drive, not XSR server.
2.   What about after an end user is finished manipulating the report and exits / goes to a different worksheet – a dialogue page is displayed regarding saving the changes. This needs to be disabled unless you can default the save as to the end users’ pc
3.Printable page set up needs to be addressed, pages are not formatted to fit reports logically, does not give page numbering/header footer
4. We need a system-wide change from the standard default settings to some setting that makes sense for our reports – example: landscape vs. portrait; smaller margins, etc.
5.Export function must bring the following information with the data: report title information, Created on date/time stamp and the Xerox Internal Use Only—Protect until XXXX”. Only brought over the page items titles
Can some one help in making this happen please...
Thanks, Prasad

Try checking out this document
http://download.oracle.com/docs/html/A95458_02/customiz.htm
specifically the Section 10.11, "How to remove Discoverer Viewer user interface options"
Hope this helps
Keith Laker
Oracle EMEA Consulting
BI Blog: http://oraclebi.blogspot.com/
DM Blog: http://oracledmt.blogspot.com/
BI on Oracle: http://www.oracle.com/bi/
BI on OTN: http://www.oracle.com/technology/products/bi/
BI Samples: http://www.oracle.com/technology/products/bi/samples/

Similar Messages

  • Export option in discoverer viewer

    Hi All,
    I am using oracle 9ias discoverer and i need to remove export option from discoverer viewer page.
    I made changes in ui_config.xsl and also unchecked the export data option from preferences page, but it is not reflected in my workbook. when i click on the export data link, a new page is displayed with a combo to select export format and when i click on apply button it forwards to connection page.
    Can anyone please tell me why it is happening like this and how to resolve it.
    Any help is appreciated.
    Thanks and regards
    Mukesh Harjai

    I assume you are following the directions in Chapter 10 - "Customizing Discoverer Viewer" of the Oracle9iAS Discoverer Configuration Guide.
    You should be able to remove the Export link.
    If you are still struggling with this please log an SR/TAR to get detailed help from Support.
    Discoverer Product Management

  • Discoverer Viewer Graphs

    Is there a way to display graph in discoverer viewer
    right next to the worksheet rather than below the worksheet?
    Also , how do we suppress the sort option on discoverer viewer?

    I don't know if this will work for you or not, but try modifying this line in $ORACLE_HOME/Apache/Apache/htdocs/disco4iv/html/disco4iv.xml:
    from
    <application show_graphs="false"/>
    to
    <application show_graphs="true"/>
    This is in A90219-05 Oracle 9i Application Server Release Notes Addendum.
    Good luck!
    Kate

  • Discoverer Viewer - Drill down option

    Dear all
    I created a report in discoverer desktop, with drill down option for financial information.It works fine in Disco Desktop. All the drill down options are working fine as well. But the same report when run in disco viewer, it has got an option for drilling down further, then another option for collapse(with the blue button) - to view the summary value.
    When the collapse option is chosen, the blue color button disappears in Viewer and wouldnt know how to drill down back without reloging into the application.
    Could you please help me how to solve this problem, as I need to share this report with users who has viewer access only?We are using 9i at the moment.
    Thanks.

    Hi Russ
    I have heard folks having awful issues with IE 7. It seems to mess up everything Oracle. Sounds like Oracle and Microsoft have some hurdles to cross. For now I would advise everyone to either stay on IE 6 or use another browswer like Firefox.
    To answer the specific question posted here, it is possible that the user has hit one of the well known Discoverer bugs wherein Discoverer Viewer cannot properly execute workbooks created in Desktop. There are fixes and one-off patches available for this in MetaLink but these patches all require a password to download them. I would advise the raising of a service request and in the request spefically ask if there is a one-off patch that will fix this.
    Best wishes for now
    Michael

  • Discoverer view change default option

    Hi friends,
    when connecting to discoverer/plus or viewer. The first screen, we will see
    "Connect to" and the default for this one is "OracleBI Discoverer"
    I just wonder if i can hide that option.
    So anytime when i open discoverer plus it i should not see it.Also if anybody can help me adding a LOV to "Database" field on the same page.
    Thanks in advance.
    Regards,
    Prashant

    Hi,
    when connecting to discoverer/plus or viewer. The first screen, we will see
    "Connect to" and the default for this one is "OracleBI Discoverer"
    I just wonder if i can hide that option.You can set its default by passing a parameter to the URL.
    for example for oracle application users you should add
    &connectionAccessType=APPS
    http://<server:port>/discoverer/viewer?&connectionAccessType=APPS
    This change is not supported but you can search this forum for UIX manipulations you can do.
    You can also look at some other UIX changes performed here:
    http://oraclebi.blogspot.com/search?q=UIX
    It may give you a direction.
    Again, This is not supported, be very careful with the changes made.
    Tamir

  • "All" option in page item in Discoverer viewer

    In discoverer viewer , option "All" is added along with the other entires of Page item. in the drop down . But this "All" option is available only as the last entry of the drop down . Is there any way to dispaly "All" as first entry in the Drop down ?? Please help it is urgent

    Short answer - I believe no, you cannot alter the location due to it's name (ie: <All> flows to the bottom).
    Long answer (great bedtime reading to help you snooze!):
    In the ol' days (read Desktop actually), people regularly wanted to have the <All> option for a table (not just a xtab) and there is a way of adding <All> to a LOV via the LOV concept in the Admin edition.
    When I did this in LOVs, I think I remember that what you called the <All> made a difference in the placement.
    For example, I think I remember that if I added .All, then it went to the top. If I added <All> then it went to the bottom.
    So it sure sounds like the LOV is alphabetically displayed no matter what you try to do and the <All> flows to the bottom - or worse - potentially someone in the list. You could also try to add the .All method to a redirected LOV, but then you'd have 2 Alls I suspect (one at the top, one at the bottom).
    Russ

  • Carriage Returns in Discoverer Viewer 10

    Hi,
    I have a Discoverer 10g report based on a view, within the view one of the fields is defined as:
    , pvs.address_line1||Chr(13)||Chr(10)
    ||pvs.address_line2||Chr(13)||Chr(10)
    ||pvs.address_line3||Chr(13)||Chr(10)
    ||pvs.city||Chr(13)||Chr(10)
    ||pvs.state||Chr(13)||Chr(10)
    ||pvs.zip||Chr(13)||Chr(10)
    …this returns multiple values in a single fields with carriage returns after each line, IE:
    NASH HOUSE
    OLD OAK LANE
    LONDON
    NW10 6DH
    This works fine within the database and also in Discoverer 10 Plus, however in Discoverer 10 Viewer the same record is displayed as:
    NASH HOUSE OLD OAK LANE LONDON NW10 6DH
    Is it possible to ‘configure’ Discoverer Viewer to display carriage returns?
    Regards
    Carl

    Hello Marias,
    To disable the warning message, Connect to the Admin Edition and navigate to Tools -> privilege -> click Select button and provide the username and hit GO button.
    Now in the "Desktop and plus privileges" section uncheck the option "Save workbooks to Database" and apply it.
    This will remove the privilege only to that particular user. To remove this privilege from all the users, select the public role and revoke the privilege.
    Hope this helps,
    Gianluca

  • Discoverer Viewer Configuration File

    Hi,
    There is a scenario where in, most of the users use Discoverer viewer reports from the same login ID, They do changes and save the Workbook. Now when a new user logins he see the changes saved by the previous user . Now we dont want to allow the users to save changes and want to change the config setting so that no user can do any changes.
    As per my unerstanding, one way of doing so it by login to application server and Uncheck the preference check box and save the changes. Doing this the preference tab will not be visible to any user.
    Want to know is there any other way by which preference tab can be Disabled but still can be seen on the right corner of the viewer page?
    Or is there a way we can change the configuration setting in any of the config file of discoverer viewer so that users are not able to change the setting...
    Discoverer version is 10g.
    Thank You.
    Regards,
    Anuj Malhotra

    Hi Michael,
    The Scenario is like, most of the users use Viewer only to access reports.
    The main aim right now is to some how not allow users to change the settings whcih they change using the preference tab or presentation options.
    I checked it the config document of Discoverer viewer and found:
    The Steps to remove Preference tab or presentation options in Oracle Application Server Discoverer Configuration Guide
    10g (9.0.4) are as follows:
    1. Open the ui_config.xml file in a text editor or XML editor
    2. Locate the <appearance> tag in the file
    change the value of the display_preferences_link tag to false
    change the value of the display_presentation_options_link tag to false
    3. Save the ui_config.file
    But I didnt not find the steps to remove the preference tab or presentation option using Configuration.xml file in Oracle® Business Intelligence Discoverer Configuration Guide 10g Release 2 (10.1.2.1 ).
    It was mentioned that to remove the presentation option in 10g version we need to login to Oracle Application server and uncheck the preference tab Option.
    Want to know is that the only way of removing presentation options or preference tab from 10g Version or something can be done from configuration.xml file also.
    Regards,
    Anuj Malhotra.

  • Incompability discoverer viewer and internet explorer under 6

    in discoverer viewer, when i have an axe item which have more than 30 values, discoverer show the possibility to open a new window which give me the possibility to find others values. In Internet explorer under 6, this functionality doesn't work.
    How to increase the value "30" or simply disable this new functionality of discoverer 10g.
    The functionality doesn't work also in firefox.
    Thank you for your help.
    Discoverer Viewer 10.1.2.48.18
    Internet Explorer 5.5 and Firefox 2.0

    Hi Kayaman,
    Thank you for your answer,
    the option was already selected.
    Also, in the Java plug-in options, Iexplorer is already chosen.
    The applet runs fine with Netscape7, but there is a problem with
    Iexplorer6. I have downloaded all the updates for iexplorer6,
    so I have the latest versioin with all the fixes on it.
    In addition I opened the java console to see the messages,
    on Iexplorer6, and I got the following:
    Microsoft (R) VM for Java, 5.0 Release 5.0.0.3809
    ==============================================
    ? help
    c clear
    f run finalizers
    g garbage collect
    m memory usage
    q quit
    t thread list
    ==============================================
    Error loading class: HelloWorld
    java.lang.NoClassDefFoundError
    java.lang.ClassNotFoundException: HelloWorld
         at com/ms/vm/loader/URLClassLoader.loadClass
         at com/ms/vm/loader/URLClassLoader.loadClass
         at com/ms/applet/AppletPanel.securedClassLoad
         at com/ms/applet/AppletPanel.processSentEvent
         at com/ms/applet/AppletPanel.processSentEvent
         at com/ms/applet/AppletPanel.run
         at java/lang/Thread.run
    I appreciate any sugestion ....

  • Discoverer Viewer showing Cache.How to show the updated data on DB

    Hi,
    Thanks in advance.
    I'm am using url to open discoverer report in browser.
    http://hostname/discoverer/viewer?cn=cf_a129&event=openWorksheet&wsk=workbookname
    I'm getting the report data correctly when i enter the parameter and click go button.
    When i close the browser using browser close option.Then I inserted one more data in DB and then generate the same report again.
    The report i'm getting is the old one,which dont have the inserted new data.
    It might be coz the report i created 1st is been cached and kept.
    Is there any way to rerun the query reach time i open the report.
    Edited by: 849540 on Jan 2, 2012 2:39 AM

    Hi,
    You should disable the caching in the application manager.
    Go to the discoverer->viewer->cache and uncheck the "V".
    Tamir

  • I cant see the graph in discoverer viewer whith was created in the desktop

    Hi,
         I need your help!! I have a problem to see a graph in Discoverer viewer. I will detail you the steps that I follow;
    It was a difficult calculate report to results by Discoverer so, I create a view in the data base which show 3 field, Periodo(number) which is a union whit other field from other folder, State(varchar), Requirement(number).
    From the discoverer desktop y have a crosstab worksheets and a graph, there I can see it without problem, but in the Discoverer viewer I can see the graph.
    I tried to set the worksheets options in “show options” to show me the graphs too, but this options didn’t appeared there. Somebody know what I should have to do to see it?
    On the other hand I changed the “show null values show” option since null to empty, and when I wanted to save the change this error appeared;
    “Oracle BI Discoverer don’t had to found the necessary values to show the events…”
    Thanks for your help!
    Regards
    Dora

    Hi Dora,
    The graphs that you create using Discoverer Plus will show nicely in Viewer. Everything you develop in Pluys works in Viewer. They are companion products.
    You must realize that Discoverer Plus/Viewer and Desktop are two seperate product sets and they use different techniques for graph creation. There are other differencies between the two that suggests that you need to develop all reports using Discoverer Plus in stead of Discoverer Desktop.
    I have experienced workbook created in Plus being destroyed when opened and saved using Desktop. So for a long time I have simply forgotten all about Desktop. If your company is relying on both Viewer and Dersktop I suggest that the time has come to change strategy and technique.
    If you need sparring please mail to [email protected]
    Good Luck!
    Cheers
    Niels Jessen

  • Report Layout difference in Discoverer Desktop and Discoverer Viewer

    Hi,
    A report was developed in Discoverer Desktop. It is having some 10 columns as data points. The summarized columns for those 10 columns are required. But only 3 columns should be displayed in Detailed Data Points. So we shrinked(brought together) all the unwanted columns keeping 3 datapoints displayed. Now it is working fine in the discovere Desktop. But when we open the same report in the Discoverer Viewer, all the 10 columns are displayed in the Detailed Data Points as well.
    Thanks in Advance
    Regards
    Rakesh

    hi Michael,
    good morning..hope u had a good sleep.
    as per your last thought y'day, even though i create a function for the sum of season values n select those columns into the report, those will not be shown as summarized columns on right hand side of the report. they will be shown as datapoints for every month in that selected season.
    i think the only possible solution for like this report is to hide those unwanted columns. for this we have hidden checkbox option in tools->sort while developing. but this option is available only for tabular reports.
    if u come up with any fresh solution for the fresh day...i am glad.
    Thanks,
    _Rakesh.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

  • No data found in the discoverer Viewer from Apps responsabiltiy

    Hi
    We have built a new responsibility for the discoverer reports, that is we directly access the discoverer viewer from the separate responsibility,all the report that shared with the users can be viewed from this responsibility,
    but when the user tries to run the report it is saying no data found.but for example if the user is trying to run the hrms report from this discoverer reasonability he get no data found but if we attach the function to the HRMS manager menu and try to access the report from the HRMS manager responsabilty we are able to get the data.
    We did the same setup in dev and test.in dev it is working very fine but in test we are not able to see the records in the report if we try to access.
    Please advice
    thanks
    Regards
    Ramesh Kumar S

    Hi,
    I'm not 100% familiar with HR security, but sounds like profile option setup related to security - perhaps Business Group or Initialization SQL Statement - Oracle / Custom? Check the profile options set for the HRMS Manager responsibility and setup the same for your new responsibility.
    PS. Similar sort of thing exists in General Ledger related to security. See:
    GL security issue in discoverer..
    Regards,
    Gareth

  • Workbook works fine in discoverer plus but shows error in discoverer viewer

    Hi,
    I have some issues with the parameter of a report.
    one of the parameters is
    mgr_id (eg: 1,2,3) -- from database table.
    manager names are not available in the database but they are known to users like
    1 - david
    2 - alan chris
    3 - peter
    so the requirement is
    (i) the input parameter wud be entered as 1 or 2 or 3 or null ( or in multiple combination or all).
    But the report shud have parameters in the header of the report.
    for eg: if the input parameter is mgr_id = '1' then the report shud have manager name: 'david' in the header.
    if the input is mgr_id = '1',' 2', '3' then on the report header, it shud display as manager name: 'david','alan chris','peter'
    (ii) the default value of mgr_id shud be 'ALL'. if the user enters mgr_id as 'ALL' then it shud take all the values of mgr_id and pull all the values of mgr_id (like 1,2,3)
    and the report header shud display as department name: 'ALL'
    i have developed a custom query where i used,
    select dept_id, decode(mgr.mgr_id,'1','david','2','alan chris','3','peter') as mgr_name, ..... etc.
    in discoverer admin,
    I have created LOVs (item classes) for mgr_name.
    after that going to properties of mgr_name, i have selected mgr_id as indexed item.
    and in the report i have created parameter dept based on mgr_name and selected the option -- allow to select both indexes and values.
    and in the default value i mentioned 'ALL'.
    after that i changed the condition as
    ((mgr_name = :manager name) OR (mgr_name LIKE DECODE(:manager name,'ALL','%')))
    and in the header, i used &department name --- then it displays correctly.
    but the problem is ---
    the report works fine in plus. the problem is only when parameter value is 'ALL'
    when i run the report from discoverer viewer for the very first time (after logging in), the report works fine with correct data.
    but when i run the same report second time with parameter value 'ALL', it gives an error ---
    Invalid value "''" for parameter "department name"
    i dont understand, why it works for first time and doesn't afterwards. If i logout and login again, it works fine in viewer.
    am i doing anything wrong in conditions or declaring the parameters?
    I came to know that, the very first time, when we enter 'ALL' it is taking '%' but when we run for the second time, it is taking NULL. since NULL isn't there in mgr_id or mgr_name, it is throwing that error.
    How do i fix this error?
    Thanks

    Hi Puppethead,
    I have tried with your suggestions.
    the following condition -- did not work
    ( (mgr_name = :manager name)
    OR (mgr_name LIKE DECODE(:manager name, 'ALL', '%', NULL)))
    but for the other condition ---
    ( (mgr_name = :manager name)
    OR (mgr_name LIKE DECODE(nvl(:manager name, 'ALL'), 'ALL', '%', NULL)))
    is wrong because, :manager name cud be null, when it is null, it takes 'ALL' i.e. '%' which shud not be the case.
    if the user enters null, it has to display records with null only but with the above condition it takes '%'
    The main issue which i dont understand is, the report works fine for the first time. for the second time, the report takes null values . why is it taking null values for the second time.
    Thanks

  • Oracle Discoverer Viewer will not display in browser

    Hi,
    I tried using the link below to get to discoverer viewer but it is not working. I can access Oracle Enterprise Manager without any problem.
    Could you please help me with that.
    Thanks,
    Vani
    ===========================================
    Start a Web browser and enter the Discoverer Plus URL containing the fully qualified host name (including port number if necessary) used by your own installation.
    For example:
    http://machinename.myorganization.com:7777/discoverer/plus
    Where:
    machinename.myorganization is the hostname and domain on which the Oracle HTTP Server is installed
    7777 (optional) is the port number on which the Oracle HTTP Server is installed if the default port number (i.e. port 80) has been changed
    /discoverer/plus is the URL command that starts Discoverer Plus

    I am using oracle 9iAS on Windows 2000 Professional.
    Database is the one created from the Oracle 9iAS CD that holds the 9iAS Infrastructure.
    I have tried using both Netscape 7.1 and Internet Explorer 6.
    At this moment, I am hosting database, Application server and browser on this test machine.
    I am starting to believe that may be I do not have the correct EUL version but I have used Oracle IDs to create the EUL. It is version 5.x.x. I am not at the location so I cannot give the exact EUL version.
    Thanks,
    Vani

Maybe you are looking for

  • SAP CRM 7.0 WebUI: change history is not working

    Hi specialists Our change history is working - but only in SAPGUI. I found no way to activate / customize it for the WebUI. The corresponding Assignment Block is simply blank. On the other hand - in the SAPGUI its working like it is mentioned to do.

  • User Events Generation - TicTacToe

    Hey everybody, In order to get a better understanding of how the event structures are used, I have been playing around with making a tic tac toe game (ironically, i did not know that was a coding challenge until I just started this thread).  Anyways,

  • No response when connecting to computer

    Hi I have a Nano which i'm trying to connect to the computer via USB. When I connect it I get no response, the 'do not disconnect' message does not display on the screen, and the battery doesn't charge. I've tried the 5 R's, and different USB cables.

  • Scaled down video in Motion 4 jittering

    I'm working with Motion 4 on a macbookpro and FCP7. While I'm experienced in FCP, I'm still relatively new to MOTION. I'm working with some Motion templates, most of which I purchased from finalcutprotemplate.com I'm editing in an XDCAM EX 1080i/60 s

  • Ipod freezes

    hello my father won this new 30 gb black ipod video. and gave it to me in exchange for my ipod photo. well right out of the box when i use the skip song button sometimes it will freeze but not every time. like today it has done it 6 or 7 times. but t