Change the content of the page based change the selection box

Hi all

I want to create a page with 2 box selection and 1 table below

  • Selection box
    • Box1: 1-12 (months of the year)
    • Box2: 2010-2015 (year between 2010 and 2015)
  • Table
    • Get data from view GET_DATA_SALARY. This view having a 4 column: NAME, SALARY, FAC_MONTH, FAC_YEAR
    • This table will be based on the selected value of 2 boxes above change

Please help me solve this problem.

Thank you

To put it simply, add a button that submits the page.

Add a where clause clause to your report

where FAC_MONTH = P_MONTH

and FAC_YEAR = P_YEAR

Gus

Tags: Database

Similar Questions

  • Clear the value of the session on the change of the selection box?

    A tool that I created, I have a box of selection to page 0. When changes in the selection box, the data on all other pages must be updated. I put the "Page Action time modified value" on the selection of 'Redirect and target' box, which works... almost. On one page, however, I have a page element whose value is not refreshing accordingly. 'Source used' set only "when the current value in session state is zero' because I don't want it changed on a normal page refresh (setting it"Always"would, of course, if it restarts).

    Is it possible to have the box select delete session to the other page item value?

    I tried implementing a dynamic action "Set value", but only available in the Shuttle are elements on the same page, which does not work for my situation - as I said, the area of selection is on page 0, while the other element is on page 1.

    To see the issue in the action, go to writetrack.davidsgale.com, login with demo/demo1 and change the challenge in the dropdown in the top right. Ideally, change the drop down menu, you will reach the first month of the challenge you select, regardless of where you are on the calendar (so, NaNo brings you to November 2010, while the other two will take you to January 2011), but it doesn't.

    Thank you
    -David

    As an alternative, you can change the 'Clear' to ' run the Code in PL/SQL "and delete this value as it

  • stuck in the selection box sent-no available for the box of reception, et al.

    The selection box disappeared, so who can be in shipping mode. Even if I stop and restart the emails sent with no possible output mode developed. I can go to the Explorer & log on Comcast & find my incoming emails in this way but I would go back to your system.

    Maybe your 'selection box' is the folders pane which is normally on the left side of the window with all your records of account registered.

    You have a Menu bar with file-Edit-View etc. showing?
    If this is not the case, press the alt key to bring up.

    In the Menu bar select view-presentation-folder pane

    If the folders pane is checked and it still doesn't show?

    If so, make sure that your Thunderbird window is maximized. Then move your mouse on the left side of the window and look for it to turn into a double-headed arrow. When he, left click, hold down and drag to the right to find the folders pane.

  • Change the color of the bottom line on the selection box

    I use APEX 3.2 and have integrated the JSQuery library. I have a region of Type of SQL query report. The first column of a report is apex_item.checkbox. Based on the selection, I need to highlight the line that will be selected using the checkbox.

    I have following question in my header HTML page.

    < script language = "JavaScript" type = "text/javascript" >
    $(document) .ready (function() {}
    $('input[name=f01]').change (function() {}
    If {($(this).is(':checked'))))}
    $(this).parents('tr:first').css ('background-color', '#FFFFFF');
    Alert ('changed');
    }
    else {}
    $(this).parents('tr:first').css ('background-color', '#CCCCCC');
    Alert ("not changed");
    }
    });
    });
    < /script >

    It gives me the alert when the checbox is selected but that don't change the background color of the line.

    Any help?

    Syed

    Published by: rizvi on March 28, 2011 02:28

    Try

    $(this) .children ('td').parents('tr:first').css('background-color','#FF0000');

  • Photoshop Elements 8, too dark, how can I change the selection boxes.

    Hello

    My friend visited and she just Photoshop Elements 8 on his cell phone from Apple.

    I'm trying to help him, start with him, but there is a problem that I can not understand.

    For example, if I go into Image, change the image size, the boxes that show things like the resolution of the screen have such dark background that you can't read what he said in them.  Only after that you select and the type became white can read you.

    I looked, but I have not found anywhere to change the setting of the color or brightness of the panels.

    Does anyone know how to make the lighter boxes?

    Mike

    Photoshop Elements > Preferences > General

  • Dynamically fill ObjectChoiceField according to the selected box

    Hi all

    I have a few boxes on my screen and an ObjectChoiceField. I have to fill this ObjectChoiceField dynamically according to the selected checkbox.  I have a few separate hard-coded (I announced on the same screen) array of strings for all the boxes.

    If I select the first box, then ObjectChoiceField must be populated with the corresponding array of strings... and so on...

    Thank you and best regards.

    You just need to use

    .setChoices ();

  • "Select box" or "Drop Down Box" works only in one place at the same time

    It is a very strange and very bizarre to me. I find the scripts of several 'box select' rather simple save space on Web sites and useful to anyone your title area of navigation. However, with this particular site I worked on I found it difficult to understand why some of the select boxes don't work - especially the script created directly by the option "Select" Dreamweaver (i.e. Insert-> Form-> select).

    --> Here is a link to a video showing how to select boxes are and do not work as well as the scripts used and how they are made. < -.

    Basically, they went quite simple. Here is an example of the box to select Dreamweaver House after that I added all options, with description in italics:

    < select name = "Choose an anonymous" size = "2" id = "Choose an anonymous" title = 'Options' anonymous >

    < option value = "#" > choose an anonymous < / option >

    "< option value ="http://www. webdomainhere' >preference name here< option />.

    "< option value ="http://www. webdomain #2here/ ">preference name #2 here< option />"

    < / select >

    and that's what you should get:

    1.jpg

    I don't get that ^, but when I drop-down options and click on the preferred option, there is no anything :-/  However, on a previous scenario - he is the one on the top and on the bottom (not a style of script box Dreamwever) and he works. I'm just trying to understand why. It's here if you want to see it:

    < td rowspan = "2" > < div align = "center" >

    < select id = "foo" >

    < option value = "" selected > choose a conspiracy! " < / option >

    " < option value = ' http://www.webdomainhere ">name preferably here < /a > < / option >".

    "< option value ="http//www.webdomainhere2 ">name of preference here #2 < /a > < / option >"

    "< option value ="http://www.webdomainhere3 "> name of preference here #3 < /a > < / option>"

    < / select >

    < script >

    document.getElementById("foo").onchange = function() {}

    If {(this.selectedIndex!==0)}

    Window.Location.href = this.value;

    }

    };

    < /script >

    The above script is the one that works when he finds FIRST (see video). It's weird and very frustrating to not be able to understand why it does not work why it won't work everywhere where it has located as it should?

    You have some serious structural html errors which must be supported. Run the validator at http://validator.w3.org/nu for a list.

    The second drop-down list offers places to the identity card, you can not do this.

    You are also no javascript code by saying the browser to use the values in the selection of the menu drop down as places of window (a duplicate of lines 55-61 with an id corrected for the second list, for example).

  • The selection in the menu box layers have disappeared.

    The selection box which is usually on the right side of the layer is missing. This box is used to pass an object from one layer to another.

    I tried several options but nothing works. Thank you.

    Calques.jpg

    See replace your preferences

  • Wrong with the alignment of the text because of the Bounding Box (SC6)

    I'm fighting to properly align the text because the selection boxes are not centered around the text.  Why, when I try to align on another object, it is turned off.  I use CS 6 and, as a general rule, the point tool and type.  I have read other forums that suggest that it could be the type of policy (which perhaps they are 'bad' fonts), but apparently not any type of police I use.  The framework encompassing always has extra space under the text, even when you use a very standard font such as Times New Roman.  Anyone can shed some light on this?  Thank you very much!

    Sarah

    Sarah,

    1. in the preferences, select "use Preview Bounds."

    2. Select the text you want to align.

    3. go to effect > path > describe the object.

    4. align

    Peter

  • Store the value in a select box

    I know it's possible, but I tried a few different things and cannot understand it. When a user selects a year and submits their request, I want the year that they have selected to stay visible in my box of selection instead of default last year.

    Here is the query and the selection box that I use.

    < cfquery name = "yearselect" datasource = "webdata" >
    SELECT DISTINCT year
    Of. A_MASTER
    ORDER BY desc of the year
    < / cfquery >


    < select name = "year" >
    < CFOUTPUT Query = "yearselect" > < Option Value = "#year #" > #year # < / cfoutput >
    < / select >

    first of all... The YEAR is a very poor choice for a column name, as it is a built-in function (for most of the bases that I know, at least). It is also a function built into CF, making it a bad choice for the


  • Change the features of the search page to view the selected record

    Hello
    I have a search page that shows the results of the query at the bottom in a table. The user right click and select 'change '. The user is taken to an edit page. The edit page is a view of AllEmployees object, and it shows the first record. I want the edit page to display the row of data that the user has selected on the search page. How can I do.

    Thank you

    What version of jdev you use?
    In the version one (or more) were a mistake where right-clicking does not trigger the selection of the line.
    The next question is are you using the VO even to the (results table) and the edit form? If this isn't the case, you must configure the VO, the edit form is based on the game in row, power to the key of the selected row in the table of search results. The basic work flow is described herehttp://tompeez.wordpress.com/2011/07/31/using-diferent-vos-for-master-detail-navigation/

    Timo

  • Pages is not track changes inside the text boxes?

    I try to use Pages, industry changes, but it seems to be limited to body text. If I include images deleted, or if I change the text inside the text boxes, no changes are followed. What is a limit? (Version 5.6.1 of pages)

    See this thread for an answer from VikingOSX, the short answer for the current Version is no.

    Pages ' 09 fact.

    Track changes in text boxes

    You could always suggest via Contact us Apple to add this feature in the news

    http://www.Apple.com/feedback/pages.html

  • The selection list value does not change when the page is sent

    Hi all

    I have a selection list that acts as an entry for the report. the page is submitted using a button.
    The button uses the branch option "redirecting to page in the application. I select the same page.

    The problem is when I change other values in the value list always takes the first value

    I want to know if the problem is with the key or select list. What should I do about it?

    Concerning
    REDA

    Renon wrote:

    I tried your suggestion. Now that I ask, is the report is expected to show only when the button request is passed. I read to present the action of page the name of the button acts as a request.
    so now my report status is request = Expression1 and value of expression1 takes GO tell button name.

    The report does not appear but. I checked the session. It has the value of the selection list and the page is submitted as but the report is not displayed.

    ASK is disabled before the exposure treatment page unless it is set in a branch or a URL, this is why it has no value when they are referenced in your State in the region.

    Set the attribute request in your branch for & request to make available at the course to see the page the current value of the demand for treatment.

  • Tabbed pages not changed during the selection of the TAB LIST

    Hi all

    I have a form that contains 15 tabs, 1 10 Tabs are dynamic (enabled with the new instance of the form depending on the configuration) and 11 to 15 are static tabs visible for all.

    My problem is when I am clicking on tabs iam able to switch tabs, but when I select the tab in the tab list , I don't go to the selected TAB.

    Ex: when I am in 1 TAB and select TAB15 on tab list my form remains in TAB1 and don't move not TAB 15

    Please give me a Solution.


    WHEN the PAGE of TABS CHANGE my code is

    DECLARE
    l_curr_rec NUMBER;
    BEGIN
    l_curr_rec: =: SYSTEM. CURSOR_RECORD;

    -Get the Page tabs at the top of the default page to the form
    SHOW_VIEW ('HDR_CANVAS_FIXED');
    : global p:System.NET.HttpWebResponse.headers: = GET_CANVAS_PROPERTY ('TAB_CANVAS', topmost_tab_page);

    IF(:GLOBAL.) HEADERS = "AS_REC_IMAGE") THEN


    SHOW_VIEW ('AS_REC_IMAGE');
    SET_VIEW_PROPERTY ('AS_REC_IMAGE', VISIBLE, PROPERTY_TRUE);

    SET_TAB_PAGE_PROPERTY ('AS_REC_IMAGE', ENABLED, PROPERTY_TRUE);

    GO_BLOCK ('AS_REC');

    -Hide the other canvases except the canvas price


    ELSIF(:GLOBAL.) HEADERS = "TRIM_REC_IMAGE") THEN


    SHOW_VIEW ('TRIM_REC_IMAGE');
    SET_VIEW_PROPERTY ('TRIM_REC_IMAGE', VISIBLE, PROPERTY_TRUE);

    SET_TAB_PAGE_PROPERTY ('TRIM_REC_IMAGE', ENABLED, PROPERTY_TRUE);

    GO_BLOCK ('TRIM_REC');

    -Hide the other canvases except the canvas price

    ELSIF(:GLOBAL.) HEADERS = "AS_SHIP_IMAGE") THEN

    SHOW_VIEW ('AS_SHIP_IMAGE');
    SET_VIEW_PROPERTY ('AS_SHIP_IMAGE', VISIBLE, PROPERTY_TRUE);

    SET_TAB_PAGE_PROPERTY ('AS_SHIP_IMAGE', ENABLED, PROPERTY_TRUE);
    GO_BLOCK ('AS_SHIP');

    -Hide the other canvases except the canvas price

    ELSIF(:GLOBAL.) HEADERS = "TRIM_SHIP_IMAGE") THEN

    SHOW_VIEW ('TRIM_SHIP_IMAGE');
    SET_VIEW_PROPERTY ('TRIM_SHIP_IMAGE', VISIBLE, PROPERTY_TRUE);

    SET_TAB_PAGE_PROPERTY ('TRIM_SHIP_IMAGE', ENABLED, PROPERTY_TRUE);

    GO_BLOCK ('TRIM_SHIP');

    -Hide the other canvases except the canvas price


    ELSIF(:GLOBAL.) HEADERS = 'EXTRA') THEN
    -Show export Web-


    SHOW_VIEW ('EXTRA');
    SET_VIEW_PROPERTY ('EXTRA', VISIBLE, PROPERTY_TRUE);

    SET_TAB_PAGE_PROPERTY ('EXTRA', ENABLED, PROPERTY_TRUE);
    GO_BLOCK ('EXTRA');

    -Hide the other canvases except the canvas price



    ON THE OTHER - DYNAMIC TABS
    -Hide all the other static canvases


    IF (: OVERALL.) HEADERS = "TC01") THEN
    GO_BLOCK ('TC01');

    ELSIF (: OVERALL.) HEADERS = "CT02") THEN
    GO_BLOCK ('CT02');

    ELSIF (: OVERALL.) HEADERS = "CT03") THEN
    GO_BLOCK ('CT03');

    ELSIF (: OVERALL.) HEADERS = "CT04") THEN
    GO_BLOCK ('CT04');

    ELSIF (: OVERALL.) HEADERS = "CT05") THEN
    GO_BLOCK ('CT05');

    ELSIF (: OVERALL.) HEADERS = "CT06") THEN
    GO_BLOCK ('CT06');

    ELSIF (: OVERALL.) HEADERS = "CT07") THEN
    GO_BLOCK ('CT07');

    ELSIF (: OVERALL.) HEADERS = "CT08") THEN
    GO_BLOCK ('CT08');

    ELSIF (: OVERALL.) HEADERS = "CT09") THEN
    GO_BLOCK ('CT09');

    ELSE - ELSIF (: OVERALL.) HEADERS = "TM10") THEN
    GO_BLOCK ('TM10');

    END IF;

    END IF;
    END;



    Thank you
    Durga Srinivas.

    Published by: DurgaSrinivas_886836 on December 3, 2012 20:12

    In your trigger, you do a SHOW_VIEW ("HDR_CANVAS_FIXED"); before selecting the: GLOBAL. Headers information. I don't know what is HDR_CANVAS_FIXED, but I wonder if it is what you ruin. What happens if you either comment out:

    DECLARE
      l_curr_rec     NUMBER;
    BEGIN
      l_curr_rec := :SYSTEM.CURSOR_RECORD;
    
      --Get the Top Default Tab Page for the Form
      --SHOW_VIEW ('HDR_CANVAS_FIXED'); /* <-------------------------------------------------------Comment it out */
      :global.headers := GET_CANVAS_PROPERTY ('TAB_CANVAS', topmost_tab_page);
    
      IF (:GLOBAL.HEADERS = 'AS_REC_IMAGE') THEN
        SHOW_VIEW ('AS_REC_IMAGE');
        .
        .
        .
    

    or if you have to move after the: GLOBAL. HEADERS:

    DECLARE
      l_curr_rec     NUMBER;
    BEGIN
      l_curr_rec := :SYSTEM.CURSOR_RECORD;
    
      --Get the Top Default Tab Page for the Form
      :global.headers := GET_CANVAS_PROPERTY ('TAB_CANVAS', topmost_tab_page);
      SHOW_VIEW ('HDR_CANVAS_FIXED'); /* <------------------------------------ Swap it with :global.headers */
    
      IF (:GLOBAL.HEADERS = 'AS_REC_IMAGE') THEN
        SHOW_VIEW ('AS_REC_IMAGE');
        SET_VIEW_PROPERTY ('AS_REC_IMAGE', VISIBLE, PROPERTY_TRUE);
        SET_TAB_PAGE_PROPERTY ('AS_REC_IMAGE', ENABLED, PROPERTY_TRUE);
        GO_BLOCK ('AS_REC');
      --Hide the other canvases except the Pricing Canvas
      ELSIF (:GLOBAL.HEADERS = 'TRIM_REC_IMAGE') THEN
        SHOW_VIEW ('TRIM_REC_IMAGE');
        .
        .
        .
    
  • When you save a file to the [.jpg] format, I wonder to choose a quality from 1 to 100. What are the changes in the created file based on the selected quality setting?

    When you save a file to the [.jpg] format, I wonder to choose a quality from 1 to 100. What are the changes in the created file based on the selected quality setting? I would like to know what changes, so in the future, I can set my camera to one who will give me the highest quality in a first time, which allows me to make cultures and always preserve the quality.

    Thank you

    Dovid

    Thank you twenty-one... your answer of common sense to me.

    so, in short, can I assume down the chosen quality over compression algorithm?

