Interactive reports - remove alternative reports

APEX 4.0.2 - RDBMS 11 GR 2

With the help of interactive reports, I created both a main and parallel report. My user needs no long (or wants to) the alternative report to be available in the drop-down list.

Deleting the user created reports seems pretty easy, but I can't find a way to remove the alternative report. I must be missing something.

Can someone put me directly.

Thanks in advance.

John S.

Sign in as a developer and delete menu actions fom or change the region report

See this http://docs.oracle.com/cd/E17556_01/doc/user.40/e15517/app_comp.htm#sthref1189

Tags: Database

Similar Questions

  • report interactive by default alternating line colors, how to remove it?

    Is it possible to remove the alternating colours of the interactive report line.

    In a standard report, I can select the model of report, but in an interactive report No.

    Kind regards

    Rob

    To customize a single page, add this rule to the page Inline CSS attribute:

    .apexir_WORKSHEET_DATA tr.odd td {
      background: rgb(242, 242, 242) !important;
    }
    

    To apply to an entire application, or add

    .apexir_WORKSHEET_DATA tr.odd td {
      background: rgb(242, 242, 242) !important;
    }
    

    attribute to Style sheet cascading Inline on each model of the page, or create a CSS containing file

    .apexir_WORKSHEET_DATA tr.odd td {
      background: rgb(242, 242, 242);
    }
    

    Transfer it to your workspace and make reference to it after the theme link in each page header template:

    
    
    
  • Interactive report with alternating lines - 5 APEX

    Heyho guys.

    I got a task to set alternating line colors in my interactive report.

    IM using Oracle 11 g Database XE with APEX 5.0.0.00.31 2.

    I searched current debates and following this thread:

    https://community.Oracle.com/thread/912414?TSTART=0

    I followed the comments written there and I tried with javascript, they spoke aboud (I'm a newbie using javascript)

    I pasted the following in my page header:

    < script type = "text/javascript" >

    IT IS THE INTERLACING

    function decorateDataGrids (strClass) {}

    var tables = document.getElementsByTagName ("table");

    for (var i = tables.length; i-;)) {

    If (tables.className == strClass) {}
    var gridRows = tables [i] .getElementsByTagName ("tr");
    for (var j = gridRows.length; j-;)) {If (j %2) {gridRows [j] .className = "even" ;}}
    }
    }
    }
    < /script >

    < style >
    / * THIS REPLACES THE DEFAULT STYLES OF THE APEX * /.
    table.apexir_WORKSHEET_DATA tr.even td {}
    background-color: #F1F5FA! important;
    }

    table.apexir_WORKSHEET_DATA td {}
    background-color: #FFFFFF! important;
    border: 1px solid #B3B3A7! important;
    padding: 4px 8px! important;
    }
    < / style >

    And called in my link to my column ID text field via:

    "< img src =" "#IMAGE_PREFIX #edit.gif" alt = "" onload = "decorateDataGrids ('apexir_WORKSHEET_DATA'); ">

    If I start the page now, nothing happens.

    In the thread, we talk about bad SEO of the IR:

    "OK here's why the code does not work." When you use getElementsByTagName, you get a collection, not a single item.

    So when you make the comparison to see if the class of the table is an ApEx IR type, you need to reference the current table, not the entire collection. As follows... »

    But I don't understand how I'm doing the right reference.

    Someone at - it an idea to get this race?

    Thank you

    pleNn

    pleNn wrote:

    Heyho guys.

    I got a task to set alternating line colors in my interactive report.

    IM using Oracle 11 g Database XE with APEX 5.0.0.00.31 2.

    I searched current debates and following this thread:

    https://community.Oracle.com/thread/912414?TSTART=0

    I followed the comments written there and I tried with javascript, they spoke aboud (I'm a newbie using javascript)

    I pasted the following in my page header:


    for (var j = gridRows.length; j-;)) {If (j %2) {gridRows [j] .className = "even" ;}}
    }
    }
    }

    And called in my link to my column ID text field via:

        

    If I start the page now, nothing happens.

    In the thread, we talk about bad SEO of the IR:

    "OK here's why the code does not work." When you use getElementsByTagName, you get a collection, not a single item.

    So when you make the comparison to see if the class of the table is an ApEx IR type, you need to reference the current table, not the entire collection. As follows... »

    But I don't understand how I'm doing the right reference.

    Someone at - it an idea to get this race?

    It's all totally obsolete with respect to the 5.0 APEX where interactive reports have been completely redesigned and rebuilt.

    To complete the full version number of APEX, always indicate what theme and browser (s) / version (s) you use when asking questions of shape/layout visual layout.

    To go from rank (Zebra) when you use the universal theme distribution in interactive reports, see Re: interactive report - no line scratched?

  • APEX 5, interactive report remove 'Control Panel' script no longer works

    I'm trying to hide (remove) interactive report 'Control Panel' captured below so that users cannot change the report either.

    I found this thread here.

    https://community.oracle.com/thread/3686632

    Remove the interactive report 'Control Panel' script no longer works

    I tried #1 and #2. The two does not work in 5 APEX.

    By #3, I'm not sure that I put the code in the right place. But I loved not below, and it does not work.

    Can someone help me hide from opening the page control panel?

    1. in the footer

    < script type = "text/javascript" >

    $x_Hide ('apexir_CONTROL_PANEL');

    < /script >

    2 (page inline css section)

    Table #apexir_CONTROL_PANEL {display: none ;}}

    3 to implement a dynamic action on the page to hide the control panel at help:. this.affectedElements.find hide() (".to-IRR-controlsContainer"); the loading of the page.

    Kiran Pawar says:

    Hi JonDaegu-Oracle,

    JonDaegu-Oracle wrote:

    I open this IRR with this url a bit of a wiki page and I want to open this IRR without any user input and make it look like a page static as much as possible.

    .../f?p=200:21:0::no:CIR:IREQ_RELEASE,IREQ_PLATFORM:11.2.0.4,Linux:Yes

    And I tried your solution and it does not work yet. Am I missing something here?

    Set your static region ID like IR: customer_ir

    Ah. The ID attribute is dynamic. It was a busy day.

    It make much sense to do so if the IR has nothing to do with customers. Probably a better idea to use a more generic selector (assuming that there is of course no other IRs on the page):

    .a-IRR-controlsContainer {
      display: none;
    }
    
  • interactive report - how to remove + sign when you group

    Hello

    When I create a group in an interactive report, it shows a sign of more (just like to hide and see the region)... may I know how to remove the + sign yet but who want to keep the group...

    Thanks in advance

    Assuming you want to keep the link change, it works for me.

    Create a dynamic action:
    event: after refresh
    selection type: region
    Region: [select the ir region]

    Action: Run JavaScript code
    Fires when the result of the event is: true
    Fire on the Page loading: [to test]

    JavaScript:

    if ($('[title="Edit Group By"]')) {
      $('#apexir_CONTROL_PANEL_CONTROL').hide();
    }
    

    I hope that helps

    Shunt

  • Remove the Filter Type of interactive report

    Hello

    is it possible to remove the filter of Type of an interactive report option?

    We do not want to give users the ability to select the type of filter.

    Thank you very much

    Paul

    Hi Paul,.

    I don't think you can Remove this option. You can hide it. There are several ways to do it, but they would require css stylesheet. As part of your page's HTML header, add:

    <style type="text/css">
    label[for="apexir_FILTER_TYPE"] {display:none}
    #apexir_FILTER_TYPE.radio_group {display:none}
    </style>
    

    Note that earlier versions of Internet Explorer will not manage the first style, but it's just the label. Real option buttons are hidden by the second style

    Andy

  • How to remove the link to the interactive report columns!

    Hi all

    I'm building an interactive report based on pl/sql block.

    In the report, I get the columnnames with link (underlined). I'm confuse when I have the chance to see the names of columns like AGE_SEX, AGE_SEX_

    When I see these columns of interactive report, it seems to be as same as the underline covers underscore.

    Is their anyway I can remove the link to the interactive report columns.


    I selected the link column exclude from the column heading in the report but still attack link gets the link in the column.

    Appreciate your help.

    Thank you/kumar

    Published by: kumar73 on May 5, 2010 14:32

    Hello

    Try the place for HTML page header

    
    

    Hope that I did not understand what you are trying

    BR, Jari

  • Interactive report (for Public access)-how to remove/reset the filters

    I have an Application that uses an authentication for "Public Access" scheme, which has a few interactive reports that can be viewed by anyone in our organization without a login screen.

    What I found is, if someone put a filter on the report that he remains on the report and stays on for the next user who visits the application.

    Is it possible to have the interactive report be reset default settings or remove filters that are applied by the previous user?

    Or is it a side effect, it is public, and report parameters are not fixed to a specific user?

    Hello

    Try the overview of the authentication page to the Public and see if it helps
    http://download.Oracle.com/docs/CD/E14373_01/AppDev.32/e11838/bldr_pgs.htm#CJGJDHCI

    BR, Jari

  • The interactive report want to remove filter to sort

    Hai,

    IM using interactive report, because we used the option to sort and filter, but wat happens is, to sort itself there is a concept more filter that is time that our customer does not want to consume, how can we remove this filter that is inside the so.

    David

    Hi David,

    Put the following text in the header HTML Setup page of instead:

    <style type="text/css">
    #apexir_rollover #apexir_search {display:none!important}
    </style>
    

    This will remove the search box on all lists drop-down column but not the main search box. There seems not to be a way to css to hide the individual search fields, as the feature uses the same DIV object for all columns.

    Andy

  • Remove the download interactive report HTML

    I have interactive reports where the link in the column on a specific column must be dynamic, which means, that it can not be hard coded in the column binding attributes. Here is an example of such a report query:
    case when d.object_type_description ='Business Service' then
    '< href="f?p='||:app_id||':183:'||:app_session||'::::P183_OBJECT_ID:'||d.id||'">'||d.object_name||'</>'
    
    when d.object_type_description = 'Real Time Event' then
    '< href="f?p='||:app_id||':162:'||:app_session||'::::P162_OBJECT_ID:'||d.id||'">'||d.object_name||'</>'
    else 
       null
    end as "OBJECT NAME"
    As see you in the above example, the link in the "Object name" column could be redirect page 183 or on page 162, based on the column "Description of object Type.

    The column 'Object name' attribute has 'Type display"the value"Standard report column. This works perfectly well in the UI of the report. However, if I download the IR data (in any format) since the Actions-> download menu, the object name column values are downloaded with HTML characters such as:
    < href="f?p=15548:183:6072319179284::::P183_OBJECT_ID:255245470513999672860510787772603748464">JP010000</>
    where JP010000 is the name of the object.

    Is there a way I can strip the HTML code of the column values in the downloaded files?

    I use Apex 4.1.

    Rohit,

    You can set the query link, make hidden, use the value in the link URL column. Thus, your query will look like the following:

    d.object_name,
    case when d.object_type_description ='Business Service' then
        'f?p='||:app_id||':183:'||:app_session||'::::P183_OBJECT_ID:'||d.id
    when d.object_type_description = 'Real Time Event' then
        'f?p='||:app_id||':162:'||:app_session||'::::P162_OBJECT_ID:'||d.id
    else
       null
    end link
    

    Change the display type of the LINK column hidden. In the column link, enter #OBJECT_NAME # as the link text. Select the target URL. Enter #LINK # as the value of the URL. APEX 4.2, you can do this more easily by setting the HTML column Expression.

    Kind regards
    Christina

    Published by: cbcho on 27 Sep 2012 11:35

  • How to remove the icon of change on interactive report?

    An interactive report I now work on displays the change icon (pencil). A report that I create a while does not.
    I couldn't find where I turned this off icon display. Can anyone help?

    See:

    Report attributes
    Link column - select here exclude the link column

    Jeff

  • 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

  • Filter column position of the interactive report

    Hi all!

    First of all, sorry my English.

    I have a problem with filters standart on the interactive report column heading. Version 4.0.2 APEX. It is interactive report based on the view. Nothing unusual - behavior and the default templates. I have also the region of filter on the page, and after user-press "apply" button my package variables to session state of filter. View used these values. It is worked and filtered interactive report. But when I try also to use the filters on the heading of the column that is nothing past. I have try the column type: report Standart column and display text. I have try the Filter Type column: by default based on the Type of column and the list defined by the use of... Contain. Nothing, as no filter exists at all. Filtering with worked as usual action buttons. I think that this problem in a SEPARATE implicit in this filter. I know that there are quantitative limitation of DISTINCT values with column header filter, but I have nothing in the filter. And even I have type the value and press ENTER, nothing happened. Columns with Date type is fine, but String and number does not.

    There is no work around? Thank you.

    Solved within "parameterized" view, remove and replace with SELECT with params.

  • Effect of Zebra in the rows of interactive report

    Hello, I have a question about the interactive report. Is it possible to put lines in the display of the report with zebra effect. I know that highlight line will bring closer the colors in the rows. But I need color alternating lines with no strings attached. Help, please!

    Thanks in advance.

    Emilie S

    Sinduja Sivasailam wrote:

    I am attaching the CSS file for the cat. I'm not sure where to add in the CSS file. Can you help me with this.

    And I'm not quite sure what you're talking about now. What joint? Where?

    Add these rules at the end of the custom style sheet/c/cummins/cummins_oracle_apex.css

    /*
      Zebra stripe effect on interactive report rows.
    */
    #apexir_DATA_PANEL>table .apexir_WORKSHEET_DATA tbody tr:nth-child(even) td {
      background: #ffffff;
    }
    #apexir_DATA_PANEL>table .apexir_WORKSHEET_DATA tbody tr:nth-child(odd)  td {
      background: #f8f8f8;
    }
    
  • Can we have option all interactive report 4.2

    Hi all

    In our application, we had used interactive report where required fields can be sorted, as well as the option can show option 'all' as well in the filter option.

    For example, we see all of the columns that appear here.

    Now for each header, I had chosen the options sort and filter as shown below

    As we are showing upward and down options, can have as 'All' option, by clicking on 'All' they used to know all the necessary information.

    Apex Version - 4.2

    Summit theme-Light blue-100

    Kind regards

    Sruthitamiri.

    Sruthi Tamiri wrote:

    Suppose that we show these values under the header of the region

    "Now we add more regions in tables, so that it is reflected in more top of the screen, where there exist regions more we Let's scroll appears, now suppose that if they want to search with the keyword 'A' then it displays the corresponding values as"Asia", Asia iron ore" and so forth... then the report will filter based on these values If the condition is that, if we provide as 'All' option, when they click on this option, you see all the values in the report.

    Which, as stated above is equivalent to having no filter at all. Users must disable or remove Active filters in the Panel of IR control over the release of the report.

Maybe you are looking for