How to change the filter to the filter by another column - group calendar page 1

Any version of the Summit either 4.2 or 5.0 - windows 7 OS

I know it's a very simple question, but I can't understand this.

I want to change the filter on the group calendar page 1 of the default "Event status" below

filter1.PNG

The only code that I find is shown below.

filter2.PNG

I added my own selection list of the button with the following code bar

< tt > Select GroupName, group_id from EBA_CA_EMAIL_GROUPS ORDER BY GroupName < /tt >

But when I change the selection list from one option to the other that the calendar is not sorted by events that have particular GroupName. I tried to replace the code in the default selection list and it did not work. There must be another code, check the filter.

How can I add my own list of selection and filter calendar events based on that select list option is selected?

Richie V wrote:

Any version of the Summit either 4.2 or 5.0 - windows 7 OS

I know it's a very simple question, but I can't understand this.

I want to change the filter on the group calendar page 1 of the default "Event status" below

I added my own selection list of the button with the following code bar

Select GroupName, group_id from EBA_CA_EMAIL_GROUPS ORDER BY GroupName

But when I change the selection list from one option to the other that the calendar is not sorted by events that have particular GroupName.

Probably you meant 'filtered' rather than 'sort '?

I tried to replace the code in the default selection list and it did not work. There must be another code, check the filter.

In the Group APEX 5.0 calendar application, the filter is implemented in line 20 of the schedule area source query:

select e.event_id,
      case when et.display_color is not null then
            'apex-cal-'||
            (select lower(cp.color_name) from eba_ca_color_prefs cp where cp.bg_color = et.display_color)
      end css_class,
      e.event_name,
      case when e.display_time = 'N'
            then trunc(e.event_date_time)
            else e.event_date_time
            end event_date_time,
      to_char(e.event_date_time,v('APP_TIME_FORMAT')) disp_time,
      substr (
      case when to_char(e.event_date_time,'MI') = '00' then
            ltrim(to_char(e.event_date_time,'HHam'),'0')
        else
            ltrim(to_char(e.event_date_time,'HH:MIam'),'0')
        end|| ' '||e.event_name,1,255) disp_col
  from EBA_ca_events e,
      EBA_ca_event_types et
where (:P1_EVENT_TYPE = e.type_id or :P1_EVENT_TYPE is null)
  and e.type_id = et.type_id (+)

with P1_EVENT_TYPE being included in the property of the region and by using the action Elements of the Page to send dynamic update schedule to trigger a refresh of partial page in the calendar area.

How can I add my own list of selection and filter calendar events based on that select list option is selected?

1 create your filter as a copy the item P1_EVENT_TYPE item.

2. replace the LOV definition by the code you need.

3. Add the necessary filter predicate in the WHERE clause of the query source region.

4. Add the name of your filter element to the region of the Items property of the Page to send.

5. Add the name of your item to the Items property in the when section of action Dynamics to update the calendar .

Tags: Database

