How to create a formula that shows only the last date of a series of dates

I have a report that shows a series of dates that 'notes' were created on a particular file. I want the report to only show the date of the last note that was created instead of showing all the dates. Ive tried using 'Maximum ()' which does not work.
Any suggestions?

Either order the dates in ascending order and place the date field in the group footer
-or-
order the dates on descending order and plade the date field in the group header.
HTH,
Jason

Similar Messages

  • How to create a latch that can latch the input data for 50ms?

    Now I have some data come from the sensor. I want to latch this data for 50 ms and then reset it to 0. Does anybody do this before? Thank you

    Now I am using the "two button dialog" to create a dialog box. After the dialog box pop up, I choose "yes" the "two button dialog" will output a "True". My problem is that this "True" disapear too fast. My while loop frequency is only 20Hz. And I want to send this "True" value to somewhere. However the two "button dialog" will clear this "True" after 10ms?. So I always got a "false" value. How to "Freeze" this dialog box output value for at least 50ms? How to create a latch to hold this value?
    Attachments:
    Two_button_Dialog.bmp ‏1132 KB

  • How to create an applet that shows a pdf as non-editable.

    Hi friends,
    Does any one know how to create an applet that shows a pdf document (should make that pdf a non-editable one) while clicking a link.Its urgent for me as I have to complete this one tomorrow itself...please help me...
    I am able to view the pdf document but that cannot be make a non-editable one.
    Can anyone gave me the code for that one....please I am not very much good in Java.

    PDF is a proprietary format and Java doesn't support it by default. Are you using a 3rd party tool to create the PDF? If so, you need to review the developer docs to see how to make the document non-editable. Frankly, I don't see why you're using an Applet to view a PDF in the first place. What exactly are you trying to do. I'm confused.

  • How to create a form that will allow the applicant to upload their photo

    I have Adobe Acrobat 9 Pro Extended and I know how to create forms that require text input.
    How to create a form that will allow the applicant to upload their photo? I alo wish to know how to upload a photograph so that I can test the form I created.
    Thank you
    Adrian Watts

    test@ORA10G> with x as (
      2    select '234-1111' as customer, to_date('2-Jan-2008','dd-Mon-yyyy') as call_date, 'Order product' as reason from dual union all
      3    select '234-1132', to_date('3-Jan-2008','dd-Mon-yyyy'), 'Request info' from dual union all
      4    select '231-1154', to_date('4-Sep-2007','dd-Mon-yyyy'), 'Request info' from dual union all
      5    select '234-1111', to_date('2-Nov-2007','dd-Mon-yyyy'), 'Order product' from dual union all
      6    select '234-1132', to_date('9-Jan-2008','dd-Mon-yyyy'), 'Request info' from dual union all
      7    select '231-1154', to_date('9-Sep-2007','dd-Mon-yyyy'), 'Request info' from dual union all
      8    select '234-1111', to_date('5-Dec-2007','dd-Mon-yyyy'), 'Order product' from dual union all
      9    select '234-1131', to_date('7-Dec-2007','dd-Mon-yyyy'), 'Request info' from dual union all
    10    select '231-1154', to_date('1-Sep-2007','dd-Mon-yyyy'), 'Request info' from dual union all
    11    select '234-1111', to_date('8-Jan-2008','dd-Mon-yyyy'), 'Order product' from dual union all
    12    select '234-1131', to_date('3-Dec-2007','dd-Mon-yyyy'), 'Request info' from dual union all
    13    select '231-1154', to_date('4-Nov-2007','dd-Mon-yyyy'), 'Forward to Sales' from dual)
    14  --
    15  select customer,max(call_date), reason
    16  from x
    17  where reason = 'Request info'
    18  group by customer, reason;
    CUSTOMER MAX(CALL_ REASON
    231-1154 09-SEP-07 Request info
    234-1131 07-DEC-07 Request info
    234-1132 09-JAN-08 Request info
    test@ORA10G>
    test@ORA10G>pratz

  • Itunes it's not showing me the last date/time the iPhone/iPad was backed up.

    I just backed up my iPhone and iPad but  iTunes it's not showing me the last date/time my device was backed up. I had just done a backup about 3 hours ago. And when I go to check the backup location I see a folder there with the time it was last backed up. But it's not showing me the backup date in iTunes. I don't know what to do.
    I already tried to remove the folder in App. Support-Mobile Sync and start a brand new backup. But no date.
    Tried to delete and start a new iTunes folder in Music but nothing has changed
    Any solution is welcome!

    iCloud requires OS X Lion (10.7.2) or higher.  You will need to upgrade to either Lion higher in order to set up iCloud on your Mac.  First check to see if your system meets the system requirements to upgrade.
    Lion system requirements are:
    Mac computer with an Intel Core 2 Duo, Core i3, Core i5, Core i7, or Xeon processor
    2GB of memory
    OS X v10.6.6 or later (v10.6.8 recommended)
    7GB of available space
    Mountain Lion requirements are shown here: http://support.apple.com/kb/HT5444.
    Mavericks requirements are shown here: http://support.apple.com/kb/HT5842.
    If you can run Mavericks, you can purchase an upgrade from the Mac App Store.  If you can only run Lion or Mountain Lion, contact the online store in your country and purchase a redemption code to download it from the Mac App Store.
    After upgrading, you will find iCloud in System Preferences>iCloud on your Mac, and can set it up as explained here: http://www.apple.com/icloud/setup/mac.html.
    Before upgrading, you may want to check the compatibility of your existing programs by checking here: http://roaringapps.com/apps:table.

  • I select a page for printing and the print page shows only the frame data and this is all that it prints.

    when I click on print the page to print shows only the frame and that is all that is printed. Why isn't the page data shown on the print page and also printed?

    This is how you do it:
    http://i1224.photobucket.com/albums/ee374/Diavonex/c7db8382.jpg
    http://i1224.photobucket.com/albums/ee374/Diavonex/5e4aadae.jpg

  • How to create a user that can login the LDAP?

    I want to create a user that can login the OID/LDAP. I know how to create a user, it is allowed to login OIDDAS, but I also want the user to grant access to ldap directly. How do i do that?
    And how can I give it read rights and or update/delete rights on a specific tree?
    Regards
    Eelco

    Eelco,
    did you see the OiD developers guide? Here you find some examples how to create users in OiD using pl/sql or java.
    http://download-west.oracle.com/docs/cd/A97329_03/manage.902/a95193/smplcode.htm#637294
    how to use directory access control can be found in
    http://download-west.oracle.com/docs/cd/A97329_03/manage.902/a95192/access.htm#1054232
    --Olaf

  • Is there a feature in iCS that shows only the time scheduled/available on my calendar?

    Is there a filter mode that will mask the content of my schedule and show only
    the time scheduled/available?
    <P>
    This feature, which will be called "free/busy" time, will be included in the
    next major release of iPlanet Calendar Server. There will be an Access Control
    List(ACL) that provides Free/Busy access, as opposed to only Read access.

    Apps are on my iPad and worked fine with iOS 6. When iOS7 was loaded, I can no longer sign in to these two apps using my Apple ID. These apps are on my phone and work fine.  This problem is on on my iPad. 

  • How to create a jframe which has only the close button

    hi
    i want to create a jframe which hold only the close button on the title bar. just like an JOptionPane.
    hussain52

    Well, if you are in a window's environment and using forte, you can go to sample forms, MDI, and then just highlight and delete what you don't want from the menubar.

  • How to create a report in bex based on last data loaded in cube?

    I have to create a query with predefined filter based upon "Latest SAP date" i.e. user only want to see the very latest situation from the last load. The report should only show the latest inventory stock situation from the last load. As I'm new to Bex not able to find the way how to achieve this. Is there any time characteristic which hold the last update date of a cube? Please help and suggest how to achieve the same.
    Thanks in advance.

    Hi Rajesh.
    Thnx fr ur suggestion.
    My requirement is little different. I build the query based upon a multiprovider. And I want to see the latest record in the report based upon only the latest date(not sys date) when data load to the cube last. This date (when the cube last loaded with the data) is not populating from any data source. I guess I have to add "0TCT_VC11" cube to my multiprovider to fetch the date when my cube is last loaded with data. Please correct me if I'm wrong.
    Thanx in advance.

  • Urgent: Gif animation shows only the last frame when reloaded

    I use ImageIcon to show gif animations on screen. I want to use only non-looping gif animation files.
    Always when I show a gif animation for the first time it runs correctly through all the frames.
    However when reloading later the same gif animation only the last frame appears. I want to see all the frames of the animation, not only the last frame.
    So for the first showing of the animation this works well:
         icon = new ImageIcon("first_animation.gif");
           label = new JLabel();
           label.setIcon(icon);Then I show another animation and also it works well:
           icon2 = new ImageIcon("second_animation.gif");
           label.setIcon(icon2);Now I would like to show the first animation again but only the last frame of that first animation appears on screen:
    label.setIcon(icon);And even this alternative way to refresh does not work:
           icon = new ImageIcon("first_animation.gif");
           label.setIcon(icon);
    How can I reload the first animation again so that it shows all the frames not only the last frame???
    I have tried for ex. commands updateUI(); and setImageObserver but they don't seem to help.
    I am only a novice so...
    Please I would really appreciate your detailed advice what lines I should rewrite in my code and how?
    Thank you very much!!

    By flagging your question "urgent", you are implying that either your question is more important than other people's questions, or your time is more valuable than mine (or someone else's answering questions here). Both are not true.

  • How do I get email to display only the last 50 or 100 emails ?

    How do I get email to display only my last 50 or 100 emails?

    I think I figured it out. I downloaded all the email in my wife's hotmail account(500) to the iphone and then deleted 350 of the emails on the iphone. then I set the iphone to look for the 200 most recent messages. When I did this the iphone updates all the new emails and the old ones that I deleted on the iphone are still in hotmail.
    Mike

  • How to create a graph that shows individual totals plus cumulative ones as well?

    Hi,
    I use Numbers regularly in the most basic way possible but I'd love to create a chart/graph that shows individual totals but can also show cumulative ones.
    For example, Tune A was written in 2004 and earnt £5 that year, £7 in 2005, £8 in 2006, £9 in 2007.
    Tune B was written in 2006 and earnt £5 in that year, £2 in 2007, £3 in 2008 and £4 in 2009.
    Tune C written in 2007 earnt £1 that year, £3 the next year etc.
    I want to be able to see how each Tune is earning across the years but also see how much I earnt from all three Tunes in 2007, 2008 etc.
    Can any tell me whether it's possible, whether such thing already exists (free or paid for template is fine) or how to in simple terms?
    Many thanks.
    A.

    Setting up one simple data input table and using SUMIFS and COUNTIFS to extract summary data can be easier and more flexible than using long LOOKUP functions with multiple data input tables.   For example, this one Data table can be used to as the source for the other tables, each of which has only one formula which can be copied to other body cells:
    In B3 of 'Tune A Earnings by Year', copied down:
          =SUMIFS(Data::$C,Data::$B,$A3,Data::$A,$A$1)
    (This table can be cloned for other tunes by copy-pasting it and changing the value in A1 to the relevant tune name.)
    In B2 of 'Total Earnings by Year', copied down:
          =SUMIFS(Data::$C,Data::$B,$A2)
    In B2 of 'Total Earnings by Tune', copied down:
         =SUMIFS(Data::$C,Data::$A,A2)
    In B2 of 'By Tune by Year', copied right to column D and down:
          =SUMIFS(Data::$C,Data::$B,$A2,Data::$A,B$1)
    SUMIFS and COUNTIFS work using column-condition pairs. They are not affected by sorting or filtering the data table and update results automatically as new rows are added to the data table.
    SG

  • How do I limit my email to show only the last 50 as in previous versions?

    I updated my phone and now I do not see how to limit my emails to show the last 50 only as I did in previous versions. Anyone no how to do this and to select all for deleting emails?

    Hi Katbat,
    I think I've *almost* found out how to do this.. sign up for "BC Backups". Sync file with your dropbox. Open the backup file "Orders" and it will show the columns below. Maybe you can cross compare it with the BC report to get your other columns?
    We use it to see discount codes / a report on value of invoices where discount codes were used. It's like business catalyst reports on steroids. Hope that helps
    Id
    Order ID
    Order Name
    Workflow Id
    Status Type Id
    Order Type
    Invoice Number
    Invoice Date
    User Id Assigned To
    Shipping Amount
    Shipping Tax Rate
    Shipping Attention
    Shipping Instructions
    Shipping Option Id
    Discount Code Id
    Discount Rate
    Total Order Amount
    Direct Debit Type Id
    Direct Debit Days
    Is Recur
    Next Invoice Date
    End Recur Date
    Cycle Type Id
    Create Date
    Last Update Date
    Deleted
    Shipping Street
    Shipping Street2
    Shipping Suburb
    Shipping State
    Shipping Postcode
    Shipping Country
    Billing Street
    Billing Street2
    Billing Suburb
    Billing State
    Billing Postcode
    Billing Country
    Street
    Street2
    Suburb
    State
    Postcode
    Country
    Payment Method Type Id
    Payment Description
    Amount
    Payment Status Id
    Transaction Number
    Transaction Auth Code
    Payment Date

  • How to create a version that looks like the "quick preview" image?

    Is there a way to easily create a version that is similar in appearance (mostly apparent as saturation)to what is seen when hitting the P key and viewing the "quick preview"? I shoot raw (Canon .cr2) and find that for many of my shots, the "quick preview" would be a nice starting point, and often a fine end-result, for saturation. Any hints welcomed. Thanks. Fred

    Thanks for your comments and I certainly agree with your suggestions. I was hoping that there was something that I was overlooking that would essentially work like a "lift/stamp" and let me find settings that were embedded in the camera generated jpg. I know that you know your way around Aperture, so if you don't have a trick up your sleeve, I think it's probably not to be found.

Maybe you are looking for

  • No "upload" folder in my Photo Stream on PC

    I have no "upload" folder in my Photo Stream on PC.  Saved a video to Photo Stream on PC but not uploading to view on iPhone.  I have uninstalled iCloud on PC and reinstalled and the "Upload" folder (that I assume I need) doesn't appear.   Any sugges

  • IMac Firmware

    Has anyone installed the new iMac Core Duo firmware? What effect has it had on your system? I like to keep up to date, but I also like to know how others are fairing. If I update the firmware I am doing it for the sake of updating, not to run Boot Ca

  • Why is it taking so long to upload articles with video content?

    It was uploading well the past several days now it seems to take forever, or it throws an error and doesn't upload at all. The videos aren't that big, between 10 - 20 Mb.

  • Cannot restart mac book as safari will not shut down

    I am unable to restart my Macbook as Safari refuses to shut down. The Quit Safari is not highlighted. The problem began when I tried to update safari software.I am running system 10.7.4. Please help Thanks

  • Grow/Shrink Hold Size

    I am using a Motion HD template (Blue News template) and one of them starts with a picture of a person growing in size. The template only lasts about 5 seconds but i want to use it longer. My question is how after the image has grown how can I keep i