Updating a shared report?

In Discoverer Desktop, is it possible for a user who is NOT the owner of a joint report to edit and save the update over the original version? I have a group of users who all want to be able to access and update a single report, but it is heavy for them several times to save their own copy, update, share back and keep track of who has the most recent version. All my Googling indicates one workaround solution is to let the newspaper as a unique user, which is a violation of our security policy. Is there a better way to do it?

Only the owner of the workbook can save / replace.  A user in which the workbook was shared, can save a copy of the workbook.

Kind regards

Sharon

Support of Oracle

Tags: Business Intelligence

Similar Questions

  • Updated filter shared via the REST API

    Hello I'm trying to update a shared API filter. I'm using PHP and client fredsakr/eloqua-php-application · GitHub.

    So far, I was able to retrieve the filter with the following call:

    <?php
    require('./eloquaRequest.php');
    $eloquaRequest = new EloquaRequest('site', 'User.Name', 'password', 'https://secure.eloqua.com/API/REST/1.0');
    $response = $eloquaRequest->get('assets/contact/filters?search=TheFilterName&depth=complete');
    print_r($response);
    ?>
    

    I can see the filter in the answer below:

    (
        [type] => ContactFilter
        [currentStatus] => Active
        [id] => 100761
        [createdAt] => 1380137168
        [createdBy] => 48
        [depth] => complete
        [folderId] => 1036
        [name] => TheFilterName
        [updatedAt] => 1383589417
        [updatedBy] => 48
        [count] => 254382
        [criteria] => Array
            (
                [0] => stdClass Object
                    (
                        [type] => ContactFieldCriterion
                        [id] => 1912
                        [condition] => stdClass Object
                            (
                                [type] => TextSetCondition
                                [operator] => in
                                [optionListId] => 193
                            )
    
                        [fieldId] => 100012
                    )
    
            )
    
        [lastCalculatedAt] => 1380137190
        [scope] => global
      statement] => 1912
    

    What I want to do is update that corresponds to the values of 'Compare the Contact fields' in the GUI Eloqua under Contact = > Shared Library = > Contact filters.

    Looks like he has the "[type] = ContactFieldCriterion" under the [criteria] field in the response.

    I'd get how this value in a call to REST, and also how I would update it.

    Please let me know if you need more details on this issue. Please help and thank you.

    After some research I found what I wanted to do has been updated the list of options for this filter. See http://topliners.eloqua.com/docs/DOC-3588 for documentation on the base object. But I had difficulty in updating an OptionList with the Rest API using PUT. If you can help, please visit http://topliners.eloqua.com/message/36739#36739 . Thank you.

  • How to disable the save option for shared reports in OBIEE?

    Hello

    We have a set of ad hoc reports in the shared folder of OBIEE that will be accessed by approximately 50 users. Each user can modify reports by adding or removing columns and keep them according to their requirement. That's why users should not save reports in the shared folder. Instead, they should be able to modify reports and do a save as to save the reports in my folder. Kindly help us in disabling option for shared reports.

    Kind regards

    Megha.

    Ignore my last post.

    I vote to Raj

    For these users try to read only on shared folders, so that indirectly save them is disabled on Shared as well as have to use Save as.

  • Update the two reports

    Hi, Udo!)
    I have a simple page with two reports and a button that triggers the dynamic action. Has dynamic action of two real actions: update region 1 report, refresh the report region 2. Everything works fine on my local EPG and apex.oracle.com, but on my local OC4J + APEX 4.0.2 + APEX LISTENER 1.1 and glassfish + APEX 4.0.2 + APEX LISTENER 1.0, I have the following problem: dynamic action refreshes only region (which is the last of the true-action list). The same situation with several functions $a_report on a page. Is a bug?

    Hello

    the request-response model seems to be OK. Firebug, I see three applications


    1. POST http://globocenter.by/apex/wwv_flow.show

    2. This request shall submit research, the two values done right. It triggers your AJAX actions.
    3. POST http://globocenter.by/apex/f

    4. This request argued the updating of the region of Report2 (id R11443604808899863120). The response contains the HTML of the report, including the straight section ("report_R11443604808899863120").
    5. POST http://globocenter.by/apex/f

    6. This similar application submits the updating of the area of Report1 (id R11441642207457758699). The response contains the HTML of the report, including the straight section ("report_R11441642207457758699")

    Now, what I discovered on your layout is the fact that the second report is in a td - leave separate. Maybe the sent of the region in the search field cannot see items below own parent. When you refresh the whole page with these parameters, I2 is thus made correct.
    I do not think, it is a problem with the earpiece of the APEX. The behavior is the same when I (accidentally) tested with EPG.
    You can try the same reletive plan reports to the search box. Eventually, it would be useful to move the search go up a level, so the two reports are childs of it.

    -Udo

  • How to share update of EUL4 reports tables of discoverer 4i?

    Hi all

    We are upgrading to 10g 3i. 3i to 4i is underway.
    Someone has already tried to change the properties of the sharing of a disco 4i report updating one of these tables eul.
    Right now, users have reports stored on their local system. We asked them to save in the database.

    I'm tryign to update all properties of report from the back-end to share them with the CCA to test so that they can be tested after each update.
    The other manual method is to physically save the report using the CCA to test I want to avoid but will continue if I have to.

    Any comment is appreciated.

    Thank you.

    Hi Paul
    Here are some scripts that will show you how to query which is shared and what is shared.

    Discoverer 4
    SELECT
    AP_CREATED_BY "owner."
    DOC_NAME 'name of the workbook. "
    EU_USERNAME 'shared with '.
    Of
    EUL4_EUL_USERS USRS to,.
    EUL4_DOCUMENTS DOCS,
    EUL4_ACCESS_PRIVS PRIVS
    WHERE
    PRIVS.GD_DOC_ID = DOC. ANNUAL AND
    USRS.EU_ID = PRIVS. AP_EU_ID
    ORDER BY
    'Owner', 'Name of the workbook', 'shared with ';

    Discoverer 10 g
    SELECT
    AP_CREATED_BY "owner."
    DOC_NAME 'name of the workbook. "
    EU_USERNAME 'shared with '.
    Of
    EUL5_EUL_USERS USRS to,.
    EUL5_DOCUMENTS DOCS,
    EUL5_ACCESS_PRIVS PRIVS
    WHERE
    PRIVS.GD_DOC_ID = DOC. ANNUAL AND
    USRS.EU_ID = PRIVS. AP_EU_ID
    ORDER BY
    'Owner', 'Name of the workbook', 'shared with ';

    As you can see, the only difference is the number of end-user license, where he spent 4-5.

    Sharing is kept entirely in the EULx_ACCESS_PRIVS table. In theory, insert rows in this table with the right settings and links allow a workbook to be shared. In reality, the issue is more complex because there are a number of sequence generator behind the scenes to handle ID values for each element within the EUL.

    So, even though I think that it is possible to automate I share personally do not recommend. All you would be doing is reproducing a question to become an even bigger problem. My recommendation would be to take a step back and determine what it is that your company wants to do. I think you should have a library of reports shared with the user roles or responsibilities, depending on whether you use a standard or a mode of Apps EUL. The library would hold all workbooks and would be the only place where sharing must be done.

    You see if you allowed users to save workbooks for the file system, you'll more than likely that users who have reinvented the wheel over and over again. Several workbooks will be duplicates of others, many will be nearly identical, but most will be redundant. To simply copy all these in the database may not be the best for you because it can be a nightmare to maintain.

    I have a white paper on the share on my page of downloads (http://learndiscoverer.com/downloads/downloads.htm) you are free to download and read. It can help.

    Best wishes
    Michael

  • advisers continues to operate Windows 7 update but never reports

    I run my pc completely using Windows XP Pro SP3. I downloaded and installed the Windows 7 update Advisor and it continues to work (for more than 2 hours), but does not report...

    Hello

    Step 1: Search for the issue in the clean boot state.

    From your computer by using a minimal set of drivers and startup programs so that you can determine if a background program is interfering with your game or program. This type of boot is known as a "clean boot".

    Reference:

    How to configure Windows XP to start in a "clean boot" State

    http://support.Microsoft.com/kb/310353

    When you are finished troubleshooting, follow these steps to reset the computer to start as usual:

    1. click on start and then click Run.

    2. type msconfig and click OK.

    The System Configuration Utility dialog box appears.

    3. click on the tab general, click Normal Startup - load all services and device drivers and then click OK.

    4. When prompted, click on restart to restart the computer.

    Step 2: Uninstall and reinstall windows 7 upgrade advisor.

  • Do not update the shared folders

    Hello

    I have a machine running Vista on which I have a shared folder. In this case, there are usually a few hundreds/thousands of files and the folder has a lot of activity (files get added to others all the time PC and then some software on the computer and move the files).

    From time to time, I have to look in the folder from another machine on the network. The problem is that the visible files in the folder is never equal to what is really there (some files are correct, but a large part is missing). I have to cancel the folder and share it again to see the list of files updated on other machines.

    I hope someone here can help me solve this issue, like its been quite a pain for a while. I remember what a problem under XP as well.

    Best regards and thanks,

    Daniel

    Hi Micah71381,

    If you have not yet installed Windows 8 Preview Release, go here and let us know if this solves the problem with the synchronization of files on a mapped drive. If you still encounter a problem with the sync, please create a new thread in the Windows IT Pro Networking Forum 8.

  • Get the error access denied when you try to install Windows 7-64 bit Okidata IBM-ML321 of windows update. Error reported in the newspaper like 80070005

    Can install printer drivers which are in 'standard list of printers', but when I try to install a local printer and choose update windows for the Okidata IBM-ML321 on Windows 7-64 bit driver, it errors when you try to install.

    Hi David,

    I suggest you scan the computer antivirus using the Microsoft Safety Scanner.

    Microsoft safety scanner will help us to get rid of software viruses, spyware and other malicious software.

    The Microsoft Security Scanner is a downloadable security tool for free which allows analysis at the application and helps remove viruses, spyware and other malware. It works with your current antivirus software.

    http://www.Microsoft.com/security/scanner/en-us/default.aspx

    Note:

    1) the Microsoft Safety Scanner expires 10 days after being downloaded. To restart a scan with the latest definitions of anti-malware, download and run the Microsoft Safety Scanner again.

    2) if you run the virus scan of the program which is infected with the virus will be deleted. Therefore, reinstall the program. Also, if files and folders are affected by the virus, while they might even get deleted.

    Hope this information helps. Answer the post with an up-to-date issue report to help you further.

  • How can I force send a update saved daily report to the Group?

    We had a problem with some re3ports today and I need to return a couple of the daily reports that are automated.  How can I force send two reports after they have already been auto sent earlier (if necessary).  I'm in E9

    I had this problem before:

    Locate the saved report.

    I will usually through: assess->-> report Admin report

    If it is part of an update by e-mail, I pull up the specific agent and then return the update by e-mail by clicking on options and selecting "send the Email of Test."

    If it is not part of an update by e-mail, I isolate the report saved as reports and export data by accessing the saved report and then click Preview report saved.

    There might be an easier way to do it, but it always irritates me data in a pinch: D

    I hope this helps.

  • Line of update in the report on the special line button click

    Hello

    With the help of Apex 4.0.

    I have a requirement like if there is a report that displays data on the search. I've created a report with the sql query. And it works properly.

    In the columns of the report, there is a column that has the list of selection (static), and the user must be able to select the value of the list and updated that particular line.

    I added a button and calls the javascript function to update the value with the AJAX code. However, it is not value select list returning to update.

    Is there another way to implement this requirment or please suggest where I'm wrong? Please advice.

    Thank you

    Hello

    Page 900 now works.

    I have the target URL of the link value

    javascript:void(0)
    

    link attributes

    onclick="update_queue_status(this,'#EMPNO#')"
    

    JavaScript

    
    

    I also created user to developer for ASSISTANCE from your workspace

    Kind regards
    Jari

  • Error update of two reports on the same page! Could you please have a look?

    Hey guys!

    I have the following situation:

    two updated reports on a single page with ID "DATE_REPORT" and "WORK_REPORT".
    two processes of pl/sql on submit after named 'SUBMIT_DATE' and 'SUBMIT_WORK' c...
    two buttons named 'SAVE_DATE' and 'SAVE_WORK '.
    Finally, the process of the insert and update are conditioned to a request = 1 where for the "DATE_REPORT" Expression, it is set to 'SAVE_DATE' and 'WORK_REPORT', it's logically on 'SAVE_WORK '. There is no condition extra button.

    My problem: I press any button, the table is accumulation in the columns of the first report and continues to add lines of the second report.

    For example: "DATE_REPORT" has 11 lines and "WORK_REPORT" has 9 lines. In debug mode, I see that the picture is piling using the 'DATE_REPORT' although 'SAVE_WORK' has been accepted as a demand. The same problem vice versa for the other update.
    ......column CNT_ARBEIT_CRIT_DATE mapped to WWV_Flow.g_f02
    ......column LNG_ARBEITSSCHRITT mapped to WWV_Flow.g_f03
    ......column STR_ARBEITSSCHRITT not mapped - not stateful.
    ......column DATE_GP_X_START mapped to WWV_Flow.g_f04
    ......column DATE_GP_X_END mapped to WWV_Flow.g_f05
    ......column DATE_R_X_START mapped to WWV_Flow.g_f06
    ......column DATE_R_X_END mapped to WWV_Flow.g_f07
    ......column LNG_GEBIET mapped to WWV_Flow.g_f08
    ......column CS not mapped - not stateful.
    ...array has 20 row(s). Used f08 to count.
    
    Validate report columns(ApexLib_TabForm.validateColumns)
    Row 12 has checksum error. ORA-01403: no data found ORA-01403: no data found ORA-01403: no data found
    ...Row 12
    ...LNG_ARBEITSSCHRITT
    ...CNT_ARBEIT_CRIT_DATE
    ......is not required
    ...LNG_GEBIET
    ......is not required
    ...DATE_GP_X_START
    ......is not required
    ...DATE_GP_X_END
    ......is not required
    ...DATE_R_X_START
    ......is not required
    ...DATE_R_X_END
    0.00: A C C E P T: Request="SAVE_WORK"
    How can I make sure that the tables are made from the reports which are the subject of the update?

    Thank you very much for reading this post and give help if you have an idea!

    Kind regards

    SEB

    Published by: skahlert on 13.03.2010 10:57

    Hi Sebastian,.

    what you want to achieve is indicative of the browser not to send the region A fields when you want to commit region B.

    You have several options:

    (1) do not make the region all the (conditions of the region)
    (2) send any content and to ignore the lines of region A in your area of PL/SQL
    (3) the region has to withdraw before submitting the page (for example with jQuery: jQuery("#__).remove())

    But maybe you should start by rethinking your application, do you really want 2 different TabForms on a single page.

    Peter

    + Blog: http://www.oracle-and-apex.com+

  • How often is the data updated in Eloqua reports?

    Or to put it in other words: how long after a recipient opens or clicks on an e-mail will be that action is a report from Eloqua represented?

    Thank you.

    Hi Rob,

    you want to give Eloqua between 30-60 minutes before they become available in the reports.

    Thank you

    Fernando Hernandez

  • How to send automatically updates the saved report?

    Hi all

    We have a lot of saved in my interactive reports report. I'm trying to find a way to send an e-mail automated as a job in the apex 4.1.

    I am able to send emails manually. Please help me how to plan an automatic email to saved report.

    Everybody help me is very appreciated.

    Concerning

    James,

    in IR subscription is a function in the action menu that does the same thing that you are expected

    Learn more about the customization of interactive reports

    and D'Souza Giffy Martin on Oracle APEX: APEX IR: subscriptions with Bind Variables and the CAE I hope this helps you...

    Leave.

  • After 2015 update "the importer reported a generic error" creating After effects using dynamic link

    any solution for this?

    For now it works. I restarted my computer.

  • Updating Flash graphic report based on a multiple-selection list

    I have P13_SYMBOL multiselect list item...

    Set property of 'The HTML Form element attributes' P13_SYMBOL onchange = "javascript:getchart (this); »

    I wrote the code to the following HTML header section page.

    < script type = "text/javascript" >
    function getchart (filter)
    {
    get var = new htmldb_Get (null, $v ('pFlowId'), 'APPLICATION_PROCESS is GET_CHART', 0);
    Get.Add ('G_SYMBOL', filter.value);
    var ret = get.get ();
    If (ret)
    {
    var d = document.getElementById ('P13_SYMBOL');
    d.innerHTML = ret;
    }

    Point of Application created G_SYMBOL

    Created GET_CHART Application process as follows.

    DECLARE
    vSymbol VARCHAR2 (100);
    BEGIN
    HTP.p(:G_SYMBOL);
    EXCEPTION WHEN OTHERS THEN
    HTP.p ('no such symbol!');
    END;


    Flash motion graphic flash next.

    Select the label TIMESTAMP, value1, value2 HIGH OPEN, value3 LOW, null, value4 "DCF" CLOSE link "" DAILY_STOCK_QUOTE ".
    where the symbol =: G_SYMBOL
    order of TIMESTAMP

    When I change the symbol chart flash multiselect list does not refresh.
    No idea what is wrong with the code?

    Published by: user8638468 on March 3, 2010 12:39

    Published by: user8638468 on March 3, 2010 17:30

    Here is a link to the post to blog more detailed for those who are interested.

    http://douggault.blogspot.com/2010/03/refreshing-Flash-charts-with-AJAX.html

    Can you please mark it as "answered" if I get the credit for it! ;-)

Maybe you are looking for