Similar Questions

  • How to change the level of zoom on a Web page

    How to change the zoom of a Firefox Web page level? In Internet Explorer, you can do this with the right end of the status bar icon. Any advice would be appreciated. Thank you.

    This article should help: https://support.mozilla.org/en-US/kb/font-size-and-zoom-increase-size-of-web-pages

  • How to change the font, color line, column and Grand Total labels in PivotTable

    Hello Guru

    Can you get it some one please let me know how to change the look and feel of the reports in Pivot table using css files. I want to have the dimension and the measure to be of different color columns and grand total different color. I want to achieve for all pivot table reports instead of manually change each report so I want to do in css files.under s_SRIKI\b_mozilla_4\views.css I've seen a lot of options but nothing has worked. So can you please exactly tell what class we need to change to make changes. Thank you!!!

    Thank you

    SR

    For values

    . OORT {}

    text-align: right;

    vertical-align: top;

    color: Red;

    }

    For the product if you got hyper link

    Code OOB is

    . PTL {}

    color: #039;

    text-decoration: none;

    cursor: pointer;

    }

    If brand aid

  • How to change the vmdk in another data store

    for my vm four disks are there I want to increase disk capacity but there is no space on the data store

    Hello

    Solution is that you must change the drive to another data store and increase space.

    First findout in spatial data store is avaialble.

    Select the virtual machine and migration - migration datastore - Advanced - click the drive on which you want to increase space - browse - choose data store where space is available - finishing

    After migration - more space.

  • How to change the value from another page

    I'm filtering province in my application based on a province selected in the home page (P16), however the user can submit a form that has a province that and after that, all the content must be filtered according to the selected province 'new '. So I'm in the P7 and after submitting the form, I would need to change the P16_PROVINCE - which belong to another page (P16).

    but do not know how,
    Any help?

    Mehrdad says:
    Thanks, VC, but I need to have a trigger to change the P16_PROVINCE after submitting the form, so that one must be changed according to what the user does on a form...
    After he submit the form, I have my game P7_PROVINCE, which is fine, but AFTER the selection, I need to change the P16_PROVINCE (which is used as a global variable to filter my records...)

    Add a plsql page 7 page process and submit the game it runs - as below

    //assign the value of P7_PROVINCE into P16_PROVINCE
    :P16_PROVINCE := :P7_PROVINCE;
    

    See http://docs.oracle.com/cd/E37097_01/doc/doc.42/e35125/concept_ses_val.htm#HTMDB03012

  • How to change the security policy of a group of distributed in a distributed virtual switch ports?

    Hello

    I am trying to write a Perl script that can modify the security policy of a group of distributed in a distributed virtual switch ports. I can access the values of security policy by using the following:


    $port_group_view-> config - > defaultPortConfig-> securityPolicy - > allowPromiscuous-> value

    $port_group_view-> config - > defaultPortConfig-> securityPolicy - > forgedTransmits-> value

    $port_group_view-> config - > defaultPortConfig-> securityPolicy - > macChanges-> value

    I try to use the method ReconfigureDVPortgroup_Task() of the managed object DistributedVirtualPortGroup. While creating a new instance of DVPortgroupConfigSpec, within the data spec config defaultPortConfig property object there is property of security policy and I couldn't find any other property pointing me to that I can update the security policy. I discovered that it is accessible via defaultPortConfig, stretching from VMwareDVSPortSetting where securityPolicy is a property of VMwareDVSPortSetting.

    What is the way to update? I am bit confused about terminology Extends and extended by and how it relates to the other.

    Concerning

    Akmal

    It is in DVPortgroupConfigSpec, but you will need to use the extended VMwareDVSPortSetting object.

    My $dvpg_spec = new DVPortgroupConfigSpec();

    $dvpg_spec-> {defaultPortConfig} = new VMwareDVSPortSetting();

    $dvpg_spec-> {defaultPortConfig} {securityPolicy} = new DVSSecurityPolicy();

    $dvpg_spec-> {defaultPortConfig} {securityPolicy} {allowPromiscuous} = new BoolPolicy (value-online 1, inherited-0 online);

    $dvpg_spec-> {defaultPortConfig} {securityPolicy} {forgedTransmits} = new BoolPolicy (value-online 1, inherited-0 online);

    $dvpg_spec-> {defaultPortConfig} {securityPolicy} {macChanges} = new BoolPolicy (value-online 1, inherited-0 online);

    You could probably simplify this by getting the config spec VGA and change it before using it in the ReconfigureDVPorgroup_Task() method.

  • How to change the Oracle Logo in CC &amp; B front page

    Hello

    What a way to change the logo Logo Oracle or SPL in CC & B cover page when to identify us?

    Hello

    the original logo is stored on +%splbase%\splapp\applications\root\images\F1_splash.jpg+

    You can change the image for a quick replacement and restart the server.

    -Suspecte

  • How to change the lines of 68000 column value upto

    Hello

    I want to change the value of the column.

    I have a table called RefDoc

    Select distinct refdoc r.int_ref r where are.int_ref like '\\dxb% '.

    Int_Re__f


    \\dxb\Sample\BFE B777\2008\PO2025225. TIF
    \\dxb\Sample\RO\SFR\26-01-2009j\RO2022098.PDF
    \\dxb\Sample\RO\SFR\26-01-2009j\RO2040831.PDF
    \\dxb\Sample\BFE B777\2008\PO2025253. TIF
    \\dxb\Sample\RO\UM INV\26-01-2009\RO2018358.pdf
    ...................
    ...................

    until 68000 rows



    I want to change to \\AUH instead of \\dxb.

    I want the table as

    Int_Re__f


    \\AUH\Sample\BFE B777\2008\PO2025225. TIF
    \\AUH\Sample\RO\SFR\26-01-2009j\RO2022098.PDF
    \\AUH\Sample\RO\SFR\26-01-2009j\RO2040831.PDF
    \\AUH\Sample\BFE B777\2008\PO2025253. TIF
    \\AUH\Sample\RO\UM INV\26-01-2009\RO2018358.pdf
    ...............
    ...............
    .............




    Thank you
    Nihar

    REPLACE the user function and change

    UPDATE refdoc
       SET int_ref = REPLACE(int_ref, '\\dxb\', '\\AUH\')
     WHERE int_ref like '\\dxb\%'
    
  • 11.1.1.3 spaces: how to change the screen spaces of public group

    Hello

    Does anyone know if and how the Group screen public spaces can be changed (this is the screen that shows a list of all group spaces available to the public)? It is located at the following URL relative to a clean install:

    /WebCenter/Oracle/WebCenter/webcenterapp/view/templates/publichtml/WCPublicGS.jsp

    you have a few options here... the more clean than the other...

    You can edit the jsp on your WLS Server page... It is not very clean and you have to whatch when you upgrade your webcenter. It's the best way to do. You should only know where the jsp:
    \servers\WLS_SPACES\tmp\_WL_user\webcenter\3qhhvl\war\oracle\webcenter\webcenterapp\view\templates\publichtml

    As said, it is not very clean...
    A better way to do this is to write your own taskflow, deploying and add it to the catalog of resources. You can create a public page were you drop this taskflow. This way you can create any page you want. There is a lot of work but most flexible.

    I don't think that there is a medium STANDARD of editing this page...

  • How to change the region to fit on a single page when printing.

    Hi all


    I am only recently starting my APEX trip (and I am sure that this is where I want to stay!) please excuse any "dumb" comments I can do!


    I use APEX 5.0.3 and the universal theme.

    I followed the steps kindly provided by Christian Rokkitta on the following blog to create a tree of the Organization;

    Oracle & Apex Geekery: CSS3 Pure Org-tree with APEX list

    I only have a CSS and JavaScript knowledge, but did successfully a number of changes to meet our specific requirements. Where I fight, it's around areas of printing that do not fit on one page.

    I tried to edit the CSS, I tried to use JavaScript to open in a new window pop up, I have drawn on Print Style sheets and am currently using a modified version of the 'Standard' page template so that I can use @media Print to stop certain elements display. The CSS before I tried to use breaks page and updated scale, but after 4 days of work on anything else, but this printing problem, I'm starting to wonder if I go about it completely the wrong way.

    What is someone is able to help with the above? Basically, I need to make the organization chart fit on the single page when printing. almost as if I had 'zoom out' until it is on a single page and then print.

    I have refrained to put links or screenshots however please let me know if you need more information and I'll get it right above!

    Thanks to you all!

    Richard

    Check page 4 where I added the bottom of specific statements of style for printing.

    @media print {
      .tree li a {
        /*font-size: 15px;*/
        font-size: 0.8rem;
        line-height: 1rem;
        border: 1px solid #000000;
      }
      .tree ol, .tree ul {
        margin: 0;
      }
      .tree li::before, .tree li::after {
        border-top: 1px solid #000000;
      }
      .tree li::after {
        border-left: 1px solid #000000;
      }
      .tree li:last-child::before {
        border-right: 1px solid #000000;
      }
    }
    
  • How to change the license to another pc

    How to disable a user and add a new user to cloud must be installed on another pc

    Hello

    Creative desktop cloud applications can be downloaded and installed on multiple computers, regardless of the operating system. However, the activation is limited to two machines per person associated with membership. See terms of use for more information. Learn how to turn off a Creative License on a cloud machine.

    You can download the installer for Creative Cloud from here:
    Creative cloud help | Creative cloud desktop.

  • How to change the width of key column when you view files in the Explorer window?

    Can someone help me with this one major annoyance I have with Vista?

    I opened an Explorer window and I want to resize the first column, so I can see the full file name.  (First I accidentally spend whole column name because I can't seem to find my mouse to keep the resizing grabber.)   Now that I have the desired column width, is it possible to make the column width by default for all future Explorer Windows I open?   I've grown very tired of having to resize this column whenever I open an Explorer window.

    Thank you!

    CTRL-click this link to read a thread of responses on increasing you the Vista folder settings memory.

    My user folder moves around:

    Here's another on a good tutorial

    View of folders:

    Messages rating helps other users

    Mark L. Ferguson MS - MVP

  • How to change the connection attribute in ODSEE?

    Hello
    Can someone help me how to change the default login of ODSEE attribute? By default, cn is used as username to sign in on ODSEE but I want to change it to the new attribute for example uid. All relevant information not found online? Anyone has an idea about this?

    Thanks in advance.

    Thank you
    Olga

    It isn't really a "connection attribute" for LDAP.

    As mentioned above, how you "login" really depends on the application.

    "Connect" (BIND) in the most common way, you send a LINK demand, and the DN of the user input and the password of the user.
    The LDAP server locates the input from the user through the DN, then encrypts the password provided and compares the encrypted value to the one stored in the user input.
    If they match, the CONNECTION succeeds, and this particular TCP connection is "connected".

    Where things differ between applications is in the way they get the DN of the user.

    No request (AFAIK) only requires the user to type in its DN.
    The user will enter his login name. This name will be stored as an attribute in user input. The only real constraint on the attribute is that he must have a syntax that allows human readable characters as the value (the login name) and there must be a method to ensure that the value is unique in all instances of the attribute (not 100% true, but suggests so for our purposes here).

    So we have a name - say "Fred".
    Using this name, that we must find the one and only entries that has the attribute that we will use (say cn) to contain the user name.

    There are basically two ways to do it.

    The most traditional method assumes that all user entries are stored under a specific node - lets say "or is people, dc is company, dc = com"
    so that the user DNs use CN as the RDN, would be Dn of Fred: cn = Fred, or = people, dc = company, dc = com.

    Simplistic applications will simply have a dn, something like skeleton: cn =, ou = people, dc = company, dc = com

    They will take the name of the user supplies and replace with this name, then use pray DN deadlocked.
    The problem is that this is not always the case that user input is stored together like that and some really pathetic apps will be "cn =" party hard coded so your user was worth better have a DN beginning with cn = and not uid =.

    Modern applications most often perform a search to locate the unique name. The research will use a filter something like (uid = fred) fo find the DN of the entry where the UID attribute has the value "fred". This unique name is then used in the BIND request.

    This second method is much more flexible, especially if the application allows you to specify your own search and does not assume its always going to start with "uid ="... Unfortunately, many applications still do.

    The only downside to this second method (apart from a little bit more work for the application developer) is that the application requires permissions to perform its search, the attribute he seeks REALLY needs to have an index of equality and, of course, overhead of a supplementary search for each user authentication.

    So - as noted above, you can use any attribute you want, but do depend on so your application is able to use.

  • How to change the iPhone camera shutter sound 7

    How to change the iPhone camera shutter sound 7?

    Hello

    To adjust the volume of the sound of the camera shutter:

    • Use the settings ringer and alerts:
      • On iPhone 7 and iPhone 7 more, go to: settings > sounds and haptic.
      • (Other models, go to settings > sounds).
    • Or turn mute off / on using the switch on the side of your iPhone's ring/silent.
      • (The mute function is disabled in some countries).
  • How to change the number of minutes for the exercise of the activity of the application

    How to change the number of minutes for the exercise of the activity of the application

    Hello

    It is not currently possible to change the goal of daily exercise.

    If you want to suggest that Apple consider adding this option, you can submit a request here:

    https://www.Apple.com/feedback/watch.html

Maybe you are looking for

  • OMEN: HP Omen control does not work.

    Hello Until the last HP Support Assistant, HP Omen control was perfectly fine. But after the update, control Omen HP has no control over what anyone. It does not change the keyboard functions, lighting of keyboard, fan speed or f-buttons. How can I s

  • Update for the Firmware Cluster HA

    The default behavior of an update of the firmware of cluster HA is that it will update firstly the backup firewall, restart, failover to the backup, reboot and main firewall update. Is there a possibility to upgrade a SINGLE unit in the cluster to a

  • Ink Jet 8500 A910: software for ink jet 8500 A910

    I recently moved and when I tried to update my software I seem to have "lost" some of the main shortcuts etc., including the shortcut of scan and can't seem to get it-I have tried reloading the software again through download - have not found my driv

  • TouchEvent only will not work properly with two mobile fingers

    Hello I'm not quite sure what the problem. My code running, sometimes, this mobile finger 1 causes actions that could only be triggered by moving the finger 2. When mobile fingers 2, then, further actions are triggered, which could be invoked by the

  • My Radeon HD 5470 graphics card is running.

    All of a sudden my laptop cannot run properly games that worked very well. The Intel HD graphics card is more powerful now. When I checked the performance information in windows it rates the radeon as a 2.0 and intel as 3.5. It has been like that for