Remembering value/status of the checkbox in AdvancedDataGrid

I have an AdvancedDataGrid control that makes a class defined by the user called MyCheckBox which extends the CheckBox class. When the AdvancedDataGrid makes through the HTTP request, it includes the first field, in this case called ClientName. If you click the icon class opens and shows the data with the CheckBox' are either checked or unchecked. If you click on one of the CheckBox 'are and then click the field of grouping twice, the CheckBox' es has re-made with the original values of the arrayCollection collection that make up the list for the AdvancedDataGrid. Can someone tell me how to upgrade the arrayCollection and CheckBox of the AdvancedDataGrid collection to reflect the latest state of the CheckBox' are that the user has clicked? When I try to directly update the collection arrayCollection, FLEX makes the line update with "not available".

I have attached the relevant code and you can see also at http://freedom.dynalias.org:8080/moveit/MoveIt.html. Any help would be greatly appreciated.

The solution to the problem is the

this.dispatchEvent (new mx.events.FlexEvent (mx.events.FlexEvent.DATA_CHANGE, true, false));

line of code in the MyCheckBox.update () method and the

private void basicTranferInfoGridChangeHandler(evt:Event):void

The main code section Manager.

The FlexEvent.DATA_CHANGE of fire causes the basicTransferInfoGridChangeHandler() must be called. The code is then able to examine the current state of the data in the ArrayCollection collection myTransferInfoAC and then change it based on the row and the column that has been selected by the user. I wish to change the data in myTransferInfoAC collection ArrayCollection inside the MyCheckBox.update () method, but I was not able to understand this yet. Maybe you have a suggestion.

I found it interesting to note that the

var myArr:Array = this.myTransferInfoAC.toArray ();

line of code in the handler creates actually a reference to the collection of original painting and not a copy. This makes it irrational to 'refresh()' GroupCollection because everything seemed to be accessible through the myArr reference. I guess if you want a true copy of the collection of table that you would have to use the "new" operator

The 'refresh()' causes the AdvancedDataGrid item to collapse, so I'm happy the reference myArr did the trick.

I appreciate your response to my question. I tried to understand this point for about a week. Another idea or best practical advice you might have would be greatly appreciated.

-Denis

Join the Code

SECTION OF CODE PRINCIPAL

[Bindable]
private var myTransferInfoAC:ArrayCollection;
[Bindable]
private var myTransferInfoGroupColl:GroupingCollection;

private var myTransferInfoHttp:HTTPService;

NOTE THE MANAGER dataChange



