How to stop a named interactive report deletion?

Hello

I've created an interactive report with these attributes.

Before I disabled all the interactive options, I created a default report and a report name.

The report named can be deleted by the user by clicking on the button highlighted by a red circle in the picture.

Issues related to the:
1. How can I prevent the user from being able to delete the named report?
2. can I rename the default report (from "work report" to "Basic report")?

Thank you

Gabor

Gabor,

Yes, you can save by default public or other report to share with others in APEX 4.0. Cannot remove these reports by third parties, unless you are the owner of the developer (default alternative) or public (report). You cannot rename the main report in 4.0 by default either. If you use 4.0, the saved report displays much in the selection list, rather than in tabs.

Kind regards
Christina

Tags: Database

Similar Questions

  • Help - how to color columns in interactive reports

    Hello

    How color of the columns in an interactive report?

    I created a solution to help students to explore thousands of courses in England - with the results in an interactive report:

    https://production001-demandanalysis.DB.EM1.oraclecloudapps.com/Apex/f?p=20300118:1

    (For results, interactive report, click on a topic and then choose a topic from the cloud of course).

    What I want to achieve is the colouring of columns - as stated - but by programming - without the user being able to see all the highlights that I had to enter to achieve this.

    Any help much appreciated.

    Steve

    Version 4.2.2 apex

    Hello

    If I understand the requirement, you can add inline styles to CSS page.

    Here is an example to highlight your report example first two columns

    table.apexir_WORKSHEET_DATA td[headers="TITLE"] ,table.apexir_WORKSHEET_DATA td[headers="INST_NAME"]{
        background-color: #4699EB !important;
    }
    

    Kind regards
    Jari

  • How do I call the interactive report procedure?

    Hello
    Is possible that call the procedure in an interactive report on the APEX?
    Because
    in the source of the region, he asked only the sql statement so I'm confused and I don't know how to call procedure interactive report?

    Published by: esra aktas on 12.May.2011 11:04

    Published by: esra aktas on 12.May.2011 12:05

    And your procedure returns the data? Why you don't run in an area of pl/sql?

    Or better yet, a page with two 2 areas of installation

    Region one is of html with your controls to display, and then select the procedure to run from a selection list. When your selection list returns and have a running process that takes this value, select the code you want on your table and he published on a page element.

    second region would be a region of sql report, which uses a function returns sql to select necessary sql, using the code met at step 1...

    Thank you

    Tony Miller
    Webster, TX

    On the road of life... He has "windshield", and there are "bugs".
    (splat!)
    "Squeegees wanted."

    If you answer this question, please mark the thread as closed and give points where won...

  • Interactive report deleted when downloading style

    Hi guys,.

    I have an updated interactive report in place that has several custom reports built in with aggregate functions, of control breaks etc. on individual reports.

    When I use the e-mail feature when downloading a custom reports, the attachment that is sent does not mentioned above styling and is just the full dataset of default report sent.

    Is there anyway that I can get individual reports with control breaks to be sent by e-mail using the standard APEX interactive report features?

    Thanks in advance,

    Chris

    Apex v4.0.0

    Oracle 10g

    Suggestion, since 5 APEX is to be released soon... I HIGHLY recommend to make your instance of the APEX to a SUPERIOR version, since it has been a while since 4.0 was released earlier...

    Thank you

    Tony Miller
    Software LuvMuffin
    Ruckersville, WILL

  • How to create a custom interactive report link?

    Hello
    I would like to add a personal link in a view of an interactive link details. But the build-in method of creation of link doesn't work in the detail view. So I tried:
    ------------------------------------------------------
    Select
    THREAD_ID,
    colume2,
    colume3,
    +....,+
    +'a href = "f? p = 103:118: & APP_SESSION.:NO:P118_THREAD_ID: #THREAD_ID #"" > < img src = "" | ('P111_PHOTO', g.PHOTO_ID) apex_util.get_blob_file_src |' "height ="75"/ > < / has > '"LINK_IMG"+ (I relish the first symbol on this line, because it can not display properly)
    Of...
    where the...
    ---------------------------------------------
    It can be linked to the Page 118, but cannot pass the colume THREAD_ID value to P118_THREAD... So I try to instand ' #THREAD_ID # ' with ' & THREAD_ID. ' or 'THREAD_ID', each of them may not pass the value

    Who can help me?

    Published by: Wei Geng on July 7, 2010 18:06

    Published by: Wei Geng on July 7, 2010 18:08

    Published by: Wei Geng on July 7, 2010 18:11

    Wei,

    If you look at how we have implemented this feature in the sample Application - products {Page 3}, you will see that the SQL query is:
    ' f ? p ='|| : app_id | » : 6 :'|| : app_session |': P6_PRODUCT_ID :'|| p.product_id icon_link,

    We use that in the detail view:
    {a href = "#ICON_LINK #"} #PRODUCT_NAME # {a}

    You just add to the underlying value of the table directly (using 'f? p = 103:118: & APP_SESSION. : NO::P118_THREAD_ID :'|| thread_id |' ") don't try and refer to the value of the report (using #THREAD_ID #)

    Kind regards
    David

    Published by: dpeake on July 7, 2010 20:55

    Published by: dpeake on July 7, 2010 20:56

    Published by: dpeake on July 7, 2010 20:58

  • How to stop the emails received report that keeps interrupting what I do?

    The window opens in the middle of everything I do and interrupted my thoughts. I check the mail 2-3 times a day, so there is no need and its driving me crazy.

    You can disable the alerts.
    Tools > Options > general tab
    or
    menu icon > Options > Options > general tab

    When new messages arrive:
    Uncheck the check boxes and click OK.

  • How to stop direct E-mail to delete two messages at once?

    Windows Live Mail removes two messages at a time when you try to manually remove a single.

    Post Windows Live questions in the appropriate forum found here:
    http://windowslivehelp.com/

  • How can I delete a filter automatically on an interactive report when I get back

    I have several pages with interactive reports. If the user implements the filters to refine the list in the report, they are still there the user returns to that page later, even if I clear the cache.

    How can I make the interactive report raise the base with no additional filter report when the user returns to the page?

    Thank you

    The doc of the APEX to the http://download.oracle.com/docs/cd/E14373_01/appdev.32/e11838/app_comp.htm#sthref989

    >
    To restore an interactive report in a link, use the string "RIR" in the section Cache Clear of a URL. This means the user choose the Reset option in the menu interactive report actions on the target page. The report is returned to the default report parameters specified by the developer.
    >

    CITY

  • Interactive reports using collections - how to control the column headers

    Hello

    I found a link on the forum somewhere that showed a step by step how to use collections with interactive reports, you can dynamically generate SQL code and also control the column headers. Does anyone know where is the manual?

    Otherwise, I know how to generate dynamic SQL code, but what is the best way to control the column headers.
    Sometimes, the report will have 17 columns and other times up to 30 columns.

    Thank you, Bill

    Hi Bill,

    You can use * & ITEMNAME.* notation for the column headers. This means that you can have elements of page/application that contains the topics you need which can, of course, be filled using PL/SQL and, thus, could be established in your code. It's a bit of pain to have to do this for each section, but I do not see a quicker method.

    Andy

  • Updated interactive report based on shuttle Page

    I am trying to create an interactive report based on the selected items in a shuttle service.  On the page there is a page entitled P2_ITEMS element which is a shuttle service.  It displays a list of items for the user to choose and returns the item_id, the primary key of the main table.  I then an interactive report on the same page that displays data for the item_ids selected in the shuttle.  I use the sql query below in my interactive report, but nothing shows up in my report.  How can I get the interactive report to be updated when items are selected in the shuttle?

    Select

    a.date_loaded,

    b.item_type,

    c.Item,

    a.info

    point a, item_type_lookup b, item_name_lookup c,.

    where instr (': ' |: P251_ITEMS |': ',' :'|| a.item_id |': ') > 0

    and a.item_type_id = b.item_type_id

    and a.item_name_id = c.item_name_id;

    Hello

    Please, install application example sample Dynamic Actions. There are exactly what you are looking for (side Server-online shuttle refresh).

    Kind regards

    Pavel

  • Editable interactive report

    Apex 4.2

    I've been look at this example of how to create a modifiable interactive report

    http://dbswh.webhop.NET/HTMLDB/f?p=blog:read:0:article:137800346674748

    I work, but I am now updating my painting in the collection.
    I have a process page that updates the table of the collection, but for now, it is
    need to click on a "submit" button.
    I don't want to do the update in the application process that I'm going to change the process page for a process in the database.
    Ideally, the user should not click on this button, the update should be done automatically.
    Is it possible to do it with a dynamic action.

    Workspace: GUSCRIGHTON
    User: ANGUS. [email protected]
    Password: terminator

    Application name: editable report
    ID: 13123
    Page: 2

    See you soon

    Gus

    Published by: Gus C November 8, 2012 02:14

    Hi Gus

    I use a collection because I have problems with the update, if people move the report columns or deselect columns. The update of the table must be from a package in the database, as is our standard.

    I still don't know what the problem is here. You know that the columns have changed and the update can be performed using a package without knowing your environment, it is difficult to see why this is a problem

    So I think I need a dynamic action that fires on changing a field and called the process in the database. Any ideas on that?

    You could create a DA who sets fire to change the value in the IR. However, you already have an onclick on the IR action to update the collection that is implemented in javascript header. So I would look at adding to this action or add code to the application process rather than trying to do something different with a DA.

    Rod West

  • Default icons only for the interactive report

    Hi all

    I develop a style app catalog and display of images in an interactive report; I can get the interactive report to show the icon when users visit the report the first time, the report is quite simple. It has a series of buttons for Sections of the catalogue and when the user presses the button he fills a hidden element that is in the where the criteria catalogue, all it works fine with one exception:

    1. when the user clicks on the button catalogue and interactive data in gear changes; report changes 'View report', I want to maintain state in "Fashion icon" is possible that someone knows how can I have the interactive report only display "icon.


    Thank you very much for your help in advance, I tried a couple of things and nothing... any help would be greatly appreciated.

    958442 wrote:
    Hi all

    Welcome to the forum: read the FAQ and the forum threads sticky (if you have not already done so) and update your profile with a real handle instead of '958442 '.

    When you have a problem, you will get an answer faster, more efficient including information as much information as possible from the outset. This should include:

  • Full version of APEX
  • Complete operating system DB, version, edition, host
  • Architecture of Web server (EPG, SST or APEX listener/host operating system)
  • Browser (s) and version (s) used
  • Theme
  • Model (s)
  • Region/section type (s) (particularly as to distinguish if a 'report' is a standard report, an interactive report, or indeed a 'update report' (i.e. a tabular presentation))

    With APEX, we also had the chance to have a great resource in apex.oracle.com where we can reproduce and share problems. Reproduce things is the best way to solve most of the questions, particularly those relating to the layout and Visual formatting. If you expect a detailed response it is appropriate that you take on an important part of the effort by getting as much as possible with an example of the problem on apex.oracle.com before asking for help on specific issues, then we can see firsthand.

    I develop a style app catalog and display of images in an interactive report; I can get the interactive report to show the icon when users visit the report the first time, the report is quite simple. It has a series of buttons for Sections of the catalogue and when the user presses the button he fills a hidden element that is in the where the criteria catalogue, all it works fine with one exception:

    1. when the user clicks on the button catalogue and interactive data in gear changes; report changes 'View report', I want to maintain state in "Fashion icon" is possible that someone knows how can I have the interactive report only display "icon.

    Thank you very much for your help in advance, I tried a couple of things and nothing... any help would be greatly appreciated.

    It also helps explain what you tried (even better, Show us what you have tried on apex.oracle.com).

    You can view the IR to the default icon via a dynamic Action: + {: identifier of the thread = 2187972} + (obviously using "ICON" rather than "RETAIL"...)

    However, do you really intend to make use of other interactive report features? It seems that the report display is controlled by custom buttons, rather than shares of IR (filters, control breaks etc.). If this is the case then a standard report based on a custom template may be a better option than to try to work around all that offer interactive reports.

  • How does the flashback in interactive query?

    Hi all

    How does the flashback in interactive report?
    I have to activate archiving logs?

    Thank you

    You do a flashback from query how long in minutes? and, when you created your table? I ask this question because if you make a return back to a point in time before creating the table, you will get the error ORA-01466.

    Some more resources that can help to identify the source of the problem: 1 (Flash back to a point where the table was not yet created?), 2 (table 'too new'?), 3 (constraints or any other DDL before flame back?).

  • Of the interactive report in 4.0.2.00.07 partial Page Refresh?

    Hello

    I have a page on request with an interactive report (IR) and a card provided by card Oracle APEX. I have a text box and a button "submit". The user enters a value in the text box, clicks submit, and I run an international registration based on this value.
    Everything works well. The problem is that when I hit submit, the page is submitted to the interactive report, which translates the map have to reload, which is really messy.

    How can I get the interactive report to run without submitting the entire page? I can't understand in 4.0.2.00.07.

    I spotted a new 4.1 feature: Add field "Page to go" to the attributes of the region of

    The new attribute "Page to go" has been added to the regions of IR type, classic, tabular and plug-ins report having this feature is enabled. The values of the specified page elements will be subject to a partial 'Refresh of Page' request to implement session state, so that they can be used in the WHERE clause of the SQL statement in regions. A 'Refresh of Page partial' can be triggered with the dynamic action of "Refresh", by changing the sort or paginate.
    It sounds like I want to I am registered at tryapexnow.com and set up a test page with a text box, a "submit" button and an IR based on the content of the text box. In the definition of region IR, I put the text box such as the 'Page elements to send.
    Then, I created a dynamic Action "Refresh" to update the IR area when the user clicks the submit button.
    I've tested this and it worked exactly as I wanted - i.e. IR is based on the box without a full page sent.

    Problem is it's all in 4.1, which is probably a few weeks of production. Something similar is possible in 4.0.2.00.07?

    Thank you
    John

    Hi John,.

    I think that you will need to create two dynamic actions. A type of PL/SQL block with null; as a source and enter to go. The second Action is update dynamic region...

    Martin
    -----
    http://www.talkapex.com

  • An interactive report partial Page Refresh

    Hello

    I use apex 4.0.1 and I have a page with an interactive report that displays different data to the user. The user can change the data by clicking on a column that uses a href link to open a page of DML in a modal window. The user can then modify some data in the modal window, tap on save that closes the modal window and uses the process of partial page refresh to refresh the report. (With the help of apex.event.trigger('#SOME_REGION'), 'apexrefresh')).

    If I navigate through the interactive report to show lines 31 to 45 and then click a href to edit a record. Pressing save, the interactive report is updated, but the displayed lines goes back to 1-15.

    How can I get the interactive report for stay showing lines 31 to 45?

    See you soon

    Paul.

    Hello

    You can try to use the undocumented feature

    gReport.pull();
    

    Kind regards
    Jari

Maybe you are looking for

  • Satellite Pro C660-234 - need info on SATA connection

    What connection between the HARD drive and the motherboard are inside: SATA II or SATA III?

  • Qosmio G20 - update Tuner TV digital?

    Hello I have the Qosmio G20 and unfortunately it only support analog TV. I wrote to the Japan Toshiba here and they said that it is not possible to upgrade the G20 to digital television. It is the official manufacturer of advice, but as I know from e

  • Equium a100-147 - need replacement key clip/retention

    Anyone know where I can get clips of replacement for two of the keys on my keyboard as the keys continue to fall off the coast. Those not too bad but other clip is broken Thanks in advance

  • Satellite P100 - 324 (PSPA6E) - Intel T7400 - disabled virtualization

    Hi Toshiba support staff I have a toshiba satellite p100-324 (pspa6e) with the processor intel core2duo t7400 and my problem is hardware virtualization (VT aka VMX) does not work due to it's locked off the coast by the bios. Also there is no option i

  • NOR-Dmm: Difference between fetch and reading?

    I work with the nor-Dmm, interacting with a PXI-4065 DMM .net library. What is the difference between NIDmm.Measurement.Fetch () and NIDmm.Measurement.Read ()?  And Associates fetch / reading of the functions (for example: MemoryOptimizedFetchMultiPo