Check box in interactive report is literal string not a check box ???

I'm trying to create a check box in an interactive report using the APEX_ITEM.CHECKBOX function.
My select statement is :
select     "CUTOVER_TASKS"."ID" as "ID",
     "CUTOVER_TASKS"."START_DATE" as "START_DATE",
     "CUTOVER_TASKS"."END_DATE" as "END_DATE",
     "CUTOVER_TASKS"."DURATION" as "DURATION",
     "CUTOVER_TASKS"."EFFORT" as "EFFORT",
     APEX_ITEM.CHECKBOX(1,COMPLETED, 1) as "COMPLETED",
     "CUTOVER_TASKS"."ASSIGNED" as "ASSIGNED",
     "CUTOVER_TASKS"."CONSTRAINT_START" as "CONSTRAINT_START",
     "CUTOVER_TASKS"."CONSTRAINT_END" as "CONSTRAINT_END",
     "CUTOVER_TASKS"."DEPENDENCIES" as "DEPENDENCIES",
     "CUTOVER_TASKS"."NOTES" as "NOTES",
     "CUTOVER_TASKS"."PRIORITY" as "PRIORITY",
     "CUTOVER_TASKS"."ORGANIZATION" as "ORGANIZATION",
     "CUTOVER_TASKS"."TASK" as "TASK"
from     "CUTOVER_TASKS" "CUTOVER_TASKS"
This produces an interactive report with the COMPLETED column contents "<input type="checkbox" name="f01" value="" 1 />"
The same sql in a regular report works properly and creates the check box.
Is there something else required for a check box in an interactive report ?
Using : Application Express 3.2.0.00.27

Go to Report Attributes and change the display type to "Standard Report Column" (instead of "Display as Text, escape special characters")
Go to Column Attributes for that column and change the List Of Values to None and uncheck all the column's interactive features (sort, aggregate, compute, etc)