private void basicTranferInfoGridChangeHandler(evt:Event):void
{
var myGrid:BasicTransferInfoDataGrid = BasicTransferInfoDataGrid (evt.currentTarget);
var myIndex:int = myGrid.selectedIndex;
var myCell:Object = myGrid.selectedCells;
var myRow:int = .rowIndex MyCell [0];
var myCol:int = .columnIndex MyCell [0];
var myHeaderText:String = myGrid.columns [mycol.] .headerText;
trace ("MoveIt.basicTranferInfoGridChangeHandler () entered the... ») ;
Try
{
var myValue:String = this.myTransferInfoAC.getItemAt (myIndex - 1) ["transfer_id"];
var delete_files:Boolean = this.myTransferInfoAC.getItemAt (myIndex - 1) ["delete_files"];
var myArr:Array = this.myTransferInfoAC.toArray ();
If (myHeaderText is "Delete?")
{
If (delete_files is true)
{
myArr [myIndex - 1] ['delete_files'] = false;
}
on the other
{
myArr [myIndex - 1] ['delete_files'] = true;
}
}

this.currentSelectedIndex = myIndex - 1;
this.currentSelectedID = myValue;
trace ("transfer_id =" + myValue);
trace ("delete_files =" + delete_files);
trace ("MoveIt.basicTranferInfoGridChangeHandler (): line =" + myRow);
trace ("MoveIt.basicTranferInfoGridChangeHandler (): col = ' + mycol.);
}
catch (evt:Error)
{
trace ("MoveIt.basicTranferInfoGridChangeHandler (): failure of"+ evt.message ");
}
}

SECTION OF CODE END MAIN

CUSTOM COMPONENT BasicTransferInfoDataGrid.mxml

http://www.Adobe.com/2006/mxml"enabled ="true"editable ="true"selectedIndex ="1"lockedRowCount = '0' lockedColumnCount ="0"width ="4000"selectionMode"single-cell"= >







































]]>

MyCheckBox class.

package com.moveit
{
import flash.events. *;

Import mx.controls.CheckBox;
Import mx.events.AdvancedDataGridEvent;

public class MyCheckBox extends checkbox
{
public void MyCheckBox()
{
TODO: to implement the function
Super();
trace ("MyCheckBox() entered... ») ;
init();
}

private var _data:Object;

private function init (): void
{
trace ("MyCheckBox.init () entered the... ») ;
this.addEventListener (MouseEvent.CLICK, update);
}

public override function get data (): Object
{
trace ("MyCheckBox.get () entered the... ») ;
return _data;
}

[Bindable]
override public function set data(o:Object):void
{
trace ("MyCheckBox.set () entered the... ») ;
_data = o;
Try
{
If (_data. DELETE_FILES is true)
{
This.Selected = true;
}
on the other
{
This.Selected = false;
}
}
catch (evt:Error)
{

}
}
private void update(event:MouseEvent):void
{
trace ('MyCheckBox:update() entered... ») ;
Try
{
If (this.) Selected)
{
_data. DELETE_FILES = true;
}
on the other
{
_data. DELETE_FILES is false;
}
this.dispatchEvent (new mx.events.FlexEvent (mx.events.FlexEvent.DATA_CHANGE, true, false));
}
catch (evt:Error)

Tags: Flex

Similar Questions

  • Button with URL redirection sends do not all the values of the checkbox

    Hello
    I have a page/form with a checkbox element. Multiple values can be selected.

    When you view the page, there is a button that when clicked, has an optional redirection defined. The value stored in the checkbox element has been specified to go to the new page.

    When the button is pressed, only the first selected value appears on the new page. The two values appear to be sent in the URL
    The segment of the url by passing this value has two points separating the values.
    ...,Value%20A:value % 20 b...

    How do you manage values multiple items in the option redirect 'place these items' & 'with these elements' definition

    You can't spend colons in the value of the element within the f? p URL. If the checkbox element is already in session state in a list of values separated by a colon, then you don't need to pass it in the URL. The target page can reference it by name.

    Scott

  • How to recover frm the checkbox value

    Hello

    How to recover frm the checkbox value

    can someone help me on this topic

    Thank you

    Sujith

    CheckboxField class

    Boolean getChecked()

  • monetary value for the selection of the checkbox?

    I have a price list page 5 which has checkboxes for items people want to buy. I want to add a dollar value on the box so that if the item is selected, I can get a box of total at the end of the form that calculates all checked/ordered. I looked at the forums and I see Javascript, but impossible to find the right solution - I'm a novice at JavaScript. Any help would be much appreciated.

    I have a text box invisible with the prices "1100XL PRO" and a check box beside it called CheckBox1.

    Is this correct and how to link the two?

    Thank you in advance.

    You can set the price as the value of the field to export, in fact, and then you would only need to use a single field.

    You will find this setting under properties of the checkbox, Options tab.

  • Textarea conditional display based on the value of the checkbox.

    Hi all

    I have a question regarding the conditional display of an article based on the value of the checkbox.

    I have a checkbox in a region, which is a STATIC LOV:; Y and the text box in the same region. Now I want to show this textarea only if the check box is selected. ??

    Please suggest how to achieve this.

    Thank you

    DC

    Hello

    I guess that you are 4.2 Apex as you haven't shared the same.

    • Create a dynamic Action on change of box which should present the value of the checkbox and update the TextArea element.
    • Then continue as conditional Textarea with checkbox value.

    BR,

    Patrick

  • Access the values of the checkboxes unchecked in a report.

    Hi all

    I have a report to track the attendance of students in classes.

    The report has values from several tables, including students, class, object, class_meeting etc.

    The report includes all students enrolled in the class and it has a check box field that is used to determine whether or not they were present at the meeting of specific class.

    The box is the student_id column and it is checked when the 'present' field is 1 and unchecked when the 'present' field is 0, it is implemented like this:

    apex_item.checkbox2(1, student_id, DECODE(present, 1, 'CHECKED', null))
    

    According to the documentation of the api.

    I also created a submit to the process that looks something like

    FOR I in 1..APEX_APPLICATION.G_F01.COUNT LOOP
      UPDATE class_meeting SET present = 1 WHERE student_id = APEX_APPLICATION.G_F01(i);
    END LOOP;
    

    So far so good. What I want to do is, say that the Professor opens the new report and uncheck one of the students, and submits the page, how can I set up "presents" to 0 for the uncontrolled student?

    The main issue which I suppose is, how to access values of the boxes unchecked, with one subject to the process.

    It will fail. Unchecked the boxes DO NOT send a value in session state. For example 10 students-> 10 records in table f01. Checked the file 3-> 1 plug in f02 array with the value 1. Pretty useless.

    Keep the boxes to tick with the PK as a value AND add an element hidden with the student ID. In this way, you can associate the boxes up to the correct record.

    A way to deal with the other, now unchecked, check boxes, would probably be to update records for current is set to 0 and then update the records for which the boxes have been checked.

    BEGIN
      -- set all students as not present before setting those who were
      update class_meeting
         set present = 0
       where meeting_id = PX_MEETING_ID;  -- The meeting has a PK of its own I suppose.
    
      -- Array F01 = checkbox, student IDs
      FOR i in APEX_APPLICATION.G_F01.COUNT LOOP
        update class_meeting
           set present = 1
         where student_id = APEX_APPLICATION.G_F01(i);
      END LOOP;
    END;
    

    Moreover, the student ID, then in this loop loop see if you can match the ID with a record in the table of the checkbox. If you can: submit, if you can't find any: absent.

    DECLARE
      l_found BOOLEAN;
    BEGIN
      -- Array F01 = student IDs
      -- Array F02 = checkbox, student IDs
      FOR i in APEX_APPLICATION.G_F01.COUNT LOOP
        l_found := FALSE;
        FOR j IN APEX_APPLICATION.G_F02.COUNT LOOP
          IF APEX_APPLICATION.G_F02 = APEX_APPLICATION.G_F01(i) THEN
            l_found := TRUE;
            EXIT;
          END IF;
        END LOOP;
    
        IF v_found THEN
          update class_meeting
             set present = 1
           where student_id = APEX_APPLICATION.G_F01(i);
        ELSE
          update class_meeting
             set present = 0
           where student_id = APEX_APPLICATION.G_F01(i);
        END IF;
      END LOOP;
    END;
    
  • Fields hide APEX 4.1 show based on the value of the checkbox/radio

    I'm trying successfully, hide and show fields based on the value of a selected checkbox.  I use a dynamic action, but it does not work.

    I followed the example in the is Oracle Apex 4 enable the following AJAX features? (IE without the written Javascript dev) - stack overflow

    I even tried an option button, but it did not work.  I can not uncheck the option button.  What I am doing wrong?  Thanks for any help you can provide.

    Hello

    For example, the point of view refer Packaged application > application sample database > page 11

    Kind regards.

    GO

  • How to get the current value of the checkbox button programmatically in the adf

    Hello
    I want to get the current value of the checkbox (checked/unchecked or 0/1) in my bean java whenever I press the button "submit" on my page jspx.

    My version of JDeveloper is: 11.1.1.6.0

    Where the value checkbox link? The State of the check box is held in the value property of the check box. This is normally an EL as

    #{bindings.Myvar1.inputvalue}
    

    or something pointing to a bean property. This value can be read from the listener to the action of the submit button

            BindingContainer bindingContainer = BindingContext.getCurrent().getCurrentBindingsEntry();
            AttributeBinding attr = (AttributeBinding)bindingContainer.getControlBinding("Myvar1");
            Object obj = attr.getInputValue();
    

    Timo

  • Turning the Checkbox values to the report

    Hi, I created checkbox "Gender": P2_gender

    When I switch to IR in where clause as "" where sex =: P2_gender ""

    It is return value if I check a value, but if the two values in the box check it shows no record found...

    I don't know where I was wrong. I used to use the list of selection with the same logic worked well. But this is my first time using the checkbox...

    Please guide me to achieve my requirement...

    Thank you
    Nihar Narla

    This is the way to do things:

    SELECT *
      FROM emp
     WHERE INSTR (':' || :p1_deptno_checkbox || ':', ':' || deptno || ':') > 0
    

    Denes Kubicek
    -------------------------------------------------------------------
    http://deneskubicek.blogspot.com/
    http://www.Apress.com/9781430235125
    http://Apex.Oracle.com/pls/Apex/f?p=31517:1
    http://www.Amazon.de/Oracle-Apex-XE-Praxis/DP/3826655494
    -------------------------------------------------------------------

  • Initial value of the checkbox field is not affected.

    Hello

    I have a custom form with 2 fields, which is a check box which is below the values
    Value when checked: 1
    Value when disabled: 0
    Mapping of other values box: checked

    and the other is a text field. Please insert text fields field data into the table db that are checked.

    Iof displayed the Web file number is 10.


    I use the code in the trigger of the COMMIT BUTTON to save data in the table below. that is, I'm insertion of the value of the text field in table for the check box that is checked

    GO_BLOCK ("CHANNELS");
    premier_enregistrement;
    LOOP
    IF: CHANNELS. CHECK = 1 THEN
    INSERT into...
    WHEN THE OUTPUT: SYSTEM. LAST_RECORD = "TRUE";
    NEXT_RECORD;
    END LOOP;
    COMMIT;
    END;


    The problem is the value of the checkbox is always null and records are not get inserted into the table. Y at - it elsewhere, that we have to specify the initial value of the box. Not sure why the value of the checkbox becomes void even if the ix checked checkbox.

    Thank you
    Didi.

    What you have listed for the property of the initial value of your box?

    Craig...

  • How to get the checkbox value when value list changed in the classic report

    Hello
    I worked with apex 4.2 and I create normal classic report with a checkbox column and a single column change to select list (named loved) now, when I want change to user list
    take the value of the checkbox element and display it in the message.

    SQL for the report

    {
    SELECT
    "" "< INPUT TYPE ="checkbox"NAME ="f01"VALUE =" "
    || SEQ
    |'">"SEQ, "
    ID,
    DEPT_NO,
    EMP_NAME} I change the column attributes of Dept_NO to display as the selection of the name of the Department (named lov) list.

    now, I want when change of user name of the Department, the value of the MESSAGE ALERT SHOW IN SEQ

    I create JavaScript on the page

    function test (pThis) {}
    var f01_value = $('select[name="f01"]').value;

    Alert ("#SEQ:" + f01_value);

    }
    < /script >
    I call this javascript function when the change in the list, but the value undefined...

    My Question:

    How can get this value or any value of the point in reports

    concerning
    Ahmed

    Hello
    Check your page now.

    As mentioned earlier, you must use APEX_ITEM. CHECKBOX2.

    APEX_ITEM.CHECKBOX2(2,EMP.EMPNO,null,null,null,'f02_'||lpad(ROWNUM,4,'0')) NO,
    

    And the javascript function will be

    
    

    You cannot use $v to get the value of the checkbox element such that it works differently for the boxes, see http://docs.oracle.com/cd/E37097_01/doc/doc.42/e35127/javascript_api.htm #BGBGDGIH.
    Therefore, you use the jQuery val().

    See you soon,.

  • Calculate the value based on the selection of the checkbox

    People from g ' Day,.

    I have myself a little stuck on a job that I have here, this javascript Gets the better of me.

    The idea is that this script takes the total sub and adds a surcharge for credit card (in percentage) based on a selection of the checkbox, then spit out the value to be entered in another field.

    If someone could have a quick look over what follows and let me know where I went wrong, it would be appreciated.

    ---

    Subtotal var = this.getField("SubTotal").value;

    var mastercardTick = this.getField ("MasterCard");

    var visaTick = this.getField ("Visa");

    var amexTick = this.getField ("Amex");

    Var extra = this.getField("CreditSurcharge").value;

    card credit var = this.getField("PayCredit").value;

    If (creditcard.value = 'Off') {}

    Event.Value = 0;

    } else {}

    If (mastercardTick.value = 'Yes') {}

    overload. Value = (1,2 / 100) * subtotal.value;

    } ElseIf (visaTick.value = 'Yes') {}

    overload. Value = (1,2 / 100) * subtotal.value;

    } ElseIf (amexTick.value = 'Yes') {}

    overload. Value = (3.75 / 100) * subtotal.value;

    } else {}

    Event.Value = 0;

    }

    }

    ---

    For lines like these:

    overload. Value = (1,2 / 100) * subtotal.value;

    If it should not be as:

    Event.Value = (1,2 / 100) * subtotal.value;

    The variable supplement is defined at the beginning of the script to the value of the field, so the surcharge.value parameter is not any sense.

  • Problem with the value of the checkbox and app.settings.getSetting)

    Hello everyone.

    I have a problem with is settings saved for checkbox.

    Saved settings does not apply on the value of the checkbox.

    It's strange, but it always 'true '.

    Here is piece of code:

    checkMe = 11;    //any value for the first time running
    
    
    if (app.settings.haveSetting("savea", "chck")) {                            
                          checkMe = app.settings.getSetting("savea", "chck");  // get saved value, else 11
                          alert("checkMe = "+checkMe)
                            }
                        if(checkMe == 11){
                            checkMe= false;   //if there is no saved settings, checkbox value will be false/ unchecked
                            alert("You run this script first time, so manual value will be 'false'")
                            }else{
                                checkMe = app.settings.getSetting("savea", "chck");     // if saved settings exist, get true or false
                            }
         alert("Yes, checkMe will = "+checkMe)        
        
        
    win.checkPanel.chkOne.value = checkMe;  /// checkbox value will equal saved checkMe
    
    var fff = win.checkPanel.chkOne.value;  // string for alert
     alert("aha! but checkbox value is  = " +fff+ "\n Why so?")     // here we`ve got always "true"
    
    
    
    
    win.checkPanel.chkOne.onClick  = function () {
            
        var path11 = win.checkPanel.chkOne.value;  //  checkbox value to variable
        app.settings.saveSetting("savea", "chck", path11);  //saving checkbox value
        alert("Saved this value - " + app.settings.getSetting("savea", "chck"))
              }
    
    

    win.checkPanel.chkOne.value is always true.

    Can anyone exmplain why and how to get rid of this static value?

    P.S. just in case, here's the complete code:

    function mainFun() 
    {
    
    
        this.windowRef = null;
    }
    
    
    
    
    mainFun.prototype.run = function()
    {
        
        /*----- UI -----*/
              var retval = true;
              var win = new Window("palette", "Check option", [150, 150, 460, 455]);
              this.windowRef = win;
    
    
        
              win.checkPanel = win.add("panel", [25, 150, 285, 265], "Checkbox");
              win.checkPanel.chkOne = win.checkPanel.add("checkbox", [10, 15, 125, 35], "Checkbox One");
              //win.checkPanel.chkTxtOne = win.checkPanel.add('edittext', [140, 15, 230, 35], '');
    
    
         win.quitBtn = win.add("button", [110,275,200,295], "Close");
    
    
    checkMe = 11;    //any value for the first time running
    
    
    if (app.settings.haveSetting("savea", "chck")) {                            
                          checkMe = app.settings.getSetting("savea", "chck");  // get saved value, else 11
                          alert("checkMe = "+checkMe)
                            }
                        if(checkMe == 11){
                            checkMe= false;   //if there is no saved settings, checkbox value will be false/ unchecked
                            alert("You run this script first time, so manual value will be 'false'")
                            }else{
                                checkMe = app.settings.getSetting("savea", "chck");     // if saved settings exist, get true or false
                            }
         alert("Yes, checkMe will = "+checkMe)        
        
        
    win.checkPanel.chkOne.value = checkMe;  /// checkbox value will equal saved checkMe
    
    var fff = win.checkPanel.chkOne.value;  // string for alert
     alert("aha! but checkbox value is  = " +fff+ "\n Why so?")     // here we`ve got always "true"
    
    
    
    
    win.checkPanel.chkOne.onClick  = function () {
            
        var path11 = win.checkPanel.chkOne.value;  //  checkbox value to variable
        app.settings.saveSetting("savea", "chck", path11);  //saving checkbox value
        alert("Saved this value - " + app.settings.getSetting("savea", "chck"))
              }
    
    
    
    
    
    
              win.quitBtn.onClick = function() { 
                  win.close(); 
              }
    
    
        win.center();
              win.show();
    
    
              return retval;
      
    }
    
    
    if(typeof(mainFun_unitTest) == "undefined") {
        new mainFun().run();
    }
    
    

    A quick glance, I'd say it's because when the pref that is saved as a string, so after having read it you must control if (checkMe == 'true') rather than check it out as a Boolean value.

  • to get the values of database apex CheckBox as checked or unchecked

    Hi gurus
    Apex 4
    Oracle 11g
    How to load data from database for the checkbox if values = 1 then verified and id = 0 then value not controlled.
    can you please help me solve this problem
    Example of table

    En0 empname pack1 pack2 pack3 pack4
    1 1 0 0 1
    2 b 0 1 0 0
    c 3 1 1 1 1
    4 0 1 1 D 0


    my output in APEX should watch for ename 1
    Checkbox checked Pack1
    Pack of 2 box unchecked
    Pack of 3 box unchecked
    Pack4 checked

    and im the new user in the apex can help u
    Thanks in advance

    r

    Published by: on 13 April 2011 19:26

    Please a little patience!

    For a standard report, your SQL would look like this:

    SELECT eno,
           empname,
           apex_item.Checkbox(1, pack1, Decode(pack1, 1, 'CHECKED', NULL)) AS pack1,
           apex_item.Checkbox(1, pack2, Decode(pack1, 1, 'CHECKED', NULL)) AS pack2,
           apex_item.Checkbox(1, pack1, Decode(pack3, 1, 'CHECKED', NULL)) AS pack3,
           apex_item.Checkbox(1, pack1, Decode(pack4, 1, 'CHECKED', NULL)) AS pack4
    FROM   sample_tbl  
    

    Under column attributes, make sure that your box columns are displayed as a Standard report column

    Jeff

  • Reports - the values of the checkbox and the conditional column visibility

    Although I use Oracle databases for many years, I must admit that I am rather new to APEX. I build a first prototype project to convince our project managers and managers of the usefulness of the product for future projects (as for interfaces Visual of the database where the focus is on forms and reports, it is often quicker and cheaper to build an APEX application instead of a webapp in Java or c# full blown).

    I have a few problems however.

    I'll start with a quick description. I have the following structures of parent/child:

    Provinces > cities > Intersections > earrings > detections in loop.

    Basically, I want to do a report on detections of loop. Now, as we have thousands of detections someday, I did kind of a mining structure down. First, you choose your province, then the city, then the intersection and finally the loop. Do not use the lists to make the selection. Instead, I did a (classic) report on each side because it allows me to give detailed information for each part. In each report, I made a link on the identifier. For example, when I select a province (by clicking on the link), I pass the identifier of the province of cities report and use it in the query to restrict my report to these cities in the province. I repeat these step for different parts, which, in the end, gives me the selected loop loop detections. The good news is that all this works very well. However, the person who will use this application made a suggestion and asked if it would be possible to select different loops and thus get the detections for several loops (the rest of the application remains the same). However, this means that I can't use the link in the column more. Now, I thought in the sense of a checkbox control. The link to the column is still there, but the user would also have the possibility to select several items in the report. I have managad to add a checkbox control to the report, associated with the loop identifier column. It's not really hard. I can't understand, however, how I can pass the identifiers found in the next report (detections for the selected loops) and use it in the report's underlying query. The problem is, I do not know how to pass the values checked to the next page and how to use these values in the request of the State of this page. I guess it must be possible, but I couldn't figure out how. I tried to play with APEX_APPLICATION. G_Fxx and others. Don't forget I'm a newbie and this seems to be more advanced features.

    I downloaded the images from the 2 on the pages of the report to illustrate:

    http://img96.imageshack.us/img96/1497/apex01.jpg

    http://img140.imageshack.us/img140/9868/apex02.jpg

    A second point that's bothering me is this. In the loop detection report, I show a link column (I chose an icon instead of the value of the column) for each line. I also have a column that displays the number of detections for the given line (and one day). Now, for some lines, there is no detection that has emerged. Therefore, there is no point in the selection of this loop, because the result will be a blank report. However, I still want to show the loop in the loop selection report, as it is always present (it is not as if he suddenly disappeared). Of course, no big problem and most users probably have sufficient intelligence to understand this. However, it would be nice if I could do the icon (link colum) visible only for these loops with detections, or in other words, for these recordings in which number_of_detections (COUNTY of underlying column) is greater than 0. I couldn't find a way to do it either. The conditional display for a column option didn't really offer me a solution here.

    Before I forget, I use APEX 4.0.1 on an Oracle XE database.

    Any advice or suggestions would be welcome! :)

    Thank you.

    Erwin

    Hello

    You mean something as in this example
    https://Apex.Oracle.com/pls/OTN/f?p=40323:55

    You can store the values checked into collection and then use it in another report where clause

    See for example this post for how you can memorize checked lines to the collection
    Re: Need help with APEX_Collection

    In the sample report DEPT query is

    SELECT
      CASE WHEN EXISTS(SELECT 1 FROM emp e WHERE e.deptno = d.deptno) THEN
        APEX_ITEM.CHECKBOX(1,c.c002,'onclick="saveDeptChk(this,'||c.seq_id||')"','true')
      END AS row_selector,
      c.c002 AS checked,
      d.DEPTNO,
      d.DNAME,
      d.LOC
    FROM dept d,
      apex_collections c
    WHERE c.collection_name = 'DEPT_CHK_COLLECTION'
      AND d.deptno = c.c001
    

    And the report on EMP

    SELECT e.EMPNO,
      e.ENAME,
      e.JOB,
      e.MGR,
      e.HIREDATE,
      e.SAL,
      e.COMM,
      e.DEPTNO
    FROM emp e,
      apex_collections c
    WHERE c.collection_name = 'DEPT_CHK_COLLECTION'
      AND c.c002 = 'true'
      AND e.deptno = c.c001
    

    Kind regards
    Jari

Maybe you are looking for

  • In Photos 1.5, which is equivalent to shadows.

    I guess that's in settings-->--> Luminance.  Where can I find instructions on the use of the new adjustments more efficiently?

  • Someone at - it problems with the Satellite Pro C650 battery?

    Any other owners have problems with their batteries?Even when completely loaded - then unplugged and not on internet, I get less than an hour out of her life. Has been using MS Word in the last few days - and had to plug the laptop in an hour!

  • Power XDVD intermittent satellite 4090 problems

    I just purchase a Toshiba Satellite 4090XDVD and find an intermittent power on the problem.Use adapter + battery (partly charged) the first power to the ends in 2 seconds - no Toshiba logo/message on screen, no disk activity after his initial whining

  • iTunes 12.3.3.17 seems to have broken Airplay?

    Since the upgrade to 12.3.3.17, I can connect is no longer two powered speakers B & W systems.  The speakers are connected via ethernet cables and an airport.  I tried to restart the airport and checked the cables without result.  Grateful for any su

  • Safari on iPad

    I installed the latest IOS update and all work very well for the last few days I have usually 5 sites open in Safari, but this morning I can't open more than one. 1 open site Globe and Mail 2. click on open say Facebook, and when I press on the + sig