Filter with checkbox

Hi all

guess that Yes,

There are two blocks (dept and emp)

next to each name "dept", there is a check box,

what I want is,

When I check dept 'sales', the employees belong to him are retrieved in the block of the emp.

If I check dept 'marketing', the employees belong to the 'sale' and 'marketing' dept is picked up and so on. ?

and if I uncheck the 'marketing', then only the sales employees are retrieved. ?

How to do?

Thank you

create an element or a variable, get the deptno also hide to the canvas then assign each value of deptno you are on. a ',' (comma) and in a loop down to the next record.

then assign each new value to the element or variable | the old value until the last record.

then change the query in a set_block_property to "where deptno in" ("|: the element you created |"). '')''''

then execute_query

Tags: Oracle Development

Similar Questions

  • DeHaze filter with 10 GB PSB

    I would use the new DeHaze filter with a few very large files of PSB (Giga-Pixel in layers of images that are 10 + Gb) but the Camera Raw filter is disabled when you change these files. I tried to shy away from bridge, but the "open with" Bridge does not include Camera Raw for these files either. Is it possible to use the Dehaze Camera Raw filter with these files?

    I use the trial version of Photoshop CC 2015.5.0 on Mac OS - X El Capitan (10.11.5)

    [Left general lounge Forum Adobe for a more specific forum - Mod]

    I found it mentioned in a tutorial by Martin Evening

    "When using the Camera Raw filter, you are limited to working with files not exceeding 65 000 pixels either dimension ib. If the image you are editing can exceed this you will see a warning message. »

    Camera Raw as a Photoshop filter, mastering Photo": the video and by the book

    Jeff Schewe also mentions "size Max on the longer side is 65000 pixels and the maximum total file size is 512MP."

    Photoshop Camera Raw Size Limitations

  • I created a form with checkboxes.  A question has two boxes for a 'yes' another being a 'no '.  I just want to be able to select a single box, but currently, I choose both

    I created a form with checkboxes, I have currently two checkboxes in a question that I wish I could only check a box and make it mandatory that should be checked only one box.  Currently, I am able to select the two check boxes.

    Give them the same field name, but export values.

  • ADF table with checkbox refresh data binding problem

    Hello.

    I use JDeveloper 11.1.1.3. I need to use the table with checkboxes in each row of the table in my project. I use VO with transitional 'Selected' attribute that has a boolean type.
    Everything works well, wait one thing:
    When you click checbox with valueChangeListener and try to get the selected line in the managedBean you won't get any selected lines. After selecting second maaged bean evil shows that 1 single line is selected. It's my managedBean method:

    public void SelectCountyClick (ValueChangeEvent valueChangeEvent) {}

    DCIteratorBinding it = ADFUtils.findIterator (ITERATOR_NAME);

    int selectedRowCount = 0;
    RowSetIterator laughs = it.getRowSetIterator ();
    Line r = rit.first ();
    If (r! = null) {}
    If ((Boolean) r.getAttribute ("Selected"))
    selectedRowCount ++;
    }

    While (rit.hasNext ()) {}
    r = rit.next ();
    If ((Boolean) r.getAttribute ("Selected"))
    selectedRowCount ++;
    }

    System.out.println ("selected all THE LINES:" + selectedRowCount);


    }

    I tried to change this event to the client event, I got the line number, I put 'true' or 'false' to the code data binding, but whenever I can't correct data after the value change event.

    Please help me.

    The latest idea is updated databing after click of checkbox, I think. Please help me.

    Thank you!

    You must go through the concepts of life cycle of page ADF. In simple terms the Boolean value in the model is not defined in valueChangeListener. Try adding (.processUpdates) valueChangeEvent.getComponent (FacesContext.getCurrentInstance ()); on top of your listener method and see the effect.

    Reference:
    http://docs.Oracle.com/CD/E15051_01/Web.1111/b31974/adf_lifecycle.htm

  • filter with IPTC

    Hello.

    I'm looking how to filter with the IPTC metadata: not only keywords, but also all the other info, such as the place where the photo was taken or the creator, and so on.

    Tab metadata, I can enter the info from theses, but afterwardsI can not find them in the Filter tab.

    Thank you in advance,

    Stone.

    (Bridge CS5)

    The limited functionality Filter function, but you might get results using the search function.

  • Tree with checkboxes to act as a component of the shuttle

    Hi you all experts of the ADF.

    I use Jdev 12.1.3 and would like to know if it is possible to achieve:

    I would like to have a tree "checkboxed" with the hierarchy we will tell departments under rentals, I would like for some employees to give to some departments in several places.

    One of you have a suggestion as to how I should go about my problem? Y at - it a component should I choose to start with?

    Thanks in advance for the answers to this question.

    Best regards.


    Marc

    If you need to change your query ViewObject

    or use two first viewObject is only for the parent node, select the record you want to view as a parent only

    and then bind it with second viewObject with all Archives

    There must be a specific flag for record categories #1 that makes parent

    or filter your viewObject with flag value (I think parent id must be set to null for categories #1 as the top node is)

    so you can write a query to get all the parents and then bind it-

    Select record_id,

    yourTable category_name where

    parent_id is null

    It's totally depends on you how you want to show your tree hierarchy

    Thank you

  • AJAX select list with checkbox cascading

    Hello

    I point the selection and dependent check list item on a form. When a user selects a selection list value, this value must be used in the query for the checkboxes to filter this value while displaying the boxes with the AJAX implementation. any ideas are appreciated.

    Kind regards
    Surya

    Or a slightly different version:

    http://Apex.Oracle.com/pls/OTN/f?p=31517:236

    Denes Kubicek
    ------------------------------------------------------------------------------
    http://deneskubicek.blogspot.com/
    http://www.Opal-consulting.de/training
    http://Apex.Oracle.com/pls/OTN/f?p=31517:1
    ------------------------------------------------------------------------------

  • Detaliate report with checkbox

    So I made a report to a table on a page, but I've selected a few columns 3/7. Now I want using the checkboxes (or radio?) I want to select a specific line and then take me to another page to see the entire report only of this selected line 7/7. Can I do such a thing?

    Hello

    OK - my reports are on two pages - 109 (partial report) and 110 (full report).

    The SQL query for the report on the 109 is:

    SELECT APEX_ITEM.CHECKBOX(1, EMPNO) SHOW_DETAILS,
    EMPNO,
    ENAME,
    JOB
    FROM EMP
    

    The column SHOW_DETAILS creates checkboxes with the EMPNO as their values. Because I use the APEX_ITEM. Function CheckBox() to create these, when the page is submitted, that I then have access to the APEX_APPLICATION. Collection G_F01 (in a manner similar to the use of tabular form). I get values EMPNO selected using a process of PL/SQL on page:

    DECLARE
     vFILTER VARCHAR2(1000);
    BEGIN
     vFILTER := APEX_UTIL.TABLE_TO_STRING(APEX_APPLICATION.G_F01);
     APEX_UTIL.SET_SESSION_STATE('P110_FILTER', vFILTER);
    END;
    

    Just, it converts the collection into a string and defines an item on page 110 for this. This string will be in the format 1:2:3

    There is a button that triggers the process, then a branch on page 110

    On page 110, SQL report is:

    SELECT EMPNO,
    ENAME,
    JOB,
    MGR,
    HIREDATE,
    SAL,
    COMM,
    DEPTNO
    FROM EMP
    WHERE ':' || :P110_FILTER || ':' LIKE '%:' || EMPNO || ':%'
    

    The report area contains also the 'hidden and protected' item called P110_FILTER - it is filled using the process on page 109 and used as a filter on the report on page 110

    There is a back button to return to page 109 - this also clears the cache for the page 110

    Andy

  • ListItem customized with Checkbox problem

    Hi I want to create a customListItem with a checkbox. I was able to do, but as soon as I select a checkbox other check boxes were also checked.

    This is my code

            ListView {
                id: lv_cities
                objectName: "lv_cities"
                listItemComponents: [
    
                    ListItemComponent {
                        type: "header"
                        Header {
                            visible: false
                        }
                    },
                    ListItemComponent {
    
                        type: "item"
                        Container {
    
                            background: Color.White
                            Container {
    
                            layout: StackLayout {
                                orientation:LayoutOrientation.LeftToRight
                            }
                            horizontalAlignment: HorizontalAlignment.Fill
    
                            background: Color.White
                            CheckBox {
                                id: member
                                objectName: "member"
                                checked: false
                                onCheckedChanged: {
                                    console.log(ListItemData.name);
                                }
                            } 
    
                              Label {
                                  verticalAlignment: VerticalAlignment.Center
                                  text: ListItemData.name
    
                              }  
    
                        }
    
                            Divider {
    
                            }
                        }
    
                    }
    
                ]
    
                onTriggered: {
    
            }
            }
    

    so if I click on a checkbox it gives me the name of a city, but I do not understand why the other lines are also verified.

    anyone has a similar experience and can help me?

    concerning

    Hello
    ListView is the reuse of ListItemComponents it is during scrolling.
    For this reason, box remains in a State that is activated when reused.

    Checkbox State can be stored in the data model. Bind the checkbox checked property to scope a datamodel, in this way, it will be reset to reuse.

    DataModel can be ArrayDataModel, GroupDataModel or any other type of model.

    In general, the idea is that all the information given and the State is stored in the model, ListItemComponents display only the data to the appropriate lines.

  • JDEV 12.2.1 table facet filter with lookup

    Hi all

    We are working on improving the system of JDEV 12.2.1.

    We have a column in VO that is attached to a LOV. If we drag and drop the VO on the UI with the filters and active sort tabular, then the column which is attached to a LOV in the t display a list of choices automatically in the facet of filter in the version 12 c.

    What is the new feature of 12 c? This was not the behavior in 11.1.2.3

    If so then is it possible to remove this behavior? I don't want the choicelist appear in the side of the column that is attached to LOV in the model of filter layer.

    What is the new feature of 12 c?

    Yes

    If so then is it possible to remove this behavior?

    Add your own filter facet component (for example: af:inputText)

    Dario

  • Table with checkbox that should engage when check/uncheck

    Hi all

    I have a table with two columns only read and a checkbox. When the box is checked / unchecked by the user, I would like this to commit to the database.

    I solved this by adding a * ValueChangeListener * method that executes the commit method, essentially the one below:

        public String btnCommit() {
            BindingContainer bindings = getBindings();
            OperationBinding operationBinding = bindings.getOperationBinding("Commit");
            Object result = operationBinding.execute();
            if (!operationBinding.getErrors().isEmpty()) {
                System.out.println("Errors");
                return null;
            }
            System.out.println("OK");
            return null;
        }
    


    This method is basically drag the shape of the operation 'engage' and create the Bean Backed method by double clicking on it.


    Now, the problem is this, if I have my check, I'm still a 'commit' behind, even if the code is triggered.


    By clicking the Commit button, it committed very well.

    IMO, ValueChangeListener shooting events business is bad practice, especially if you use business components.

    What you can do is to override the Set accessor method of your box on your implementation of the line:

    public void setYourCheckbox (Boolean value)

    {

    setAttributeInternal(..., value);

    this.getDBTransaction () .commit ();

    }

    This allows you to test your business logic within BC Tester - a fundamental element in the ADF development productively.

    But, in case you want to continue your existing approach, you can place this line at the beginning of your valueChangeListener method:

    valueChangeEvent.getComponent () .processUpdates (FacesContext.getCurrentInstance ());

  • More than 1 SQL query with checkbox and error invalid number report

    Hi all

    I have two SQL query reports that each has an apex_item.checkbox and two processes for each report.  A report/process works very well.  It gives me an error of invalid number.

    In addition, another query SQL (editable report) gives me the following error when using the Multi line process, delete.

    ORA-06502: PL/SQL: digital or value error: character number conversion
    error ORA-06502: PL/SQL: digital or value error: character number conversion
    error
    Ok

    When I got a report from SQL query (with box and a process) and the query SQL (editable report) everything worked.  It stopped working when I added another SQL query report (with box and a process).

    A SQL query has the following in my query: apex_item.checkbox(3,email_id,'UNCHECKED') ""

    The other SQL query has the following: apex_item.checkbox(2,b.file_id,'UNCHECKED') ""

    Any help will be greatly appreciated,

    Sylvia

    Hi Reema,

    I've recreated the region and now it works!

    Thank you for this, looking at

    Sylvia

  • PDF form with checkboxes

    Hello

    I created a Board contact with Photoshop or Lightroom. I know that the number of images, lines & columns and their spacing.

    How can I create a script which will add checkboxes under each image?

    The pdf file can contain multiple pages and one of the entries that I will go to the script is the number of images, the line x col + spacing desired images.

    The goal is to send it to the customer and ask them to choose their favorite images, save the doc and send it to me.

    I have some experience with Photoshop scripts, and hope that this is not very different.

    Thank you

    As mentioned, the only part you need to script adds the fields. This can be done using the addField of the Document object.

  • Create a filter with a large list of non-specific values

    I am familiar with a filter using "value in" option to include a list of specific values of construction. If the list of values is non-specific?

    For example, I am creating a filter that shows me all the addresses that start with these:

    admin@*,all@*,billing@*,everyone@*,feedback@*,ftp@*,hostmaster@*,info@*,investorrelations@*,ispfeedback@*,ispsupport@*,jobs@*,list-request@*,marketing@*,news@*,nobody@*,noreply@*,spam@*,subscribe@*,support@*,tech@*,trouble@*,undisclosed-recipients@*,unsubscribe@*,usenet@*,uucp@*,webmaster@*,www@*

    I tried to add with the * using "value in" without success.

    Maybe it's two separate issues, because what I'm really trying to figure out how to build a filter based on the example above and perhaps using the "have a value" is not the road to go at all.

    Thank you.

    Your right, Corey. Several filters are necessary. Not funny, its not like the dentist. Its something you have to do. Maybe Eloqua should make it a policy to send a lollipop after that each of us must do for the first time!

    Using filters in comma as instructions BUT is something that I wanted, since a very long time.

  • Create the form in word with checkboxes, radio buttons, comment fields and signatures

    A couple of years, I have created a form that has been filled with some radio buttons and checkboxes, then sent for signatures. Example below:

    Project owner : {{                   $ReqName}}

    {{I0}} {{K0}}

    Udio has

    Project Manager:

    {{$K1}}

    {{$K2}}

    {{$K3}}

    APPROVED

    REVISE and resubmit

    DENIED

    {{SBlk1_es_:signatureblock: signer1}}

    {{#ReqName = * RequiredName_es_:sender}}}}

    Is it still possible to use, or should I drag-and - drop all the buttons?

    Hi sarahm62404467,

    Yes, you can do it with services eSign, but central form is abandoned.

    Kind regards
    Nicos

Maybe you are looking for