Delete chackbox for manually create report region

Hi guys,
First of all I want to say you're providing excellent support. I did research the topic but didn't come accross anything that worked (not to say I couldn't have missed something either). My challenge for the moment is that I've manually created a couple of multi-row report regions which appear on the same page & need to flag records for deletion. As I'm sure you know - I used the htmldb_item package to accomplish this - but the htmldb_item package doesn't support chekboxes. Is there a workaround?
Kind Regards,
Sabrina

Okay - here is one example of something I tried. You're right it's not necessarily a "bug", but as this note is made from the following how-to link "not supported".
http://www.oracle.com/technology/products/database/htmldb/howtos/tabular_form.html
Note: Checkbox, popup calendar, and popup key LOV
are not supported under updateable column attributes in report attributes section.
Example:
Select
x.address_line1,
x.address_line2,
x.town,
x.postal_code,
x.cntry_code
from
(Select
htmldb_item.text(1,address_line1,10) address_line1,
htmldb_item.text(2,address_line2,10) address_line2,
htmldb_item.text(3,town,10) town,
htmldb_item.text(4,postal_code,10)postal_code,
htmldb_item.text(4,cntry_code,10) cntry_code,
htmldb_item.checkbox(5,del_flag,decode( del_flag, 'Y', 'CHECKED', NULL )) del_flag
from addresses
where a_pid = :P7_PID
union all
Select
htmldb_item.text(1,null,10) address_line1,
htmldb_item.text(2,null,10) address_line2,
htmldb_item.text(3,null,10) town,
htmldb_item.text(4,null,10) postal_code,
htmldb_item.text(4,null,10) cntry_code,
htmldb_item.checkbox(5,null) del_flag
from all_objects where rownum < nvl(:P7_ROWS,2)) x

Similar Messages

  • Completion date for manually created maintenance notification

    Hi All,
    When closing maintenance notification created manually by t-code- IW21,there is no field to enter completion date & time. System is proposing the current  date as completion  date by default. However , as I have flagged u201Ccompletion datau201D  in maintenance plan category for notification ,system is asking/proposing completion date/time during NOCO of preventive maintenance.
    Where I can do settings in configuration so that system  will ask/propose to enter completion date/time during NOCO of manually created notification by t-code IW21?
    rgds
    rajib

    In notification type views you have option to set Reference date & time- if you set it to A- Malfunction start date & time will
    be proposed, if  you set it to B- Notification receipt date & time will be proposed, if you set it to C- Malfunction end time will
    be proposed, & in case of D - current date & time of completion of notification will be proposed while completing notification.
    Better set it to B & make the field malfunction start date & time mandatory  so that your history will be with reference to malfunction start. Or you can set it to A, C or D as per your requirement
    Shakti
    Edited by: SHAKTI BEHERA on Aug 14, 2010 10:09 AM

  • Minor glitch with manually created report form

    I don't know if this is "as designed" or not, but it seems like a minor glitch. If I create a report form manually, using htmldb_item syntax and have a column or two using the hidden construct (htmldb_item.hidden) and subsequently go back into the report source to make a change, the hidden columns suddenly become visible again so that I have to go into the report attributes and unlick the show button, even though the field is still defined as hidden.
    Like I said, it's a minor issue, but something that should be probably be cleaned up someday.

    Hi,
    I am also very new in HTML DB and i got lot of help from HTML DB.
    So please try this may it will solve your problem.
    SELECT xy.proj_stat_no, xy.proj_no, xy.stat_dt, xy.in_pgrs_stat_dsc,
    xy.stat_dsc, xy.proj_id
    FROM (SELECT htmldb_item.hidden (31, proj_stat_no) proj_stat_no,
    htmldb_item.text (32, proj_no, 42) proj_no,
    htmldb_item.text (33, stat_dt, 43) stat_dt,
    htmldb_item.select_list_from_query
    (34,
    in_pgrs_stat_dsc,
    'select distinct STAT_DSC, STAT_DSC from PROJECT_STATUS_REF'
    ) in_pgrs_stat_dsc,
    htmldb_item.select_list_from_query
    (35,
    stat_dsc,
    'select distinct STAT_DSC, STAT_DSC from PROJECT_STATUS_REF'
    ) stat_dsc,
    htmldb_item.text (36, proj_id, 46) proj_id
    FROM project_status
    WHERE proj_no = :p3_proj_no) xy
    WHERE 1 = 1
    UNION ALL
    SELECT htmldb_item.hidden (31, NULL) proj_stat_no,
    htmldb_item.text (32, NULL, NULL) proj_no,
    htmldb_item.text (33, NULL, NULL) stat_dt,
    htmldb_item.select_list_from_query (34, NULL, NULL) in_pgrs_stat_dsc,
    htmldb_item.select_list_from_query (35, NULL, NULL) stat_dsc,
    htmldb_item.text (36, NULL, NULL) proj_id
    FROM DUAL
    For more Details regarding Tabular form see the link below:
    http://www.oracle.com/technology/products/database/application_express/howtos/tabular_form.html
    Thank You,
    Amit

  • Calmonth for the SD Report- Region wise sales

    Hi Guyz,
    I need to build a report for Region wise sales for 0SD_C03, the columns included the months Jan 2010, Feb 2010- which is a easy drag and drop. However, the challenge arises when the third column requires "UPTO FEB 2011" and the 4th column "UPTO FEB 2010".
    Can you please guide me here...
    Thanks,
    Regards,
    G!

    Hi Satyam...
    Thanks for the quick response. I tried to do it that way...by selecting Feb2010 and then restricting it with less than or equal to variable range. But, it doesn't seem to accept it. It prompts the following error messages when I try to save the query.
    Errors: The Characteristic value FEBRUARY 2010 for Infoobject 0CALMONTH is not numerical
    Errors: For Characteristic 0CALMONTH, enter value in a permitted format.
    Any other way we could do it??
    Thanks,
    Regards,
    G!

  • Error while Creating Report Region using APEX_ITEM

    Hello Friends,
    I am trying to make a Cascading Select List in Tabular Form. but getting error while compiling the region source:
    Error : Query cannot be parsed, please check the syntax of your query. (ORA-00907: missing right parenthesis)
    Can some one take a look at my region source :
    <Code here>
    SELECT apex_item.hidden(31,SEQ_ID) || apex_item.select_list_from_query(32,
                        c001,
                        'select POLE,POLE_ID from CAP_PLAN_POLE_DETAILS',
                        'style="width:220px" '
                        || 'onchange="f_set_casc_sel_list_item(this,'|| 'f33_'|| LPAD (seq_id, 4, '0')|| ')"',
                        'YES',
                        '0',
                        '- Select Pole -',
                        'f32_' || LPAD (seq_id, 4, '0'),
                        NULL,
    'NO'
    ) POLE_CODE_ID,
    apex_item.select_list_from_query(33,
                        c002,
                        'SELECT COUNTRY,COUNTRY_ID FROM CAP_PLAN_COUNTRY_DETAILS WHERE POLE_ID=c001',
                        'style="width:220px"',
                        'YES',
                        '0',
    '- Select Country -',
                        'f33_' || LPAD (seq_id, 4, '0'),
    NULL,
    'NO'
                        ) COUNTRY_CODE_ID,
    apex_item.text(34,c003) LEGAL_ENTITY,
    apex_item.text(35,c004) BUSINESS,
    apex_item.text(36,c005) COUNT_OF_NAMED_USERS,
    apex_item.text(37,c006) COUNT_OF_CONCURRENT_USERS,
    apex_item.text(38,c007) INVENTORY_ORG
    FROM apex_collections
    WHERE collection_name = 'SITE_DETAILS'
    UNION ALL
    select
    apex_item.hidden(31,null) ||
    apex_item.select_list_from_query(32,
    0,
    'select POLE,POLE_ID from CAP_PLAN_POLE_DETAILS',
    'style="width:220px" '
    || 'onchange="f_set_casc_sel_list_item(this,'
    || 'f33_'
    || LPAD (9900 + LEVEL, 4, '0')
    || ')"',
    'YES',
    '0',
    '- Select Pole -',
    'f32_' || LPAD (9900 + LEVEL, 4, '0'),
    NULL,
    'NO'
    ) POLE_CODE_ID,
    apex_item.select_list_from_query(33,
    NULL,
    'SELECT COUNTRY,COUNTRY_ID FROM CAP_PLAN_COUNTRY_DETAILS WHERE POLE_ID=0,
    'style="width:220px"',
    'YES',
    '0',
    '- Select Country -',
    'f33_' || LPAD (9900 + LEVEL, 4, '0'),
    NULL,
    'NO'
    ) COUNTRY_CODE_ID,
    apex_item.text(34,null) LEGAL_ENTITY,
    apex_item.text(35,null) BUSINESS,
    apex_item.text(36,null) COUNT_OF_NAMED_USERS,
    apex_item.text(37,null) COUNT_OF_CONCURRENT_USERS,
    apex_item.text(38,null) INVENTORY_ORG
    from dual
    WHERE :request = 'ADD'
    CONNECT BY LEVEL = 2
    <Code here>
    error looked simple but I could not make it. :(
    Appreciate any ideas..
    Thanks..
    Edited by: Chaitu_Apex on Mar 13, 2010 5:48 AM

    SELECT apex_item.hidden(31,SEQ_ID) || apex_item.select_list_from_query(32,
                         c001,
                         'select POLE,POLE_ID from CAP_PLAN_POLE_DETAILS',
                         'style="width:220px" '
                         || 'onchange="f_set_casc_sel_list_item(this,'|| 'f33_'|| LPAD (seq_id, 4, '0')|| ')"',
                         'YES',
                         '0',
                         '- Select Pole -',
                         'f32_' || LPAD (seq_id, 4, '0'),
                          NULL,
                                     'NO'
                                    ) POLE_CODE_ID,
    apex_item.select_list_from_query(33,
                         c002,
                         'SELECT COUNTRY,COUNTRY_ID FROM CAP_PLAN_COUNTRY_DETAILS WHERE POLE_ID=c001',
                         'style="width:220px"',
                         'YES',
                         '0',
                                     '- Select Country -',
                         'f33_' || LPAD (seq_id, 4, '0'),
                                      NULL,
                                     'NO'
                         ) COUNTRY_CODE_ID,
    apex_item.text(34,c003) LEGAL_ENTITY,
    apex_item.text(35,c004) BUSINESS,
    apex_item.text(36,c005) COUNT_OF_NAMED_USERS,
    apex_item.text(37,c006) COUNT_OF_CONCURRENT_USERS,
    apex_item.text(38,c007) INVENTORY_ORG
    FROM apex_collections
    WHERE collection_name = 'SITE_DETAILS'
    UNION ALL
    select
    apex_item.hidden(31,null) ||
    apex_item.select_list_from_query(32,
                                     0,
                                    'select POLE,POLE_ID from CAP_PLAN_POLE_DETAILS',
                                    'style="width:220px" '
                                    || 'onchange="f_set_casc_sel_list_item(this,'
                                    || 'f33_'
                                    || LPAD (9900 + LEVEL, 4, '0')
                                    || ')"',
                                    'YES',
                                    '0',
                                    '- Select Pole -',
                                    'f32_' || LPAD (9900 + LEVEL, 4, '0'),
                                    NULL,
                                    'NO'
                                   ) POLE_CODE_ID,
    apex_item.select_list_from_query(33,
                                    NULL,
                                   'SELECT COUNTRY,COUNTRY_ID FROM CAP_PLAN_COUNTRY_DETAILS WHERE POLE_ID=0,
                                   'style="width:220px"',
                                   'YES',
                                   '0',
                                   '- Select Country -',
                                   'f33_' || LPAD (9900 + LEVEL, 4, '0'),
                                    NULL,
                                   'NO'
                                   ) COUNTRY_CODE_ID,
    apex_item.text(34,null) LEGAL_ENTITY,
    apex_item.text(35,null) BUSINESS,
    apex_item.text(36,null) COUNT_OF_NAMED_USERS,
    apex_item.text(37,null) COUNT_OF_CONCURRENT_USERS,
    apex_item.text(38,null) INVENTORY_ORG
    from dual
        WHERE :request = 'ADD'
    CONNECT BY LEVEL = 2Hi Jari,
    Thanks for the response.
    Also please check the above sql and let me know what I have missed.
    Thanks,

  • Rename or delete manually created menus from Report and Layout Manager

    Hi All,
    Does anyone know if it's possible to rename or delete a folder manually created during a report import in the Report and Layout manager?
    Kind regards,
    Matt

    Posted the question on the SAP core forum.

  • Can we have one submit button for mutliple report regions querying same tbl

    Hello,
    I have a normal multiple report regions in a page with some editable in those regions, these report regions are querying the same table. Now, Is it possible to have one submit button for all the report regions to update the underlying table data?
    Can anyone please help me out with this one.
    thanks,
    Orton

    First you'll almost certainly need to roll your own - the built-in stuff is fairly basic and more than likely won't help.
    It sounds like your process flow should be something like:
    1) Person clicks button.
    2) You do a select for update in the process to get the loan id and put it in the person's queue. At this point you may want to flag that column as having been assigned so it can't be assigned again.
    3) You then forward them to the form to enter data. Personally I would create my own items and processses and forgo the built-in form stuff but you may be able to use the Automated Row Fetch. If you do your own, you just reference the objects like:
    insert into table
    values(:P1_1, :P1_2, :P1_3)Edit - Another way would be to use a regular form and insert Stop/Start Tables - so it can look like a different section, but it really is just a label. Thats another option.

  • ClariFit Report Instant Search [Plug-in] for 2 Report Regions

    Hi,
    can we apply ClariFit Report Instant Search [Plug-in] for two report regions at a time?,
    can we one search field for two different report regions?
    Thanks in advance.
    Chandran

    thank u so much VC guru, it really workd   now action is happening wen i click on right click options. but again i hav an issue
    i used 2 right click options like PAGE2, GOOGLE., which redirects to the respective pages. and i used JS function as
    function myMenuAction2() {
    if (Menu='page2')
      window.location="http://apex.oracle.com/pls/apex/f?p=71510:2:132217491108949:::::";
    if(Menu='google')
    window.location="http://www.google.com";
    but if i click on both the right click options individually, its get redirected to the 2nd page only... and not to the google page at all. i jus wanted to know how to do it guru... and the credentials are http://apex.oracle.com/pls/apex/f?p=71510:1:16973655787072:::::  (username-test; paswrd: apex14gm) ... pls help me out....
    thanks in advance

  • Non scrollable headers for multiple report regions on a page. Please help!!

    Hi everyone,
    I am having two report regions on my page and am trying to have the static/non scrollable headers for both the report regions. I followed on of the threads in the forum and was able get the static headers for one region, but am not able to for second region. I put my app on apex :
    http://apex.oracle.com/pls/otn/f?p=38724:1:1083512384327081:::::
    workspace:sk
    username : guestdev
    password :guestdev
    Can anyone please help me? Appreciate your help.
    regards,
    Suma.

    Hello Suma,
    The first parameter of the MakeStaticHeader() function is your table id, and it defines the "playground" of the function. If you want to apply static headers to two reports, you need to define two unique IDs, one for each report.
    Change your SKstandard… report template, and define the table ID to be "table_grab1". Duplicate this template, and change the ID to be "table_grab2". Applied the templates to your reports, and use the correlated IDs as parameters to the MakeStaticHeader() function.
    Regards,
    Arie.

  • Enable particular row of apex_item report region....

    Hi guys,
    I have a report region.i used apex_item to create report region.
    select apex_item.checkbox(1,ADDRESS1)
    chk_bx,apex_item.text(2,ADDRESS1) Address,apex_item.text(3,ITEM1) Item,null from address_details;On page load i disabled the report region by using below javascript
    function disableItems(pRegionStaticId,pDisableFlag) {
    alert('disa');
      $('#'+pRegionStaticId).find('[name^=f]').each( function(){ /* matches fxx */
        if( $(this).attr('name').match(/f[0-9][0-9]/) ){
          return $(this);
      }).attr('disabled',pDisableFlag);
    }After the report region get disabled,i have to enable a particular row of report region, ie when i set click first row f01[0] (f01 is checkbox), then i enable that row(clicked row), if i click second row f01[1],then i have to enable that row vice versa...
    Is that any javascript to achive this?
    Thanks in advance

    Hi
    i have a report with parameter is the year i can select a multiple value.
    Below is an example for the result:
                                    year
     Data        2010    2011   2012  
     hp          14         25           30    
     Dell        17         18           20
    i need to get the value of the last previous i mean i this example i have the last year is 2012 i need the value of 2011
    i tried a script with vb.net but i don't get the result i get only the value of year this is my script
    Dim Shared Num1 As StringDim Shared values As System.Collections.ArrayList=New System.Collections.ArrayList()Public Function GetVal(Val as Integer,Year as Parameter)  as String   If Year .IsMultiValue then    For i as integer=0 to Year.Count-2          Num1= Year.value(i)                       Next    End If   Return Num1End Function
    this script return me 2011 but me i want the value in of the year 2011
    thanks

  • Print out of Report Region dropping negative values

    I am very new to APEX (< 2 months) and don't have much of a programming background. I have created a report layout using BI publisher and made it available as a shared component in my APEX applicaiton. When I print the the report region, most of the data displays fine on the print out, but any amounts with negative values are suppressed. I can view the negative amounts just fine when they are displayed on the report region itself.
    It took me quite a while to get the style sheets from BI Publisher to work with APEX. I thought the two were supposed to be compatible. Does anyone know how to resolve the issue above or if their are any known compatability issues between BI Publisher and APEX? We are on APEX version 4.2.1.00.08 and BI Publisher version 11.1.1.

    This was indeed a bug. Response from Oracle:
    This issue has been noted by development as a bug and I have file bug 16224878 regarding your issue. The issue explained by development pertains numeric format string which wraps the negative value in angle brackets: < val > , and the report is treating this as a HTML tag and filters it out. It looks like this is happening only for classic report regions, i.e. report queries seems to support this type of numeric format mask.
    A work around would be to turn off printing for the classic report region and to provide a button to a report query for printing, using the same SQL for the report query as is used for the report region. Alternatively you could also use a different format mask.

  • Mutliple report regions on the same page querying same tbl

    Hello,
    I have a normal multiple report regions in a page with some editable in those regions, these report regions are querying the same table. Now, Is it possible to have one submit button for all the report regions to update the underlying table data?
    Can anyone please help me out with this one.
    thanks,
    Orton

    Sure, here are some details:
    Oracle apex version: Product Build:4.2.3.00.07
    Tables :
    STUDENTS - rows : student_id(PK), student_name ...
    COURSES - rows: course_id(PK), course_name, course_credit
    STUDENT_COURSE - rows: student_id(FK), course_id(FK), student_course_id(PK)
    I have a page where I show student's details. On this page I have access to student's id. The name of the field (on the page) is P9_STUDENT_ID. On the same page I want to have a table which is linked to an sql query that lists a student's courses, their credits, names etc.
    My sql query is the following:
    SELECT courses.course_id, courses.course_name, courses.course_credit
    FROM student_course INNER JOIN courses
                        on courses.course_id = student_course.course_id
                        WHERE student_course.student_id = 1
    Currently it displays all courses of student with Id = 1. I just want to replace this '1' with the actual student_id for the student we are currently displaying information for. Or, in this case P9_STUDENT_ID field's value. Don't know if this is the right way to do this, but still reading for options

  • Activation of SPL address check for manual SPL list

    Hi All,
    I have added the new SPL address data manually twith the combination of legal regulation, existing list type,data provider and generated the comparision index for this address.But while i created the sales order with this address it has not hit for SPL block where as if i enter the SPL address data updated based on XML files it has hit for SPL block.Could you please let me know how to hit SPL block for manually created SPL addresses.
    Regards,
    Hari Challa.

    You can follow the below steps to lead-up to the cause.
    1. Just regenerate  the comparison terms of the SPL record and BP appearing on the order .
    2. Check if you partner is not already on the positive list of partners
    3. Carry out "Simulation of Business Partner" to see what result is yielded out there..
    Let me know the results of the above 3 steps and I can guide you ahead on the resolution.
    Regards,
    Jasmit

  • Custom workflow for manual merch projects

    Hi,
    Having issues in configuring custom workflow.
    In ATG10.0.3 created a custom workflow(editCommerceAssets.wdl) & configured with catalog import job (importing thru spreadsheet & creating a Merch project).This works successfully.
    I am trying to configure this custom workflow for manually created projects in BCC.
    In the following files I tried replacing commonWorkflow.wdl to editCommerceAssets.wdl.
    <localconfig>\atg\commerce\web\assetmanager\taskConfiguration.xml
    <localconfig>\atg\commerce\web\workflowActivities.xml
    But getting this error in pub console:
    10:13:23,195 WARN [ActivityManager] The workflow activity with ID /Common/commonWorkflow.wdl has been registered multiple times for the same workflow. Please verify your workflow
    configuration as this is not allowed.
    10:14:40,453 ERROR [ApplicationManager] There is no application configured with ID '/Common/commonWorkflow.wdl'.
    Any recommendations?
    Thanks!
    Mani
    Edited by: user11263665 on Oct 17, 2012 9:38 AM

    It is possible that the workflow has already been registered in db before you modified workflowActivities.xml.Did you try cleaning up workflow tables and restart the server??
    epub_workflow_info, epub_coll_workflow, epub_ind_wf,epub_wf_server_id tables
    Make sure there is only one entry for each workflow in epub_workflow_info. If there are multiple entries, then it may be coming from 2 different places and you need to disable one of them. Whenever you create custom work flow, copy the existing workflow and modify it and give it a different name. If you are importing programmatically, you really dont need to configure it in taskConfiguraiton.xml ( as it corresponds to settings related to which item-descriptors, tabs, security in BCC gui).
    -karthik

  • Duplicate validation on report region

    Hi,
    I want to fire a duplicate check when the user click on a column (link) in a report region.
    For example, my report region displays emp_name, dep_name and emp_no as hidden field. The emp_name is a link. When the user clicks 'Emp Name' i want to do a duplicate check against EMP table using emp_no. If the emp_no is available in EMP table then I want to dispaly message 'Employee exists' and stay in with the reprot region. How can I do this?
    Please help.
    Leo

    Leo Rajan wrote:
    Hi,
    I want to fire a duplicate check when the user click on a column (link) in a report region.
    For example, my report region displays emp_name, dep_name and emp_no as hidden field. The emp_name is a link. When the user clicks 'Emp Name' i want to do a duplicate check against EMP table using emp_no. If the emp_no is available in EMP table then I want to dispaly message 'Employee exists' and stay in with the reprot region. How can I do this?
    Please help.
    LeoLeo,
    You said emp_name is a link. Is this an apex link or a custom link?
    Regards
    Gokhan

Maybe you are looking for

  • Iphoto becomes difficult to work with if i click on a photo at full size

    hi, i'm using iphoto '08 version 7.1.2. so i'm viewing my photos inside an event at the largest size possible, ie. one image at a time on the screen. i can scroll through the photos using the up/down arrows on my keyboard or i can click on the up/dow

  • Reversing Black EPS in ID CS4

    We place a ton of logos in our catalogs. 75% of those logos are solid black vector files. Every now and then, we want to reverse a logo against a solid color. Until today, we have been creating a white version of the logo we wanted to reverse, but to

  • F110 payment for invoice not more than USD 25000

    Is there a way to set up the system for F110 so that the payment per vendor cannot be more than USD 25000. Any amount above it has to be paid via approval.

  • FixValue Question

    Dear All, Scenario is File to IDOC: In mapping, EDI_DC40 section has to be filled with constant values like Sender port, Sender partner, Receiver Port and Receiver Partner.  To achieve this I am using FixValue function.  We have more than 50 interfac

  • Is the apple tv being sold now any faster than the 1st generation ones?

    I have a working Apple TV (40gb) that I purchased the 1st month it came out. Lately it appears to be acting real sluggish and I was wondering if the units they are selling now have better hardware specs? Thanks