Similar Messages

  • Download from Interactive Report to csv is not working

    Hi there,
    when I try to create a download form my interactive report I get an empty csv/pdf.
    I just checked with other report pages where the download functionality is working - but the settings seem the same.
    In the interactive report properties I've set the check boxes for csv and pdf and it is also displayed properly then on the report page. But when I click on the download (csv or pdf) just an empty document is opened.
    What settings can I check now - what might be the reason for the error?
    BR & thank you,
    Lena

    Keerti,
    You're using the "Display Condition" of the Interactive Report Region (IRR) to show the report or not.
    If you have multiple selects just use a PL/SQL expression as in:
    :P1_MULTI_1 IS NOT NULL
       AND :P1_MULTI_2 IS NOT NULLNow, if that works for you lets take things a little further... You don't need the second submit button all the time (I'd get rid of it entirely but you seem to really want to hide the region until a selection is made). I did the following:
    1. Updated the display condition of the report to use a PL/SQL expression.
    2. Set the display condition of the submit button to the opposite of the IRR.
    3. Added the item name of the select to the interactive report attributes > Advanced Attributes > Page Items to Submit.
    Now the go button can be used for everything.
    Regards,
    Dan
    http://danielmcghan.us
    http://sourceforge.net/projects/tapigen
    http://sourceforge.net/projects/plrecur
    Edited by: Dan McGhan on May 14, 2009 12:28 PM
    Updated as only clicking "go" works with Page Items to Submit.

  • Checkbox (check all) in interactive report behaves not as expected.

    I have created an interactive report with one column being apex_item.checkbox (1,key,checking_expression).
    To be able to check all rows, I have put the following code in the column's heading field:
    <input type="checkbox" onclick="checkAll(this)" value="1" name="x01"/> (code got with Firebug from automatically generated tabform).
    Well, the checkbox in heading checks/unchecks itself OK, but then, instead of checking all rows, a standard interactive column menu drops with sort/select value options.
    I presume, I am missing something. But what?
    Igor

    Looking with Firebug at at the generated code, I see the following:
    div id="apexir_SEL_YON" style="text-align: center;" onclick="gReport.controls.widget(this.id)"
    <input type="checkbox" name="x01" value="1" onclick="checkAll(this)"/>
    /div
    How could I patch away this onclick trigger?
    Igor
    Edited by: kortchnoi on Sep 2, 2008 12:11 PM

  • Limitation of the entries in the drop down box of Interactive Report

    Hi all,
    Our team are currently using interactive report as an easy way to inquire the data stored in the database.
    Our entire table had close to 2000 entries, and we notice some of the entries are not displayed in the drop down box when we cllck on the column heading. Probably the first 1000 entries showed up in the drop down box. The rest don't show up.
    The drop down box is the one with the button sort ascending, sort descending, hide column, control break, and a textbox for user to type the data.
    We are just wondering is this a number being set in Oracle Apex, and whether we can modify it.
    FYI. we are using Apex 4.0, and Oracle 10.
    Thanks,
    Thomas.

    Hi Thomas,
    please have a look at http://download.oracle.com/docs/cd/E17556_01/doc/user.40/e15517/limits.htm#BGGEIHBG
    The workaround is to define a custom LOV for the filter.
    Regards
    Patrick
    My Blog: http://www.inside-oracle-apex.com
    APEX 4.0 Plug-Ins: http://apex.oracle.com/plugins
    Twitter: http://www.twitter.com/patrickwolf

  • Interactive Report - Save Default Filter not Saving

    In Apex 3.2 I have an Interactive report were a Filter I applied won't save to the report.
    I applied the Filter and saved it as the default report for all users, but when I leave the page and come back the filter its gone.
    The same application on different pages has interactive report with filters applied to the default report and they all work fine, it's just this one report that the filter won't stay.
    First time I've every had this issue.
    Any ideas?
    The filter is pretty simply, I have a column that has codes of D, E, G,... and I apply the filter for CODE != D.

    Hi,
    I've just been trying the "in the last" option and had no problems for any number that I entered. Are you just entering 1 into the box? What error do you get?
    I've loaded the page with Debug switched on, and get:
    select
           null as apxws_row_pk,
           "DATE_ID",
           "ATD_DATE",
           "CHECK",
           count(*) over () as apxws_row_cnt
    from (
    select  *  from (
    select
    apex_item.checkbox(1, DATE_ID) "CHECK",
    "DATE_ID",
    "ATD_DATE"
    from "#OWNER#"."ATD_DATES"
    )  r
    where ("ATD_DATE" between systimestamp - (1 * :APXWS_EXPR_1) and systimestamp)
    ) r where rownum <= to_number(:APXWS_MAX_ROW_CNT):APXWS_EXPR_1 would contain the value 1 as that is what I've entered for the filter. My report's sql statement is just the innermost nested select statement, the rest has been added by the IR functionality and the filter.
    Andy

  • Interactive Reports Action Menu buttons not working

    We are running Apex 4.02 and using theme 11 (round green). We recently upgraded to IE 10 (on windows server 2008 R2) and are now experiencing issues with all interactive reports within Apex. The Action menu is displayed correctly and the options are available but the buttons to apply the changes do not seem to respond.
    For example, I can press the Action button then select Format->Sort from the actions menu. The sort by options are displayed but nothing happens when I press the Cancel or Apply buttons. There is no error - it looks like the button press is not executing the code.
    I have searched for issues specifically related to Apex but have only been able to find references to general problems with IE 10 and Ajax calls. I'm not sure whether IRs are using Ajax as part of it's core functionality and whether this is the behaviour we are seeing.
    I'm keen to understand whether others have encountered this problem and resolved the issue somehow. Any help would be very much appreciated.

    I would have set this up somewhat differently.  I'd have all of your buttons set to pause the slide in exactly the same spot about 1.5 seconds into the slide.  To set the variable for completion of a section I would have used a standard or conditional action that was executed by the button that brings the learner back to the menu slide.  This action would set the variable and then jump back to the menu slide using the button's On Success action.  You need one of these actions per separate section in your project.
    As to why some of your buttons are not working at all...
    1. They may not be set up correctly.  Check all settings again.
    2. The buttons may be corrupted.  Delete the ones that don't work and insert new ones.  Avoid copying and pasting.
    As luck would have it, I've just completed an e-book Guide to Adobe Captivate Advanced Actions that has an entire series of practice exercises that take you step by step through creating exactly the menu slide setup that you describe.  If this project is important enough to you, it may be worth your while to consider purchasing that e-book:
    http://www.infosemantics.com.au/adobe-captivate-advanced-actions

  • Interactive report filter for date not working correctly

    Hi,
    I am having an interactive report. I tried to give a filter for a column(created_on) as created on>29-oct-2009 17:17
    but i am getting the row containing created on as *29-oct-2009 17:17* in the report result. How can i correct this
    problem
    Thanks,
    TJ

    Hi,
    I think it is because seconds.
    So it is 29-oct-2009 17:17:00 and your record is e.g. 29-oct-2009 17:17:02
    br, Jari
    Edit
    You can use trunc function in your select so that it round date to minutes
    TRUNC(created_on,'MI') AS created_onBr, Jari
    Edited by: jarola on Nov 5, 2009 3:02 PM

  • Interactive Report Search bar is not working

    Hello all,
    I'm working on a Report. I has two regions, one is for select list criteria and Other is sql query.
    To remove the No data forund. I added REQUEST = 'GO' for sql region.
    When i run the report, selecting all my criterias and click search i get the interactive report.But the tool is not working. If i remove the REQUEST = 'GO' it's working.
    Can anybody please help me.
    Thanks,
    Keerti

    Keerti,
    You're using the "Display Condition" of the Interactive Report Region (IRR) to show the report or not.
    If you have multiple selects just use a PL/SQL expression as in:
    :P1_MULTI_1 IS NOT NULL
       AND :P1_MULTI_2 IS NOT NULLNow, if that works for you lets take things a little further... You don't need the second submit button all the time (I'd get rid of it entirely but you seem to really want to hide the region until a selection is made). I did the following:
    1. Updated the display condition of the report to use a PL/SQL expression.
    2. Set the display condition of the submit button to the opposite of the IRR.
    3. Added the item name of the select to the interactive report attributes > Advanced Attributes > Page Items to Submit.
    Now the go button can be used for everything.
    Regards,
    Dan
    http://danielmcghan.us
    http://sourceforge.net/projects/tapigen
    http://sourceforge.net/projects/plrecur
    Edited by: Dan McGhan on May 14, 2009 12:28 PM
    Updated as only clicking "go" works with Page Items to Submit.

  • Interactive Report "in" filters do not maintain trailling spaces

    I recently came across an interesting situation regarding interactive reports and "in" filters. When building the in list through the filter wizard, any trailing spaces in the column data is trimmed, which leads to inaccurate report results. This doesn't happen on a "=" filter, it seems limited to "in" filters.
    I have an example here: http://apex.oracle.com/pls/apex/f?p=39226:1
    If you click on the "=" filter you'll see the one record with the trailing space is properly displayed. Clicking on the "in" filter and no records are displayed.
    In my particular case, the trailing space shouldn't have been in the data, so I was able to update the table and the filters worked, but if the trailing space was important then the "in" behavior would be troublesome.
    Tony

    Well, considering the fact that there is a space in the data, and NOT in your in clause I bet, then what is the problem??
    Thank you,
    Tony Miller
    Webster, TX
    You know, I used to think that it was awful that life was so unfair. Then I thought, wouldn't it be much worse if life were fair, and all the terrible things that happen to us come because we actually deserve them? So, now I take great comfort in the general hostility and unfairness of the universe.
    If this question is answered, please mark the thread as closed and assign points where earned..

  • Interactive Report "Save As Default" not working for me on Hosted APEX

    Created an app on Oracle's Hosted APEX site (apex.oracle.com) with an interactive report. Changed the column settings in the interactive report and went to "Save Report" and the "Save As" select list isn't displayed to allow me to "Save as Default". It's as if APEX isn't recognizing me as a Developer even though I'm logged in as my Admin Account. I even have a "developer" account that I created and the same problem happens there as well. Has anyone experienced this problem on apex.oracle.com? Thanks.

    Will - The developer toolbar must be enabled in order for you to see those options, I believe.
    Scott

  • My firefox does not update automatically. When I go to help and hit check for update it tells me update server not found check internet connection

    I am not able to watch videos on firefox. They said to check for updates

    Try updating using an iTunesSetup.exe (or iTunes64Setup.exe) installer file downloaded from the Apple website:
    http://www.apple.com/itunes/download/

  • Interactive report with checkbox and editable field

    Hi,
    For a project I'm working on I need to create a interactive report in Apex 3.2 with the ability to select lines and to modify one of the columns in the report.
    To do this, I started off by adding these two fields to the selection query of my IR:
    apex_item.checkbox(1, product_number) cb
    and
    apex_item.text (2,QTY_TO_ORDER) QTY_TO_ORDER
    cb is the checkbox files, and QTY_TO_ORDER is the editable field.
    That worked like a charm and I got my two fields in the report.
    To process the values, I added this page process, wich for now should only store the "product number" and "QTY_TO_ORDER" fields in a table.
    BEGIN
    FOR i in 1..APEX_APPLICATION.G_F01.count LOOP
    insert into mytmptable values (APEX_APPLICATION.G_F01(i),APEX_APPLICATION.G_F02(i));
    END LOOP;
    commit;
    end;
    However, this doesn’t work the way I want it to work. When I check the checkboxes of two rows, it will store two rows with the right product numbers, but it will take the top two QTY_TO_ORDER field of the table regardless of which ones are checked. I was able to solve this problem, by adding a rownum to the query and using the rownum as the value for the checkbox. Since I still need the product_number and qty_to order fields I made them both text fields.
    I changed my page process to:
    BEGIN
    FOR i in 1..APEX_APPLICATION.G_F01.count LOOP
    insert into mytmptable values (APEX_APPLICATION.G_F02(APEX_APPLICATION.G_F01(i)),
    APEX_APPLICATION.G_F03(APEX_APPLICATION.G_F01(i)));
    END LOOP;
    commit;
    end;
    This seemed to solve the problem, and I now got the right values in the table, unless I used sorting in the report... As soon as I sorted the report in a way different than by rownum, I got the wrong values in the table. The reason for this is of course that my insert just selects the nTh row from the table, and my rownums aren't dynamic.
    I've found a lot of examples on the internet using '#ROWNUM#' in the selection, which should dynamically generate a rownum in the report. This seems to work in normal report, but in a interactive reports, the literal values '#ROWNUM#' shows up.
    Is there any way to solve this issue?

    Hi,
    Try with 3 fields:
    apex_item.checkbox(1, product_number) cb,
    apex_item.text (2,QTY_TO_ORDER) QTY_TO_ORDER,
    apex_item.hidden(3, product_number) prod_no
    The hidden field should be display as a hidden column.
    Then your process can be:
    BEGIN
    FOR i in 1..APEX_APPLICATION.G_F01.count LOOP
    FOR j in 1..APEX_APPLICATION.G_F03.count LOOP
    IF APEX_APPLICATION.G_F01(i) = APEX_APPLICATION.G_F03(j)) THEN
    insert into mytmptable values (APEX_APPLICATION.G_F01(i),APEX_APPLICATION.G_F02(j));
    exit;
    END IF;
    END LOOP;
    END LOOP;

  • Apex 4.1.1 Difference in Saving Private Interactive reports

    Hi,
    our customers found a difference in saving reports (interactive report) and i am not sure if it is a bug or a feature.
    Environment
    Redhat Linux 5.8 (64bit)
    Oracle 11.2.0.3.0 64bit
    Apex 4.1.1.00.23
    Description:
    - If i change a saved report (move columns or change filter etc.) i go to the action menu choose 'save report' and my saved report are changed permant and in the session. Thats ok and are to be expected.
    - If i change a saved report and click on the link_ of the saved report (on top of the Interacive report, the dialog box seems to be the same), only the session version of the report gets changed!
    I have checked this several times with the view APEX_APPLICATION_PAGE_IR_RPT.
    Is this a bug?
    regards,
    Wolfgang

    Hi Wolfgang,
    The behavior you are seeing is not a bug, but rather designed behavior. The saved report link in the report settings is rename report link. If you hover over the link, Rename Report bubble displays. You can change the report attributes such as name, public and description. To save the report settings (filter, highlight, sort, control break, etc.), you need to click Actions > Save Report to save.
    Regards,
    Christina

  • What is difference between interactive list and interactive reports?

    what is difference between interactive list and interactive reports?

    hi check this..
    interactive report/list means any input(double click or single click or user command ) on the screen will results a new screen with the corresponding fields....this is upto 20 levels only check this..
    report .
    start-of-selection.
    write:/ 'this is the source list'.
    at line-selection .
    if sy-lsind = 1 .
    write:/ ' this is the 1st list'.
    elseif.
    if sy-lsind = 2 .
    write:/ ' this is the 2 list'.
    if sy-lsind = 3 .
    write:/ ' this is the 3 list'.
    if sy-lsind = 4 .
    write:/ ' this is the 4 list'.
    if sy-lsind = 5 .
    write:/ ' this is the 5 list'.
    if sy-lsind = 6 .
    write:/ ' this is the 6 list'.
    if sy-lsind = 7 .
    write:/ ' this is the 7 list'.
    if sy-lsind = 8.
    write:/ ' this is the 8 list'.
    if sy-lsind = 9 .
    write:/ ' this is the 9 list'.
    if sy-lsind = 10 .
    write:/ ' this is the 10 list'.
    endif.
    regards,
    venkat

  • Paramerterized Interactive Reports - is there a quick solution to stop the query from executing when entering the page prior to user clicking go.

    Example
    Currently, when the user enters the page the interactive report runs (without the user hitting "go")and - indicates no data found because one of the "parameterized" fields is required and the sql is not setup for nulls.
    I'm Looking for a way to not perform a query  at all -------until the user hits go for the first time on the page - then each time they re-enter the page in the same session it would be ok to auto submit the query.
    I believe I can setup a hidden item and check on my interactive report E1 not null.  Then create a "computation" on "after submission" that would set this value to a value - say 1.
    I can seem to be able to get this to work however.
    In my interactive report - I'm wondering what "condition type" should I be using.  Any thoughts would be greatly appreciated.

    In this case I just have 2 parameters.  The goal is to allow the user to "pre filter" BEFORE rendering the interactive due to the possible size of the report.  This pre fliter could be by say- order type or region or branch etc.
    Right now, I believe its all one region - see below.
    My first attempt, I put a branch on the after submit on the go button and then put a condition on the interactive report.  This worked but caused a looping issue when trying to select a column on the interactive report itself.  My guess is , because that drop down was also using that same go button.
    Anyway, please advise how to best  "pre filter" prior to rendering an interactive report.  Should I have two seperate regions or can I use one region.  Any assistance would be greatly appreciated. 
    Order Parameters 2 
    Before Header 
    Branches
    Computations
    Processes
    After Header 
    Computations
    Processes
    Regions
    Before Regions 
    Computations
    Processes
    Regions 
    Body (3) 
    Search 
    Items 
    P6_TEXT
    P6_ITEM_NUMBER
    Region Buttons  P6_GO
    Order Type &P6_TEXT 
    Report Columns 
    Order Type
    Operating Unit
    Order Number
    Line Number
    Item Number
    Invoice Week
    Items 
    P6_NAME
    P6_ITEM_NUMBER_ALT
    Position 01  Breadcrumbs
    After Regions 
    Computations
    Processes

