Select list in report region.Everything is not in order...

I want to have a select item in a report region. The selected item in de select list is the "master" for the records in the region. It was working fine but after dropping another region on the same page the select list is now shown beneath the report instead of on top of the report. I can't find a way to get it back on top.
As a matter of fact I can't find any attribute that determines what comes first in this situation. Is it bad practise to use a item in a report region?

Thanks, that's it.
Because I wanted this region to be above two other regions I moved it to page template 2. I did not notice the "items below/items above region content". I guess I need to create a page template region 2 items above content.

Similar Messages

  • Dynamic lov, Select List in Report

    Hi all,
    I have searched the APEX forum for dynamic lov but somehow no topic could really solve my problem.
    I have a report and 2 columns in this report are displayed as a select list. I want one of the select list show some values depending on the other select list in this report. If the value of the first select list is equal to some data the second select list should show a lov and otherwise nothing.
    All examples i have found so far seem to explain a solution for a select list item on the page and not for a select list in a report like in my case.
    Are there any advices or some links you can give?
    Thanks in advance
    Markus

    See http://htmldb.oracle.com/pls/otn/f?p=18326:54:1415328128204513::::P54_ID:1282
    and http://forums.oracle.com/forums/thread.jspa?messageID=1222153&#1222153

  • Dynamic select list in report based on other report column

    I have a report with three columns. The first column is the Id, the second is the name that matches the Id. In the third column I would
    like to have a list of values that are dependant on the Id in the first column.
    This is the query I have.
    SELECT c.category_id,
    c.category_name,
    APEX_ITEM.SELECT_LIST_FROM_QUERY(3, NULL,
    'SELECT option_name, option_id
    FROM invmodel_category_option
    WHERE category_id = APEX_APPLICATION.G_F01('||rownum||')') AS options
    FROM invmodel_model m,
    invmodel_category c
    WHERE m.model_id = :P2_MODEL_ID
    This doesn't give any error, but I do not get any select list.
    I have tried various other ways to reference the category_id within the APEX_ITEM function, including:
    WHERE category_id = c.category_id (c.category_id is an invalid identifier)
    WHERE category_id = ''#CATEGORY_ID#''' (number error)
    As an example what I would like to see is
    Id Name Options
    1 Fruit Banana, Apple, Orange
    2 Vegetable Carrot, Potato, Onion
    Can anyone please tell me if this can be done, and how.
    Thanks

    This can be done if you follow this example:
    http://apex.oracle.com/pls/otn/f?p=31517:176
    Denes Kubicek
    http://deneskubicek.blogspot.com/
    http://www.opal-consulting.de/training
    http://htmldb.oracle.com/pls/otn/f?p=31517:1
    -------------------------------------------------------------------

  • Set focus to a report region after select value (user) report region

    Hello,
    On my page I have 4 report SQL Query report regions (among themselves). After selecting (user) of a value (report region number 3 with column link), the result shown in report region number 4. However, the focus is on report region number 1. The user sees the results do need to scroll down to see the answer(in report region number 4).
    Does anyone have a solution for me with an example. Thanks.

    Hi Varad,
    sorry for the delayed response.
    Please check the page:- 9999 of App:-964
    I have made 2 simple reports with a button in each region.
    SUCCESS MESSAGE of first one:- first process run by first report
    SUCESSS MESSAGE of second one:- Saved Data..process run for second report
    when first process is run by clicking the <b>SUBMIT</b> button in the first region, we will see the same first region back. But, when we click the <b>SAVE</b> button of second region, page submits and we will see the first region and user should scroll down to see the second region.
    so, I am trying to see if I can have user see the same region back[second region,when SAVE button clicked, in this case] if he has done any operations on second region. My actual page has around 6 regions where scrolling down might be pain full for a end user.
    Have created this page in a hurry .. My actual pages and processes are doing some use full job, the page I have given here is only for our testing purpose. please do not mind.
    Thanks a lot for helping me..
    Chaitu..
    Edited by: Chaitu_Apex on Apr 14, 2010 9:51 AM

  • Position of select list on report

    Sometime when I add a select list to a report region, it will appear at the top of the report. However, when I do it to another report, it appears at the bottom.
    Anyone have any ideas about this strange behavior?
    By the way, I did change the sequence of the drop down to before the report sequence, but it didn't have any effect.

    I would take a look at the Region that you selected the item be placed in. There are all different choices of where to display a region item if you look. There are two choices. One of the choices is to display an item in the region and the other is to display an item among this regions theme or something. I can't remember for sure but you will find your answer in the region definition.

  • Select List and detail region

    db11gxe , apex 4.0 , firefox 24 ,
    hi all ,
    i have a master detail page , with an item "test_id" as a select list ,
    and a detail region has also a column "test_id" ,
    what i want is :
    when i change the value of the master "test_id" , the data is retrieved in the detail region where "test_id" = "master_test_id" ;
    how to do so ?
    thanks

    Newbi_egy
    Do you mean that when you change the test in the master you want to refresh the detail?
    Can you put up an example of your tables and foreign keys etc. on apex.oracle.com.
    To me this sounds a wrong model design.
    The detail should only depend on the primary key of the master. And the primary key shouldn't be updatable.
    Nicolette

  • How to display chart region based on select list in html region ?

    Hi all,
    i'm using 4.0.1.00.03 apex version,in a page i have 2 regions one is html and another one is Chart region.in html region i have a select list and button.when user sign into my application select list have some values in that page,user select's a value and clicks on the button then chart will be displayed.my query is when user first sign into my application i want to dispaly chart region when only select list is selected and clicks on the button.can any one guide me on this.
    thnx in Adv.

    Hi yann,
    thnx for ur reply,
    i have done what u have written but i didn't meet my requirement..
    let me explain what i need exactly
    as of now my application is like this..
    i have a html region in that i have select list(P6_LIST) and go button
    and chart region.
    chart query is like this..
    SELECT your_value
    FROM your_table
    WHERE your_value = :P6_LIST
    AND ...
    how it is working??
    when user sign into my application, user can see html region with 'select list and go button' and chart region with 'no data '.
    when user select a value in select list and click on go button automatically chart region will be dispalyed with chart.
    what i wanted to change is..
    when user sign into my application, user can see html region with 'select list and go button' and no chart region
    when user select a value in select list and click on go button then only user can see chart region with chart.
    plz help me how to do it.. :)
    thnx in Adv.
    Edited by: moulani on Nov 4, 2011 12:05 PM

  • Dynamic Select List in Reports

    Hi,
    I have come across solutions to implement dynamic Select Lists. But can the same be implemented in a report.
    I have a report of 2 columns which are select lists. The Value of one depends of the other.
    Can this be done?
    Thanks in Advance

    Hi Abdullah,
    Thanks for the Tip. However, couple of queries.
    1) The first modification involves changing the query to : select lov_pkg.savekey() , colA, colB, ... But the function savekey takes a value.
    Ideally, I need this function to be called while loading and when the first select list is changed. How can this be done.
    2) Also, To make this change in query, I had to use (Use Generic Column Names (parse query at runtime only)) option. Now my Add Row button doesnt work? Can you tell me how that can be customized.
    Thanks,
    Sunil

  • Open qty errin Selection list For Ref Doc. screen while converting to order

    Hi SAP Gurus,
    For one of my materials, the open quantity is not updating in the Selection list For Ref Doc. screen while converting to sales order.
    Can you please help me?
    Thanks,
    Ketan

    Hi Senthilkumar,
    I really appreciate for your kind Hint of SEL ID.
    I created and assigned new 'Sel Priority' to the SEL ID same as for Routing.
    Now while converting Planned order to Production order system is asking for Reference operation set as there is no such need of Routing as I already mentioned in previous post.
    Regards,

  • Displaying report region columns in the correct order

    I have a report region in which the first 4 columns that are displayed are listed at THE END of the “Column Attributes” section.
    Why is this happening? Does some other setting have to be made to make them display at the end, where I want them?

    Thanks Matthew.
    I had actually figured that out already and was about to post that fact.
    Evidently, the order of the columns in the Action menu is set to the original order of the columns in the “Column Attributes” section. But if the column order is then changed in “Column Attributes”, the order in the Action menu remains at its original value, and thus needs to be manually reset.

  • Limit on select lists in mru regions

    Has anynone experienced limtits on the number of select_list_lov(s) in multi-row updatable regions?
    I have experienced this using a wizard as well as creating the region manually. The thing is that if I use popup lov(s) it works fine with no errors - but I really want to use htmldb_item.select_list_from_lov(s). The error is:
    report error:
    ORA-06502: PL/SQL: numeric or value error: character string buffer too small
    If anyone knowa how to increase this buffer size or any work around it will be greatly apprceiated.
    Thanks,
    Sabrina

    Hi,
    I cannot believe that 32 k should be the limit. I used the following SQL:
    DECLARE
    v_sql_stmt VARCHAR2 (4000);
    BEGIN
    v_sql_stmt :=
    'SELECT x.del,x.creation_date,x.update_date,x.schaetzer_id,'
    || 'x.team_id,x.leistungsbeschreibung,x.personentage,'
    || 'x.stundensatz,x.betrag,x.kostenart_id,x.user_id,x.sch_id,x.cks '
    || 'FROM (SELECT htmldb_item.checkbox(1,rownum) del,'
    || 'htmldb_item.hidden(2,schaetzungsposition_id)||'
    || 'htmldb_item.hidden(3,schaetzung_id)||'
    || 'wwv_flow_item.display_and_save(4,'
    || 'nvl('
    || 'to_char(creation_date,''DD.MM.YYYY HH24:MI''),'' '')'
    || ') creation_date,'
    || 'wwv_flow_item.display_and_save(5,'
    || 'nvl('
    || 'to_char(update_date,''DD.MM.YYYY HH24:MI''),'' '')'
    || ') update_date, '
    || 'htmldb_item.select_list_from_lov(6,'
    || 'schaetzer_id,''SCHAETZER_LOV'',''style="width: 200px;"'',''YES'') schaetzer_id, '
    || 'htmldb_item.select_list_from_lov(7,'
    || 'team_id,''TEAMS_MIT_KEIN_TEAM'',NULL,''NO'') team_id, '
    || 'htmldb_item.textarea(8,'
    || 'leistungsbeschreibung,2,40) leistungsbeschreibung, '
    || 'htmldb_item.text(9,trim(to_char(personentage,''999990D00'')),10,10,'
    || '''STYLE="text-align:right"'') personentage, '
    || 'htmldb_item.text(10,trim(to_char(stundensatz,''999990D00'')),10,10,'
    || '''STYLE="text-align:right"'') stundensatz, '
    || 'htmldb_item.text(11,trim(to_char(betrag,''999999990D00'')),15,15,'
    || '''STYLE="text-align:right"'') betrag,'
    || 'htmldb_item.select_list_from_lov(12,kostenart_id,''KOSTENARTEN'','
    || 'NULL,''NO'') kostenart_id, '
    || 'wwv_flow_item.display_and_save(13,'
    || 'get_app_user_name(user_id)) user_id, '
    || 'schaetzer_id sch_id, '
    || 'htmldb_item.md5_checksum (creation_date,update_date,schaetzer_id,'
    || 'leistungsbeschreibung,personentage,betrag,'
    || 'kostenart_id,user_id '
    || ') cks '
    || 'FROM schaetzungsposition '
    || 'WHERE schaetzung_id='''||:P35_SCHAETZUNG_ID||''' '
    || 'AND schaetzer_id IN ('
    || 'SELECT a.person_id '
    || 'FROM app_user a '
    || 'WHERE a.person_id in (select s.person_id '
    || ' FROM schaetzer_view s))'
    || 'UNION ALL '
    || 'SELECT htmldb_item.checkbox(1,NULL) del,htmldb_item.hidden(2,NULL)||'
    || 'htmldb_item.hidden(3,NULL)||'
    || 'wwv_flow_item.display_and_save(4,'' '') creation_date,'
    || 'wwv_flow_item.display_and_save(5,'' '') update_date,'
    || 'htmldb_item.select_list_from_lov(6,:P35_DEFAULT_SCHAETZER,''SCHAETZER_LOV'','
    || '''style="width: 200px;"'',''YES'') schaetzer_id,'
    || 'htmldb_item.select_list_from_lov(7,NULL,''TEAMS_MIT_KEIN_TEAM'','
    || 'NULL,''NO'') team_id,'
    || 'htmldb_item.textarea(8,NULL,2,40) leistungsbeschreibung,'
    || 'htmldb_item.text(9,NULL,10,4,''STYLE="text-align:right"'') personentage,'
    || 'htmldb_item.text(10,NULL,10,4,''STYLE="text-align:right"'') stundensatz,'
    || 'htmldb_item.text(11,NULL,15,10,''STYLE="text-align:right"'') betrag,'
    || 'htmldb_item.select_list_from_lov(12,NULL,'
    || '''KOSTENARTEN'',NULL,''NO'') kostenart_id,'
    || 'wwv_flow_item.display_and_save(13,'' '') user_id,'
    || 'NULL sch_id, '
    || 'htmldb_item.md5_checksum (NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL'
    || ') cks '
    || 'FROM dual '
    || ') x '
    RETURN v_sql_stmt;
    END;
    This SQ Query (PL/SQL function body) works with abaut 100 records on an Oracle 10g lon Windows. But it didn't work with 0 records on Oracle 10g on Sun solaris.
    Only using
    || 'htmldb_item.select_list_from_lov_XL(6,'
    || 'schaetzer_id,''SCHAETZER_LOV'',''style="width: 200px;"'',''YES'') schaetzer_id, '
    and
    || 'htmldb_item.select_list_from_lov_XL(6,:P35_DEFAULT_SCHAETZER,''SCHAETZER_LOV'','
    || '''style="width: 200px;"'',''YES'') schaetzer_id,'
    worked fine.
    Note:
    schaetzer_id number and :P35_DEFAULT_SCHAETZER has numeric value
    Can someone tell me if there is a bug or what is the difference between the operatiing systems in using HTMLDB 2.0?
    Thanks a lot
    Siegwin

  • MSS - selection list in Reporting Tool

    Hi experts,
    I've designed two orgview groups and two report categories for Reporting Tool of MSS. I would like to display each orgview respectively depending on the category of the report I select.
    I know the portal calls the FM HRWPC_RFC_OADP_GET_ORGVIEWGRP to create orgview, but have no idea how should I enhance or modify the FM. Any idea? Thanks.
    Regards,
    Shane

    Hi,
    Can you give more details pl?
    Srini

  • Report for delivered but not billed orders

    Hi All,
    I am trying to build a query using logical database to extract all orders for which delivery has been done, but not yet billed. I believe i can extract this data using VAV logical database, but not quite sure if i should use VAV or VFV.
    Can someone let me know, which database to use & also what input conditions i need to maintain to extract only the information which i am looking for?
    Hope my question is clear, await inputs.
    Vivek

    Hi Vivek,
    What I wanted to say that you won't get information from VAV about billing since as far as I know it doesn't contain any relevant table.
    You should try create a query using LIKP-LIPS-(joint type: left outer)-VBRK. This will connect deliveries to billing document, you can also get SO number. Please try this.
    (Sorrowully I don't know which logical database would be good for you)
    BR
    Csaba

  • Displaying region based on multiple selection list

    Hi,
    this is my scenario.
    i had 3 drop down selection lists A, B, C. based on A and/or B, C is populated. and when i select one from C, i display a report regions.
    i am able to achieve this, and when in the selection list C, I have a null value as "- All -"
    so when i select "- All -" then the report region should not show anything.
    so in my report region query this is what i gave
    DECLARE
    q varchar2(2000); --query
    w varchar2(2000); --where clause
    we varchar2(1) := 'N'; --where condition
    BEGIN
    q := 'SELECT * from SCCATCH';
    IF :P1_STATION != 'NULL' THEN
    w := 'COLLECTION = :P1_STATION';
    we := 'Y';
    END IF;
    IF we = 'Y' THEN
    q := q ||' WHERE '|| w ;
    END IF;
    RETURN q;
    END;
    where :P1_STATION is the item value of C.
    now what is not working is when i select A, B then C is populated and whne i select C, the report region is displayed.
    now when i go back and select A, B , then C is again populated with a different C list, but the report region still remains the same showing the previous result.
    what i really want to do is. when i select list A,B and then C, report get displayed. and when i go back and change sleection in A,B and then obviously C gets changed, then the report region should not show anything untill i select one from C.
    i understand that there is some basic things i need to do to fix this, but i am not able to fix this.
    Can you help me please.
    Thanks,
    Philip.

    user12943263 wrote:
    HiPlease update your forum profile with a real handle instead of "user12943263".
    I basically want to use the select below for my list but I do not know how to get the app and session no.
    select list_desc, 'f?p='||get_app_id|| ':' || page_no||':' || get_session_id
    from table_nameIn SQL use bind variable notation as described in the Understanding Substitution Strings section of the documentation:
    select
      ,  'f?p=' || :app_id || ':' || page_no || ':' || :app_session
    from
        ... Always consult the documentation before posting here.
    Dynamic Actions, JavaScript, and all "P.Ranish" posts above are all irrelevant to your question.

  • Multiple Select Lists on Tabular Report

    I am trying to build a tabular report to allow users to edit records within a table. This tabular report has several non-editable columns on it as well as two select list boxes. Theh user would select a value from the first list box. That value would then become part of the where clause of the next select list box. However I have not been able to pass the new value to second list box.
    My application deals with metadata, so here's how the screen looks: (Field names in {} are select lists)
    Select File to Edit: {this list works fine}
    [Field Name] [Derived] {Parent file} {*Parent Field*}
    The Parent Field drop down is never getting populated. Parent file dropdown works fine.
    I don't think the problem is with my select statement. I think the variable I am using in my select statement is never having it's value set.
    Any help would be appreciated.
    Hope this makes sense.
    Don

    there's currently no easy way to handle your request in html db. it might be doable using a few hacks here and there, but it's almost not worth getting into because of the complexity of the approach. my recommendations are that you...
    a) consider setting your form up as a single-row update rather than a multi-row one. with a single-row form, it's a much simpler matter to have your {Parent Field} lov be driven by your {Parent File} one.
    b) if the values in your Parent File lov aren't too great in number, you might consider handling this with javascript added to your tabular form page. i don't know that exact javascript, but you should be able to find it pretty easily on the web.
    hope this helps,
    raj

Maybe you are looking for

  • Failed meta chain maintenance in Process chain in SAP BI

    Hi all, I have a Process chain having the meta chain of master data population.When successful , proceeds with the further steps in process chain. It has been scheduled in midnight. After monitoring the PC , found the error in the master meta chain ,

  • Is icloud constantly this unreliable?

    for the past few weeks every morning i wake up to the alert "could not log in to icloud, check login information"  then it goes away after a couple hours.   and yesterday for the first time i wasnt  able to access my calanders online, on my mac, or o

  • Live Webcam Stream

    I am new to the FMS....I have down loaded FMS3....I am also trying to get other to view me on my webcam through a website. My question is, do I need the Media Encoder for FMS3 or is that already included in it? Any help will be great. Thanks

  • Is there a way to download pictures before an ipod is restored?

    Hi there! I have photos on my Ipod touch that are not saved anwhere as my computer was stolen. When I turn on or connect the ipod to a computer it tells me that the ipod needs to be restored. However I deeply wish to keep these pictures. Is it possib

  • Variable/Fixed/Dep Costs

    In which table can I find the split of the standard cost of a material by variable cost, fixed cost and depreciation? Thank you!