Change the order of the fields in the interactive report

I changed the sql code in the definition of the region and the report attributes, but still the columns are not changed?

You need to change the default report parameters to display the columns in the desired order. Here's how you can do it.

Run the report. Click on "Action Menu" (the Green mechanical wheel that appears in the search bar) and click on "select columns". Organize the order of your columns here click on 'apply '. Click again on "Action Menu", then click "save report". To "Save" selection list, select 'Default report settings'. Click on apply.

Now, all users see the columns in the order you specified.

[Amédro (PMP, CMO & OCP) Juliette - DBCON | http://www.dbcon.com.sg]

Tags: Database

Similar Questions

  • When I try to change the interactive report columns, then triggers the error: "unable to change column attributes. "ORA-01403: no data found. Pls tell me why?

    When I try to change the interactive report columns, then triggers the error: "unable to change column attributes. "ORA-01403: no data found. Pls tell me why?

    You use listener EA3 ADR?

  • How to change the column ordering the interactive report?

    How to change the column ordering the interactive report?

    Hello

    Run the report as a developer, click on the "wonder wheel", click "Select columns" and reorder your columns in the box 'report '.
    Then click again on the "wonder wheel", click on save report and save the default state.

    Greetings,
    Roel
    http://roelhartman.blogspot.com/
    You can reward this response in marking it as useful or Correct ;-)

  • By using the search field of the interactive report

    Hello

    I want to use the search field of the interactive report to set this value in a page item, use it to pass this value to another feature.

    How can I do this?

    Concerning

    Eve wrote:
    Hello

    I want to use the search field of the interactive report to set this value in a page item, use it to pass this value to another feature.

    How can I do this?

    Concerning

    Create a dynamic action as follows:

    Event: Before updating
    Selection type: Region
    Region:

    Real Action:

    Action: Run the JavaScript Code
    Code: $s ('PX_YOUR_ITEM_NAME', $v ('apexir_SEARCH'));

    Click on create

    When it is created, change the dynamic action and define the scope of the event on the dynamics

  • How to change the filepath report in a UI custom TS?

    I made a custom TestStand UI (using API TS) with CVI. Now, I want to change my filepath report in my user interface. What should I do?

    I know a way, use the report Option reminder!

    Y at - it another way?

    Hi lordsathish:

    It's a good idea to edit the file TestStandModelReportOptions.ini.

    I'll change the file TestStandModelReportOptions.ini in my custom user interface to change the filepath report.

    It is the job!

    Thank you very much!!

  • Is it possible to change the default report templates CSS?

    Hi folk, is there a way to change the default report templates CSS or HTML?

    At APEX 3.1, I have the default templates for reports:

    default: Look 1
    default: Look 2
    ... default: Watch 5

    It only allows me to change the templates that I have created. Thank you and best regards.

    default: report models are hardwired into APEX and cannot be changed the way the theme templates can.

    Using the web Inspector in a browser with the tools of development such as Safari or Firefox + Firebug you can look at the source of the report with a default: model to determine the HTML structure and classes used and applied by the APEX CSS selectors, then override these in your own style sheet, or create a custom from scratch theme template.

  • Change the SQL report to Intractive report

    Dear friend


    I created the SQL report.

    Could you tell me please, there is a way to change the SQL report to Intractive report.

    How can I do that.

    Thank you

    Under the Definition of the region of the report; look over to the right margin and you will see interactive report-migrate under tasks .

    The f

  • Excel not downloaded in the same order as on the interactive report

    I have download to Excel on the interactive report, it is not sorted in the same way? Can I fix this?

    Hi Doug,.

    Could be a quick solution to this solution, you can have a download link on the header of the report area and that it points to a page that contains the same report with the csv model.

    Download CSV Report 
    
    where 3 is the page number for csv output report.
    *replace click by onclick
    

    or if you want more control over the report, you can create a button on the interactive report region and at the click of the button run a process to download a csv output file.

    Put dummy code for creating csv file

    DECLARE
    CURSOR cEmp IS
    SELECT
         Eno,Ename,SAL,DEPT
    FROM emp_table ORDER BY 1 DESC, 2 DESC,4;
    BEGIN
         owa_util.mime_header('application/octet', FALSE );
            htp.p('Content-Disposition: attachment; filename="Employee.csv"');
            owa_util.http_header_close;
    --Printer Header Row
         htp.p('Employee '  || ',' || 'Name'   || ',' || 'Salary'  || ','|| 'Department' ||  chr(13));
    for cThis in cEmp
    LOOP
              htp.p( '"'|| cThis.eno ||'"'||   ','|| '"'|| cThis.ename   || '"'|| ',' || cThis.sal||  ','|| '"'|| cThis.dept  || '"' || chr(13));
        END LOOP;
    htmldb_application.g_unrecoverable_error := true;
    EXCEPTION
              WHEN OTHERS THEN
                   htp.p('Download Error ' || SQLERRM || ' with error code ' || SQLCODE);
    END;
    

    Also, you can disable the download report link in the interactive report menu by going to reports-> Search bar attribute->, under include in the Actions Menu: uncheck the download option.

    I hope this helps.

    Thank you
    Manish

  • change the background color of the interactive reports

    Hi all

    I'm trying to change the background color of the interactive report. Is there anyway where I could change the background color of report? My all other reports are using custom background color, but in the case of report interactive, I couldn't manage change its default background color.

    Thank you
    Manish

    Hello

    Sorry, you said custom background color, so I thought you had that. The color I put here is just white, so you may have to adjust to match your custom color

    Probably the easiest way is to create an HTML region without a model to 0 in the position after the page header. Can use it as the source of the region

    
    

    You can also put in the page template or an external CSS file.

    If your has begun on CSS I suggest that you spend an hour or two reading this site [http://www.w3schools.com/css/], it will save you hours more later any web development environment you use

    Kind regards
    Carl

  • How to add the action button for each column in the interactive report

    Hi all

    I'm new in APEX, so pls forgive my question, if it's simple, but I am struggling with this problem for days now. I have interactive report and you want to add button in each row. What I want to do with this button is the following:

    1. to execute some stored procedure in need of that particular line item values

    2. returns a (id)

    3. go in another page in the application by passing the value out of the procedure (id).

    and I'm not find the way to do it. I tried now means:

    1. If I add the link of the column, so I can refer to the value of the current row, I don't know how to call the stored procedure and perform actions of rest I need

    2. If I add the button to the region, I do not know how to reference the values in column of a particular line of the interactive report...

    and I'm stuck...

    I just forms and global report and probably still think the "wrong" way .

    Any help would be appreciated!

    Thank you!!!


    user3253917 wrote:

    Please update your forum profile with a real handle instead of 'user3253917 '.

    I request of the company: there is a customer who always orders the same standard product orders (always order the same products, fair amount is different). I want to make it simple for the user: instead of retyping the command (master and few records details every time yet) I want to copy selected command (copy of the master record and record details) so that the user will only change date order (in master record) and amount fields in record details).

    So, in order to give him:

    1. the user must be able to choose the order in which I would copy (at page 4), select it,

    2. I need to make PL/SQL procedure to insert the new master record (order) and a few record details (order_items) (copy of the order/order_items chosen in step 1)

    3. navigate the user to page 29, where the master account at stage 2 insterted appears, so that the user can change the date and quantities.

    Any solution will be highly appreciated! Thank you very much!!!

    In simple terms:

    1. Add a link to column "Command copies" in the report on page 4, which sets the COPY request and passes the order ID on page 29.
    2. On page 29, create a process before header, sequenced to be the first process executed and conditional on REQUEST be EXEMPLARY, which creates a new order as a copy of the order with the ID from page 4 and returns the ID of the new order in the PK command ID of 29 page element.
  • Calculations in APEX 4.2 on the interactive report and the update form

    Hello

    I know that people have asked similar questions, but I was not able to do this work. I'm doing some fairly simple math (addition, multiplication) in an application. I have 2 fields (VALUE_A, VALUE_B). I can get the addition and multiplication work in the interactive report, but I also need that it works correctly in the form of update. I also need update form to work dynamically so that if the values are changed, the correction calculated response is shown immediately on the update form and then reflected in the interactive report. I tried the dynamic action, with and without javascript without result. Any help would be appreciated.

    Request Express 4.2.6.00.03

    model application:

    https://Apex.Oracle.com/pls/Apex/f?p=82162:

    username: guest

    password: Peanut123

    Thank you

    Rachel

    ADD dynamic action

    After refresh of region

    Set value

    ELEMENT the VALUE to change

    check the fire on the load

    To source, use expression JavaScript

    If ($v ("P2_TEST_1")! = null & $v ("P2_TEST_2")! = null)

    {

    parseInt ($v ("P2_TEST_1")) + parseInt ($v ("P2_TEST_2"));

    }

    ElseIf ($v ("P2_TEST_1")! = null & $v ("P2_TEST_2") == null)

    {

    parseInt ($v ("P2_TEST_1"));

    }

    ElseIf ($v ("P2_TEST_1") == null & $v ("P2_TEST_2")! = null)

    {

    parseInt ($v ("P2_TEST_2"));

    }

    on the other

    { 0; }

    That add another dynamic action on change POINT P2_TEST_1 and set even with the same expression JavaScrit action. but NOT fire on the load
    Do the same for the ARTICLE P2_TEST_2

    And the same for A times B but change + to *.

    Here, I did samples for you with this code.

    https://apex.Oracle.com/pls/apex/f?p=83519 demo/demo

  • Ideas for work around ORA-06502: character string buffer too small on the interactive report

    Hello

    It comes to Apex 4.2.  We try to create an interactive report.  The report is for something similar at a follow-up time.  We try to concat a comments column as the sum of the hours.  For example,.

    Select TASK_NAME, sum (HOURS), to_char (XMLAGG (XMLELEMENT(E,E.COMMENTS ||) ' : ')). Extract ('//Text ()'). GETSTRINGVAL()) USER_COMMENTS of...

    This query works fine if we seek only to a window of 1 week.  The question that we live, when we expand the scope of the query to include data from 3 months, we hit ORA-06502 interactive report.  If we remove this column from the interactive report, then the report works very well.

    Anyone has any ideas on how we might be able to work around this problem?  I'm guessing we're reached the limit of 32 k on the report.  Ideally, we would show just the last X number of comments and then have a link to show all comments

    Any help would be appreciated

    Thank you

    Mike

    ListAGG raises an ORA-01489 for varchar2 > 4000 bytes

    OP has an ORA - 06502--> IR is running within a limit of 4 k / 32 k.

    quick fix: wrap USER_COMMENTS ListAGG in a substr (..., 1, 4000)

    Longer solution, use a subquery to modify comments based on ROW_NUMBER() (IE after the nth line, change the null)

    with
    -- simulating data
    t as (select task_id, sysdate - lv as date_entered
      ,round(dbms_random.value(1,24)) hours
      , '-*' || lv || '.' || task_id || '*-' as user_comments
    from ( select level as task_id from dual connect by level <=10 ), (select level lv from dual connect by level < 1000)
    ),
    -- modify data
    modified_data as (
      select task_id, hours, date_entered
        ,case
          when row_number() over (partition by task_id order by date_entered desc) < 5
            then user_comments
          else null
         end USER_COMMENTS
        from t)
    select task_id, sum(hours) total_hours,
      listagg( user_comments  ) within group (order by date_entered desc)
      || case when count(*) >= 5 then '! MORE COMMENTS !' else null end
        as user_comments
    from modified_data
    group by task_id;
    
  • 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

  • SEARCH IN THE INTERACTIVE REPORT

    I have two pages. I need, thanks to a button, driving some information for another page. But I need to press information for the search field of the interactive report.
    I think the name is apexir_SEARCH
    How I refer to the search field?
    Help me please...

  • A page element to store the string search say P100_SEARCH_ITEM.
  • Affect this element through the use of IE URL that article redirect to URL to this page
  • Add onload JS code that sets the IR field with the value of the page element.

    $s ('apexir_SEARCH', $v ('P100_SEARCH_ITEM'))

  • In addition, add an event handler to set the page element when the search field is changed too

    $('#apexir_REPORT #apexir_SEARCH').change(function(){
      $s('P100_SEARCH_ITEM',$v('apexir_SEARCH'))
    });
    
  • Customize the Action menu in the interactive report

    To change the word 'Action' in the menu of the interactive report.

    Apex 4, we had the 'Image of the Action menu' option, but the Apex 5 this option disappeared.

    This isn't in known issues in the Apex 5!

    Someone knows how to set an image or other text to the menu Action interactive report?

    Anderson.Ferreira wrote:

    To change the word 'Action' in the menu of the interactive report.

    Apex 4, we had the 'Image of the Action menu' option, but the Apex 5 this option disappeared.

    This isn't in known issues in the Apex 5!

    Someone knows how to set an image or other text to the menu Action interactive report?

    Why do you need to change?

    Follow the instructions in 'Translating Messages used internally by Oracle Application Express' to create a custom text for the message of the APEXIR_ACTIONS system. Available for translation/customization internal messages are listed in these tables.

Maybe you are looking for