Maybe you are looking for

  • Random JCO Communication Failure Error

    Dear All, I am facing the weird issue of JCo connection failures. I am facing the error of Max no of conversations excedeed. If i am testing it then it is giving me error. But after some time if i check it again it will be successful and also ping wi

  • Dynamic Report layout issue - Report builder 10g

    Hi all, I try to implement a dynamic report that have: 1.my_header - variable elasticity 2.my_footer - variable elasticity - the bottom it is anchored to the bottom of my_report frame 3.my_body - variable elasticity -must fit between the header and f

  • IBook G4..a faster one aftr a few weeks!!

    hey... I got my ibbok last december...it was workin fine till ystrday, but suddenly has become awfully slow in all aspects since this morning... cant it be faster...can i do someothing to make it fast as it was weeks ago wen i bought it new....i dele

  • Clip duration

    I am importing video from my old camcorder (Hi8 digital 8) and suddenly the duration of the clips are like 0.01 second each!! Yes, dozens of clips per second, thus hundreds or thousands of clips per scene!! That freezes my mac as wel ... Any ideas? T

  • Cannot Sync movies with ipad

    Hi!!!! I have 2 Apple ID's, Some movies i buy it with eather id's. So, when i try to sync the movies doesn't appears some movies. However mi MacBook Pro it's authorize to play everything from 2 apple id's. I check the movies, in the timeline appear d