Maybe you are looking for

  • How will I know if I'm on esr?

    All dialogue displays '38.0.1' before it was always something like "3x.x.xesr" (if I remember correctly).So, how can I check that I am still on the branch of esr? Thank you

  • Satellite P500-11F - unable to connect to the Internet

    I have a Satellite P500-11F and I can't connect to the Internet without the cable modem. I don't know why. All software is updated, but the connection is cut off very often. My computer can reach the home network and without wire is ok, but I can't o

  • question about erasing an iPhone via iPhone Find

    small question so, recently I had to erase an iPhone via iPhone Find If I had to re-activate and connect to my iCloud origin, I would receive my messages waiting? Let's say I deleted it and I had a lot of invisible messages, are lost because they hav

  • Designjet T520: Designjet T520: failure of the printer

    Had Designjet T520 about 18 months. Use it only for printing large format on roll paper. Error message: the printer failed. "There is a problem with the printer or ink system. Turn the printer off, then on. If the problem persists, contact HP. » Have

  • T400 connection to TV

    Hello. I have a ThinkPad T400.that has 3 USB ports, 1 firewire, VGA and audio 3.5. I also have a TV that has the following text 2 HDMI, 1 port (shared with component) USB, RF, Composite, component of the Digital Audio Out (Coaxial s/PDIF) I'm new TV