Caldav protocol synchronization and time range

hi.
i have question about  time range filtring and caldav clients ical (mac).
i am realy wory about performance.i debuged request form client (throw
proxy) and i don't see block filter and time-range.
in my system will be for 1 calendar 10 000 events ( 100 in future and
9900 in past). and i think server will response 10000 etags. if only 1
event is updated in future.
maybe i am wrong :(. if somebody know about time rage implementation,
please explain. or how to do limiting on server site

Eugen ,
EEM action is triggered by 2 events in this case :
          - time interval - because you want to take actions only between 12 and 16
          - tunnel interface down.
After the applet is applying the actions it will stop, it will not run just once like a daemon, it is more like a script.
So there is the need to run every minute and check if the tunnel is down.
Please correct me if i'm wrong Joseph
Dan

Similar Messages

  • Date and Time Variable

    Hello BI gurus,
    This may be confusing so I will try my best to explain...
    I am working on a report in which I need to allow the user to choose a specific Date and Time period.  Now I have both Date and Time avaliable in my infoprovider.  If I create a variable for both date and time seperately it will not be able to associate the date with the time (right?).
    Ex.  User enters date range 2/01/2008 to 2/08/2008 and
                            Time range 10:00pm         to 3:00pm
    (and i understand that time may be kept using a 24 hr clock but this still doesnt fix my issue)
    this will output an error because the first time is greater than the later.
    and if I choose a time that is from 3:00 to 10:00 I can't be sure that the date range and the time are both being applied correctly (since this error above).   
    Is there a way that we can tie the date with the time so the report will know that I am asking for 2/01/2008 at 10:00pm to 2/08/2008 at 3:00pm?
    or can i make the variables dependant on each other..enter begining date, time to end Date and Time
    Thanks and sorry for the long thread I wanted to be as clear as possible,
    Matt

    Dear Matt;
    I've the same problem!!!
    Any solutions?

  • How can we update the last synchronization date and time..on SUP in sccm 2012 R2

    Hi,
        Can you any one please guide me how can i update the last  synchronization date & time in SUP on SCCM2012 r2 , some how its updated as future date and when ever i try to synch the SUP with disconnected WSUS its shows in the wsyncmgr.log 
    "Wakeup for a polling cycle " and  " Wakeupby inbox drop" and "Wakeup by SCF change"  
    Thanks 
    Balaji K

    You'll probably have to call CSS on this one as this not normal by any means. The messages you noted above are completely normal but if that's all you are seeing then there's an issue.
    Have you reviewed wcm.log and wsusctrl.log?
    Jason | http://blog.configmgrftw.com | @jasonsandys

  • How do you know the date and time synchronization in the windows version?

    Where can I see the date and time synchronization?

    There's a toolbar button sitting in the Customize Palette. Move that button to a toolbar or into the Open Menu box; when you hover the cursor over that button a tooltip will appear with the day-of-week and the time of the last Sync event.

  • Huge volume of records are routing to the remote user other than his position and organization records. Synchronization and DB initialization taking more time around 36 hours.

    Huge volume of records are routing to the remote user other than his position and organization records. Synchronization and DB initialization taking more time around 36 hours.
    Actual accounts & contacts need to be route around 2000 & 3000 but we have observed lakhs of records routing into local DB.
    We have verified all the Assignment Rules, Views.
    We ran docking object visibility rules and we have observed that some other accounts are routing due to Organization rule passing. (these records are not supposed to route).
    Version Siebel 7.7.2.12,
    OS Solaris.

    let me know what would be the reason that 1st million takes only 15 minuts and the time goes on increasing gradually with the increase of dataYes that's a little strange. I only can guess:
    1. You are in archivelog mode and the Archiver is not able to archive the redo logs fast enough
    2. You don't use Direct Load and DBWR ist not able to write the direty block to disk fast enough. You could create more DBWR processes in that case.
    3. Make a snapshot of v$system_event:
    create table begin as select * from v$system_event;After the import run
    create table end as select * from v$system_event;Now compare the values:
    select * from begin order by TIME_WAITED_MICRO descwith the values given you by
    select * from end order by TIME_WAITED_MICRO descSo you can look where your DB spent so much time waiting for something.
    Alternativly, you could start a 10046 trace on the loading session and use tkprof.
    Dim

  • When setting the split-days to "every 15 minutes," the week and comparison views show incorrect time ranges for the day

    When I change the "split-days" interval time, under Options > Settings, to
    15, or every 15 minutes, the week and comparison views don't show the correct
    time range for the day.
    <P>
    For example, if I click View to display the calendar and then click Week to get
    a weekly view, the time range displayed is from 6:00 a.m.
    to 4:00 p.m. If I click Comparison to get a
    comparison view, the time range displayed is from 12 p.m.
    to 6:45 p.m.
    <P>
    In this example, should both of these views show the same time range, from
    9:00 a.m. to 4:00 p.m.?
    No, the two views will not necessarily show the same time range. The time
    range for the comparison view will start at the beginning prefs time only
    if you have something scheduled (on any day of the week) starting at that
    time. For example, on one of the days during your week of comparison, if you
    create an event that starts at 9:00 a.m. and then open the comparison view, the
    time range displayed will start with 9:00 a.m.
    <P>
    Additionally, view times will expand past the configured settings if events
    span past the time range. That is, if you have an event that spans from
    5:00 p.m. to 8:00 p.m., the event will be reflected in the view, even though
    your time range may be set to go only to 6:00 p.m.

    Umm yes.
    The settings are stored in ''prefs.js'', so you could swap various copies of this file in and out.
    However, the system will load ''prefs.js'', then, if present, ''user.js'' , so you can set up just your changes in ''user.js'' .
    The sort of line you need to look for is like this:
    <code>user_pref("mail.server.server14.check_time", 10);</code>
    You'll need to do some research to identify which of your accounts is which.
    Search for the account's email address:
    <code>user_pref("mail.identity.id10.useremail", "xenos&#64;example.com");</code>
    Use the id number to locate the account number:
    <code>user_pref("mail.account.account29.identities", "id10");</code>
    Use the account number to find the server number:
    <code>user_pref("mail.account.account29.server", "server14");</code>
    Finally, you can then use the server number find the account's time setting:
    <code>user_pref("mail.server.server14.check_time", 10);</code>
    This last entry may not exist, if you have never changed the setting from the default 10 minutes.
    Do be careful with your typing and copy/pasting; if the file fails the syntax parser it will silently fail.
    And make sure Thunderbird is shut down when you do the swap. If it's open, it may overwrite changes, and in any case, it only reads the settings file when it starts up.

  • Possibility to use both Time Range ACL and PBR.

                       Hello
    I would like to find out the attached requirement.
    If there is any related information we greatly appreciate it.
    Actually I have already configure on Cisco1812J by using the following command.
    however the ACL status still shows "inactive" and the PBR does not function.
    *Configuration on R1
    time-range PBR-TIME
    periodic weekdays 15:40 to 15:41
    ip access-list extended PBR-TIME
    permit ip host 10.0.30.11 host 1.1.1.1 time-range PBR-TIME
    route-map PBR-TIME permit 10
    match ip address PBR-TIME
    set ip next-hop 10.0.20.3
    interface Vlan1
    ip address 10.0.30.1 255.255.255.0
    ip policy route-map PBR-TIME
    *Verification
    R1#sh ip access-lists
    Extended IP access list PBR-TIME
        10 permit ip host 10.0.30.11 host 1.1.1.1 time-range PBR-TIME (inactive)
    R1#sh route-map
    route-map PBR-TIME, permit, sequence 10
      Match clauses:
        ip address (access-lists): PBR-TIME
      Set clauses:
        ip next-hop 10.0.20.3
      Policy routing matches: 0 packets, 0 bytes
    *Traceroute from SW1
    SW1#traceroute 1.1.1.1
    Type escape sequence to abort.
    Tracing the route to 1.1.1.1
    VRF info: (vrf in name/id, vrf out name/id)
      1 10.0.30.1 0 msec 0 msec 9 msec
      2 10.0.10.2 0 msec 0 msec 17 msec
      3 10.0.11.254 0 msec *  0 msec

    Oh that is incredible!!
    It has been functioning correctly like this.
    Thank you for quick and precious advise.
    Regards,
    Masanobu Hiyoshi
    R1#sh ip access-lists
    Extended IP access list PBR-TIME
        10 permit ip host 10.0.30.11 host 1.1.1.1 time-range PBR-TIME (active) (45 matches)
    (omit)
    R1#sh ip access-lists
    Extended IP access list PBR-TIME
        10 permit ip host 10.0.30.11 host 1.1.1.1 time-range PBR-TIME (inactive) (45 matches)
    R1#
    SW1#traceroute 1.1.1.1
    Type escape sequence to abort.
    Tracing the route to 1.1.1.1
    VRF info: (vrf in name/id, vrf out name/id)
      1 10.0.30.1 0 msec 0 msec 0 msec
      2 10.0.20.3 0 msec 0 msec 9 msec
      3 10.0.21.254 0 msec *  0 msec
    SW1#traceroute 1.1.1.1
    Type escape sequence to abort.
    Tracing the route to 1.1.1.1
    VRF info: (vrf in name/id, vrf out name/id)
      1 10.0.30.1 0 msec 9 msec 0 msec
      2 10.0.10.2 0 msec 0 msec 8 msec
      3 10.0.11.254 0 msec *  0 msec

  • Synchronize system time and set system time zone in SAP

    Hi,
    How to Synchronize system time and set system time zone in any SAP system?

    Nabarun -
    Setting of the system time may be different depending on your enviroment and systems.  (Windows, AIX, etc)
    Windows enviroment you can use a time server or net time command, I believe its simialr with UNIX but I do not know that command.
    Setting the time zone in SAP is done through the IMG in client 000.  You can get there with transaction SPRO.
    Once in the IMG, navigate to:
    SAP Netweaver
    General settings
    Time Zones
    Maintain Time Zones (here you can define the time zone settings/rules)
    Then go to:
    SAP Netweaver
    General settings
    Time Zones
    Maintain System Settings
    There you can change the time zones for the system.
    Hope this helps.
    Regards,
    Zecher

  • I still have a problem clearing history and i did select time range to Everything

    I still have a problem clearing history and i did select time range to "Everything". I tested using Internet explorer and I could clear the history there so its not a problem with the Xp secondary account. I even disabled the add ons in firefox and still get the same issue

    sorry, scratch this, the first post did enable me to find a solution, it was the signon.sqlite file that had become corrupted.
    As an interesting aside, this has also fixed the problem with using Xmarksspace which was giving me an "error 3" synchronising problem.
    Apologies for the tone of my previous posting, you did provide the information that enabled me to find a solution, thank you and sorry.
    Regards
    Crashhot

  • Date and Time Sync at boot for Active Directory/Open Directory Authenticati

    All the macs in my school district are set to automatically sync their time with a network time server. They do not do this unless the system preference is opened. This poses a problem as all our users must authenticate against an Active Directory and an Open Directory server. If the time is out of sync they can not login, and therefore can not fix the time. I must then login in with a local admin account set the time and then the network account can login. I have tried using direct IP addresses for the NTP server. That doesn't work either. I have adjusted the tolerance of the AD server to accept a large discrepancy in time (did not work). Set the users to be mobile accounst (local home folders), did not work. The only fix will be to ensure that the time does sync at boot, before login. Is there a way to force the computer to sync at boot to a given NTP server, prior to the login window appearing?

    I have come up with my own solution for this issue. It is a two part solution. We found that the computers are experiencing time drift and that after they get out of sync by 5 minutes they can no longer login. One would think that the setting in the Date and Time system preference to automatically synchronize the time would take care of this. That however is not the case that check mark does not affect the ntp service at all. It merely eliminates the need to click a button when entering the system preference. How did we discover this? well that is part of the solution. We used webmin (http://www.webmin.com) to look at the ntp configuration. No matter what changes we made with the Date & Time preferences nothing changed in the system ntp settings. So on to the solution: Install webmin, and configure the ntp protocol manually to sync at your desired interval (I did hourly). This stops time drift. Next create a startup item and associated plist to force time sync at boot (be sure to loop it as different machines initialize their network cards slower). I have made ours available for download (http://www.manheimcentral.org/~getzt/netTime.zip). I hope this helps others. We have found that this works fairly well.

  • Time Capsule and time machine with third party router

    Hi,
    This is the first time I use this site.
    I have over three years old Mackbook.
    APP has expired.
    Now I want to know how to set up time capsule in a new environment.
    I moved from Australian and Singapore.
    I was using Time Capsule and Airport Extreme in Australia.
    I have moved to Singapore.
    I am using router provided by Singtell(Singapore Telecommunication). I do not have an Airport Extreme anymore. My housemate and I are using wireless internet-sharing. Needless to say that internet provider is SingTell.
    Now I would like to know how to use time capsule and time machine with the network created with a router provided by SingTell.
    What I did so far is;
    Connected the time capsule to the power point.
    Orange lamp lit and flashed for a few second and stop. Orange lamp stayed on.
    Apple Utility does not recognise Time Capsule.
    I prefer to use it wirelessly.
    There are only two USB cable ports installed.
    One is used to synchronize iPhone.
    Other is used for a printer.
    but if it is not possible, wired would be OK.
    MacBook 13 inch 2.0 GH Late 2006
    I hope that someone able to give me an answer for this.
    Cheers,
    morepubholidays

    In this case the apple support people reveal a truly poor understanding.
    You must bridge something.. you either bridge the TC.. which 90% of people do.. or you bridge the dsl router.. which some people do manage to do.. You will have to look that up for your modem and check with verizon if they support pppoe authentication.
    IMHO just bridge the TC as you were told not to do.. as they are simply wrong about that.
    If you already tried this and it didn't work.. try again.. it is the correct approach.
    You have no choice. But this time let me suggest you do it using the 5.6 airport utility.. as the apple toyland v6 airport utility is likely half your trouble.
    So here is how to get the utility into your computer.
    How to load 5.6 into ML.
    1. Download 5.6 for Lion.
    http://support.apple.com/kb/DL1482
    Click to open the dmg but do not attempt to install the pkg.. it won't work anyway.
    2. Download and install unpkg.
    http://www.timdoug.com/unpkg/
    Run unpkg on the desktop.. it is very simple.. drag the AirPortUtility56.pkg file over to unpkg.. and it will create a new directory of the same name on the desktop.. drill down.. applications utilities .. there lo and behold is Airport utility 5.6 .. drag it to your main utilities directory or just run it from current location.
    You cannot uninstall 6.1 so don't try.. and you cannot or should not run them both at the same time.. so just ignore the toyland version.. the plastic hammer.. and start using 5.6.. a real tool.
    For screen shots see this post.
    https://discussions.apple.com/thread/4668746?tstart=0
    Then open the manual setup on the 5.6 utility.. go to internet tab. Connection sharing.. off bridged mode.
    Select this and update..
    Then all your IP addresses will be wrong.. I suspect this is where things are going wrong.. and messing you up.
    Once the TC is bridged.. turn off everything and restart.. in correct order.. modem.. TC.. client computers etc. 2min gap between each.

  • How to enter a new Date and Time each day in a Numbers Spreadsheet...

    Hi... I have finally decided to move away from Excel and really give Numbers a shot... I have an application where each day I first enter the current date and time into a particular cell of a new row and then I enter some data in cells adjacent (in the same row) as that entered date-time. Then the next day I want to again enter the (new) current date and time and add more data next to that new date-time and so forth day after day... You can't use something as simple as =NOW() because then everyday, ALL of the date-times would change to the current time... Nope, now what I want... I just want to be able to EASILY and QUICKLY enter the current date-time value in one call and then have that specific value stay there forever... In Excel, this is accomplished with the keyboard shortcuts of
    <cntl> followed by a semicolon (;) for the date
    then enter a single space (for separation of date versus time) followed last by
    <command> followed again by a semicolon...
    So all together that is,
    <cntl><;><sp><command><;>
    and that puts something like
    4/10/2010 9:49:00 AM
    in a single cell...
    That's what I now want to be able to do in Numbers...
    How do I do that??? Do I use the menubar item "Insert Date and Time" and if so, how exactly do I get the current time to show up in the chosen cell??? With formatting??? Is there a keyboard shortcut method like the one I mentioned that works for Excel?? I've perused the manual and though I found lots on date-time, I didn't see how to do specifically what I want to do... I likely just missed it as surely it must be easy to do...
    Any feedback would be much appreciated... thanks... bob...

    Badunit wrote:
    The result of running that script is "UI Enabled = TRUE".
    I have cells named by the header values.
    This may be the problem.
    The script is an old one which deciphered only the letter+digit cell references.
    Here is a new version which works with every kind of cell reference.
    --[SCRIPT insertDateTime]
    Enregistrer le script en tant que Script : insertDateTime.scpt
    déplacer l'application créée dans le dossier
    <VolumeDeDémarrage>:Users:<votreCompte>:Library:Scripts:Applications:Numbers:
    Il vous faudra peut-être créer le dossier Numbers et peut-être même le dossier Applications.
    Placez le curseur dans la cellule qui doit recevoir la date_heure
    menu Scripts > Numbers > insertDateTime
    La cellule pointée reçoit la date_heure.
    L'aide du Finder explique:
    L'Utilitaire AppleScript permet d'activer le Menu des scripts :
    Ouvrez l'Utilitaire AppleScript situé dans le dossier Applications/AppleScript.
    Cochez la case "Afficher le menu des scripts dans la barre de menus".
    +++++++
    Save the script as a Script : insertDateTime.scpt
    Move the newly created application into the folder:
    <startup Volume>:Users:<yourAccount>:Library:Scripts:Applications:Numbers:
    Maybe you would have to create the folder Numbers and even the folder Applications by yourself.
    Put the cursor in the cell which must receive the date_time.
    menu Scripts > Numbers > insertDateTime
    The pointed cell receives the current date_time.
    The Finder's Help explains:
    To make the Script menu appear:
    Open the AppleScript utility located in Applications/AppleScript.
    Select the "Show Script Menu in menu bar" checkbox.
    Yvan KOENIG (VALLAURIS, France)
    2009/03/01
    2010/04/11 is now able to treat every kind of cell references
    property theApp : "Numbers"
    --=====
    on run
    set {dName, sName, tName, rname, rowNum1, colNum1, rowNum2, colNum2} to my getSelParams()
    my doYourDuty(colNum1, rowNum1, tName, sName, dName)
    end run
    --=====
    on doYourDuty(c, r, t, s, d) (*
    c = columnIndex
    r = rowIndex
    t = table's name
    s = sheet's name
    d = document's name *)
    local cdt
    set cdt to my cleanThisDate(current date) (* the new date_time as a clean date_time *)
    tell application "Numbers" to tell document d to tell sheet s to tell table t
    set value of cell r of column c to cdt as text
    end tell -- application …
    end doYourDuty
    --=====
    on cleanThisDate(dt)
    (* ugly code but once I got date_time with milliseconds so if necessary, I drop them *)
    local l
    set l to my decoupe(dt as text, ":")
    if (count of l) > 3 then set dt to date (my recolle(items 1 thru 3 of l, ":"))
    return dt
    end cleanThisDate
    --=====
    on getSelParams()
    local r_Name, t_Name, s_Name, d_Name, col_Num1, row_Num1, col_Num2, row_Num2
    set {d_Name, s_Name, t_Name, r_Name} to my getSelection()
    if r_Name is missing value then
    if my parleAnglais() then
    error "No selected cells"
    else
    error "Il n'y a pas de cellule sélectionnée !"
    end if
    end if
    set two_Names to my decoupe(r_Name, ":")
    set {row_Num1, col_Num1} to my decipher(item 1 of two_Names, d_Name, s_Name, t_Name)
    if item 2 of two_Names = item 1 of two_Names then
    set {row_Num2, col_Num2} to {row_Num1, col_Num1}
    else
    set {row_Num2, col_Num2} to my decipher(item 2 of two_Names, d_Name, s_Name, t_Name)
    end if
    return {d_Name, s_Name, t_Name, r_Name, row_Num1, col_Num1, row_Num2, col_Num2}
    end getSelParams
    --=====
    set {rowNumber, columnNumber} to my decipher(cellRef,docName,sheetName,tableName)
    apply to named row or named column !
    on decipher(n, d, s, t)
    tell application "Numbers" to tell document d to tell sheet s to tell table t to return {address of row of cell n, address of column of cell n}
    end decipher
    --=====
    set { d_Name, s_Name, t_Name, r_Name} to my getSelection()
    on getSelection()
    local _, theRange, theTable, theSheet, theDoc, errMsg, errNum
    tell application "Numbers" to tell document 1
    repeat with i from 1 to the count of sheets
    tell sheet i
    set x to the count of tables
    if x > 0 then
    repeat with y from 1 to x
    try
    (selection range of table y) as text
    on error errMsg number errNum
    set {_, theRange, _, theTable, _, theSheet, _, theDoc} to my decoupe(errMsg, quote)
    return {theDoc, theSheet, theTable, theRange}
    end try
    end repeat -- y
    end if -- x>0
    end tell -- sheet
    end repeat -- i
    end tell -- document
    return {missing value, missing value, missing value, missing value}
    end getSelection
    --=====
    on decoupe(t, d)
    local l
    set AppleScript's text item delimiters to d
    set l to text items of t
    set AppleScript's text item delimiters to ""
    return l
    end decoupe
    --=====
    on parleAnglais()
    local z
    try
    tell application theApp to set z to localized string "Cancel"
    on error
    set z to "Cancel"
    end try
    return (z is not "Annuler")
    end parleAnglais
    --=====
    --[/SCRIPT]
    It's available on my idisk :
    <http://public.me.com/koenigyvan>
    Download :
    For_iWork:iWork '09:for_Numbers09:insertDateTime.zip
    Yvan KOENIG (VALLAURIS, France) dimanche 11 avril 2010 14:16:41

  • How to change the day and time seen on the calendar

    Hi.
    I am a bit confused as to how to restrict the day and time shown on a calendar.
    The ical help says this:
    To change the days of the week or the number of hours that appear in the main calendar view, choose iCal > Preferences, and make your choices from the Week and Day pop-up menus in the General pane. For example, you can choose to only see the hours from 9AM to 5PM on Monday through Friday.
    However, in my preferences pane, i don't have a either a week or day pop up menu that i can see, so i can't seem to restrict these fields. It's really frustrating as calendars are beginning at 1am!!!!
    Anybody got any ideas?
    Thanks
    David Tobin

    OK, but what did the help menu mean when it said..
    To view the day's, week's, or month's events, click the Day, Week, or Month button at the bottom of the iCal window.
    To change the days of the week or the number of hours that appear in the main calendar view, choose iCal > Preferences, and make your choices from the Week and Day pop-up menus in the General pane. For example, you can choose to only see the hours from 9AM to 5PM on Monday through Friday.
    To change which months are shown in the mini-month calendar (in the lower-left corner of the iCal window), click the arrows above the mini-month calendar. To see more than one month, drag the mini-month divider (the horizontal gray bar above the diamond) upward.
    To see events that are earlier or later in the day, use the scroll bar on the right side of the main calendar view.
    To change the range of time in the main calendar view that is not shaded (representing your "normal" day), choose iCal > Preferences. In the General pane, choose the times you want to appear in white (not shaded) from the "Day starts at" and "Day ends at" pop-up menus. All times outside that range are shaded.
    This suggests that you should be able to limit the hours actually shown on the calendar to a set range as opposed to just changing the shaded area.
    Have you any idea how to achieve this, as i don't see the popup menu suggested with...
    To change the days of the week or the number of hours that appear in the main calendar view, choose iCal > Preferences, and make your choices from the Week and Day pop-up menus in the General pane. For example, you can choose to only see the hours from 9AM to 5PM on Monday through Friday.
    I am confused!!
    Any other ideas?
    David Tobin

  • Printing time range month view

    This is driving me crazy. All I want to do is print the start time and the end time in month view. The problem is that I only get a start time for the event. Or if I try to enter the time in the even manually I get a time and a time range. The only way i found that works is to check the all day box then enter the time range manually in the event (3:00-5:00). When I print it works, but it screws up the snyc to my pda, and the list view. Any ideas?

    I don't know whether this a "solution" or a work-around, but I did find a way to resolve this problem. I recently started using iCal by transferring appointments from a BlackBerry using the BlackBerry PocketMac software. Although all of the appointment times appeared on the monthly calendar, most of the appointment times were replaced by ellipses when the monthly calendar was printed. It turns out that the times would print only after re-entering the appointment manually. This had to be done completely from scratch, i.e., not by editing the original appointment, or by cutting and pasting the appointment back into the calendar. This is a complete pain, but seems to work. I'd love to hear a better solution...

  • Need to determine how to specify a time range in the COUNTIFS criteria

    I'm using the following formula to identify individuals in a list of individuals performing  a task and categorizing the time they complete it in: =COUNTIFS($A:$A,"someperson",$D:$D,G1) , where G1 is <=4:00:00.  What I what do
    do is have G1 define a time range such as: equal to between 4:00:00 and 8:00:00.  I just can't figure out the proper syntax.
    Any help would be appreciated

    =COUNTIFS($A:$A,"someperson",$D:$D,">=4:00",$D:$D,"<=8:00")
    or 
    =COUNTIFS($A:$A,"someperson",$D:$D,">=" & G1,$D:$D,"<=" & G2)
    Where G1 has 4:00 and G2 has 8:00 
    or
    =COUNTIFS($A:$A,"someperson",$D:$D,">=" & G1,$D:$D,"<=" & G1 + 4/24)
    where G1 has 4:00 and you want a 4 hour window.

Maybe you are looking for

  • How to add a second page to scene selections link

    I imported a QuickTime that has 12 chapter markers.  iDVD automatically creates the main page that has two links:  "Play Movie" and "Scene Selection".  When I try to burn the DVD, I get an error telling me that the "Scene Selection" page has more tha

  • DIMM for HP CLJ400 M451dn

    I have a new M451 and would like to find a 256MB DIMM to install. Are these exclusive products to HP or are there 'after market' DIMMS available in stores. I will need to know what is compatible with this printer.  144-pin, 168-pin etc. Give a man a

  • JSP Failed to Compile in BEA WebLogic!

    Hi All,           I am getting the following error message while executing the JSP pages in WebLogic Server 8.1 SP5.           Explicit cast needed to convert java.lang.Throwable to java.lang.Exception.           The JSP page was working fine in JRun

  • Menu button image

    Hi, I'm creating a menu using an Apple template as a starting point. When I drag my track (with markers) to a menu button and choose "create chapter index & make connections" the sub-menu buttons do not show the entire image of the frame where the ma

  • Elements Organizer 10.0 Disappeared

    I have been using PSE 10 since October.  All of a sudden the Organizaer is gone.  I looked under Program Files/Adobe and the Elements Organizer 10.0 is gone.  Not sure what happened.   My question is I also have PSE 10 on my laptop.  Can I just copy