Reporting on date and time

Hi,
I want create a keyfigure which will show latest date and time from below. The data in DSO is like..
Field A     Field B      Field C  Field D(KF)            Field E(KF)
1000        J0001          2        11.08.2009      11:00:00
1000        J0001          3        11.08.2009      12:25:00
In the report i should show the latest date and time stamp. 
What would be best way to show only the latest date and time. Field c is dynamic. It will vary as 4,5,6,7....
Any help greatly apprecites.
Regards,
Suresh.

Hi Ajay,
Thanks for reply. Yes it worked for date. But the time i was not able to make it work.
For example
Field A Field B Field C Field D(KF) Field E(KF)
1000 J0001 2 11.08.2009 11:00:00
1000 J0001 3 11.08.2009 12:25:00
1000 J0001 4 12.08.2009 10:00:00
In this case i was only able to get latesttime as 12:25:00. Basically i want to report on what ever Field highest value corresponding date and time.
What i did is created condition for the date kf with operator top n and variable of replacement path of attribute value and characteristic key for field c. It worked for date.
Similarly i created condition for the time kf with operator top n and variable of replacement path of attribute value and characteristic key for field c. it reportted 12:25:00.
Is there any chance we can check date reported and then pick the corresponding time in another column.
Regards,
Suresh.

Similar Messages

  • Report the date and time of all the systems reporting to sccm

    Hi,
    We have a requirement to report the date and time of all the systems reporting to SCCMnot sure if this is possible.
    Appreciate any help regarding this.
    Thanks

    Not sure I understand what you are asking. Do you want to get the date/time for the last hardware inventory, heartbeat discovery etc?
    Kent Agerlund | My blogs: blog.coretech.dk/kea and
    SCUG.dk/ | Twitter:
    @Agerlund | Linkedin: Kent Agerlund |
    Mastering ConfigMgr 2012 The Fundamentals

  • How to display last data update date and time in report?

    Hai All,
               I want to report the date and time of the last upload in a report. How can I do this?
    I mean if I load the data today 5th April 2006 at 8.30 pm, then would i be able to show that on my report at the top of it(along with filer objects may be)?
    Thank you.

    Hi Visu,
    You will find detail info from help.sap
    check the links and they are  useful
    BEX Analyzer:
    http://help.sap.com/saphelp_nw04/helpdata/en/9f/4e9d39d44cd45ee10000000a11402f/frameset.htm
    Web Application Designer
    http://help.sap.com/saphelp_nw04/helpdata/en/9f/4e9d39d44cd45ee10000000a11402f/frameset.htm
    -Doodle
    Message was edited by: Doodle

  • Work Status Report Date and Time Setting

    Hi all
    We are running BPC10 on servers configured with Central European Time which is currently 2 hours ahead of GMT allowing for Daylight Savings Time.
    From what i can see in BPC10 date and times are now stored in GMT (Zulu time) in the Audit activity tables so when a user updates the work status at say 11:00AM local CET time then a value of 09:00AM GMT is stored in the Audit Activity Header table.
    We have a report in excel that uses the EVLCK formula and will return the correct value of 11:00 am however if we run the Work Status Audit report on the Planning and Consolidation home page with user preferences set to Central European Time +1 then the time is displayed as 10:00am suggesting that daylight savings time is not accounted for. We need to set the time to Eastern European time +2 hours to display the correct figure.
    Can anyone explain why this happens? Has DST been overlooked?
    Rgds
    Alan

    Hi Alan,
    probably it's a bug, I think it's better you open an OSS message to SAP.
    Regards
         Roberto

  • User login report in Active Directory for specific date and time

    I want to get User login report in Active Directory for specific date and time e.g user logged in at15-01-2015 from 8:00am to 4:00pm
    Is any query, script or any tool available?
    Waiting for reply please

    You can identify the last logon date and time using my script here: https://gallery.technet.microsoft.com/scriptcenter/Get-Active-Directory-User-bbcdd771
    If you would like to get back in time and see when the user did a logon / logoff then you need to have auditing enabled. Once done, you can records from Security log in the event viewer: https://social.technet.microsoft.com/Forums/windowsserver/en-US/98cbecb0-d23d-479d-aa65-07e3e214e2c7/manage-active-directory-users-logon-logoff-events
    I have started a Wiki about how to track logon / logoff and it can help too: http://social.technet.microsoft.com/wiki/contents/articles/20422.record-logon-logoff-activities-on-domain-servers-and-workstations-using-group-policy.aspx
    This posting is provided AS IS with no warranties or guarantees , and confers no rights.
    Ahmed MALEK
    My Website Link
    My Linkedin Profile
    My MVP Profile

  • How can I get the date and time and display it on the report main page?

    Gurus,
    How can I get the date and time and display it on the report main page?
    Thanks!

    Hello,
    You can create a Formula Colum returning a date :
    function CF_1Formula return Date is
    begin
    RETURN(SYSDATE);
    end;
    Put a Field in the Layout having this formula column as source .
    Regards

  • Reportable Last Modified Date and Time Field

    Reportable Last Modified Date and Time Field
    Hello,
      We need a reportable RequestCenter 'last modified date/time' database field that is refreshed when the 'Comments and History' field is updated.  Any ideas would be appreciated.  Thanks! 

    No, unless you can use an FTP client.

  • Restriction in event reported date and time

    Dear All,
                We have a requirement where we want to keep check on all the reported events such that none of the events are reported with future date and time.
              We have some 25 reporting events and we have an option to keep the check in Preprocessing  FM but then i have to add the customizing of each of the reported events.
      Do we have any possibility to keep a validation via customizing on Actual Reported Date and time event to be within current date and time i.e. no future event is possible without using preprocessing functionality.
    Thanks,
    Shubh.

    Dear Steffen,
                       Thanks for your reply but what i meant to ask is as below :
                       For an event which I am reporting , I have actual date and time as a field. In this field user  can enter any date and time and this will be treated as reported date and time for that event.
       What I need is the restriction that none of the reported date and time is in future from the time when user is actually reporting the event. I am not considering planned date and time as the criteria for restriction.
    Thanks,
    Shubh.

  • Separate Date and Time report parameters in SSRS 2012

    Hi Forumers'
    I m trying to design a report in SSRS with Separate date and time parameters
    I would like to have four parameter StartDate,EndDate,StartTime and EndTime.
    reports should be filter on all four parameter.
    can any one help me on this. i am using stored procedure to fetch data from db.
    GO
    SET ANSI_NULLS ON
    GO
    SET QUOTED_IDENTIFIER ON
    GO
    ALTER PROCEDURE[dbo].[GetIVRTime]
    @StartDate varchar(50),
    @EndDate varchar(50),
    @StartTime Varchar(50),
    @EndTime Varchar (50)
    AS
    BEGIN
    DECLARE @Names VARCHAR(8000)
    BEGIN
    Select Convert(varchar(12),timestamp,105)As Date,CONVERT (VARCHAR(12), timestamp, 108) As Time,
    Count(cli)As TotalCall,
    SUM(case when ivrsuccess=1 then 1 else 0 end)as IVRSuccessfull,
    SUM(case when ivrsuccess=2 then 1 else 0 end)as IVRunsuccessfull,
    SUM(case when exitreason=1 then 1 else 0 end)as PBOTransferred,
    SUM(case language when'ENG'then 1 else 0 end)as EnglishCall,
    SUM(case language when'HIN'then 1 else 0 end)as HindiCall
    From tbl_ivrmaster
    where callstartdatetime>=@StartDate and callenddatetime<=dateadd(dd,1,@EndDate)
     and callstartdatetime>=@StartTime and callenddatetime<=@EndTime
    group by Convert(varchar(12),timestamp,105),CONVERT (VARCHAR(12), timestamp, 108)
    END
    END

    Hi Nirmal,
    I have tested on my local environment that as Visakh16 mentioned that you can use function like DATEADD(dd,DATEDIFF(dd,0,@StartDate),@StartTime) 
    to get the date/time value based on the date and time parameter you have selectted.
    There is also anoher method to add filter in the dataset but not in the query.Details information below for your reference;
    Please change the datatype of the @sartdate and @enddate from text to date, if you don't specify an availbel value for these two parameters, you will get an calender picker to select the date.
    I assumed the two time parameters will enter the value which format like:hh:mm or hh:mm:ssYou can conver the datetime field in the table to string and then compare with the conbine of the date and time field to filter the data
    like below:
    Filter add in the dataset like:
    Expression:=FormatDateTime(Fields!DateTime.Value)           (String type)
    Operator: Between
    Value:
    =Parameters!StartDate.Value &" "&Right(TimeValue(Parameters!StartTime.Value),8)
    =Parameters!EndDate.Value &" "&Right(TimeValue(Parameters!EndTime.Value),8)
    Preview the report:
    If you still have any problem, please feel free to ask.
    Regards,
    Vicky Liu
    Vicky Liu
    TechNet Community Support

  • Apple TV3 setup reports that: "iTunes login failed - cannot sign-in until Network date and time has been set".

    During Apple TV setup, I have not been able to complete the Home Sharing process. Computer/iTunes Home Sharing is setup, but ATV "blocks" its Home Sharing setup. After my Apple ID and password is entered, ATV reports a failure. Also, attempts to login to iTunes from ATV, ATV reports: "iTunes login failed - cannot sign-in until Network date and time has been set". It directs me to the Network tab, but there's no option to set date and time. I have no clue how to do that.
    Help!!! Thanks in advance to anyone who knows how to solve this.

    Welcome to the Apple Community.
    There are things to look out for to make sure your Apple TV can reach the network time server, such as ensuring port 123 is open and only using the DNS address provided by your ISP, but since it was OK one moment and not the next, my guess is these settings are already correct.
    As for the restart, did you try restarting by removing ALL the cables for 30 seconds.

  • CRYSTAL REPORT GRAPH WITH DATE AND TIME

    Post Author: Dino Dentone
    CA Forum: Charts and Graphs
    Dear forum,
    I am developing a Visual Studio .net 2005 Windows Form,i have a sql table with 2 field:1) DATA (date and time)2) Temperatura (numeric)I have to make a line graph with numeric data axes.I have insert two parameters' to customize the filtering, so i can have a graph of the temperature between to date and time.If i choose two date's and time (parameters) like 20/04/2008 00:00:00 trought 20/05/2008 00:00:00 i have no problemBut if a choose a range minor of 1 day (some hours like from 15/05/2008 00:00:00 trought 15/05/2008 08:00:00) i have no graph.It sound like it don't use the time values?Thank's for the Help.

    There is some debugging info on the website. I've had problems getting the text to work. It was generally that I installed either the wrong 'version' of ImageMagick (the recommended one works for me--I'm running Vista x64 and one time installed the x64 version and it didn't work). I also installed Ghostscript to get the font list to work correctly. At one time I installed the x64 version of Ghostscript and it didn't work with the plug-in, either.
    I installed two items:
    ImageMagick: ImageMagick-6.4.9-3-Q16-windows-dll.exe
    Ghostscript: gs863w32.exe
    I don't know if it is necessary but I also added the fonts from
    ghostscript-fonts-std-8.11.tar.gz to the c:\Program Files (x86)\gs\fonts directory. Some, none, perhaps all, may already be installed just by installing ghostscript--it has been so long that I don't remember exactly. I do know that the contents of the gs fonts directory contains all the files in the .gz, I just don't remember if I put them there separately or as part of the gs install :)
    You need to make sure the font size is large enough. I usually use about 2-4% of height and export a single photo to make sure I see the text correctly.
    Tim does respond to email when he can so if you can't get it to work you can always drop him a line.

  • CR 8.5, how can I pass just the date, when it wantes date and time?

    I have a stored procedure that is passes a date parameter.
    When CR prompts me for the date, it also wants the time.
    Either I have to pass CR the time of get CR to just look at the date.
    When I run the report with a date and time, CR returns no records.
    When I run the SP in a SQL query with just the date, it returns data.
    I'm CR 8.5 and MS SQL Server 2005
    Any advice would be appreciated.
    Thanks
    Kelvin

    You can pass the parameter values as follows for datetime.
    01/31/2008 00:00:00 which will returns the data in the report.
    If you either not interested to pass the time everytime, you can achieve it through Add Command option in the datasource expert and trigeer the SP. (i'm not sure Add Command is available with CR 8.5)
    Hope this helps!!

  • Printing date and time in all pages

    hi frds
    i wants to display or print system date and time in every pages can anyone give me coding .
    by
    Pari Vendhan.R

    Hi Pari,
    Please write the system date and time in TOP-OF-PAGE event so that it will be printed in each page of output.
    Example:
    report zdatetime
    line-count 60.
    START-OF-SELECTION.
    *-- write your code here
    TOP-OF-PAGE:
    write: 'Date: ', sy-datum.
    write: / ' Time: ', sy-uzeit.
    In top of page write other details along with date and time. Here in the above declaration after each 60 lines a  new page will be triggered and TOP-OF-PAGE will be called for each page before first write statement.
    Regards,
    Yellappa.

  • Bizarre date and time hang.. Hardware or software?

    Hi all, i have this totally bizarre problem that i have never seen in my 25 years of using mac's..
    Since yesterday my date and time seems to hang; it doesn't really update anymore and when i hover my mouse over i get the beach ball. Also this seems to effect the system prefs, if i start that up it sometimes hangs too.. which then effects and hangs the finder.
    Last night i deleted the associated plist and cages things, zapped the pram etc, no luck with this. Also disk utility showed no problems with my drive.
    So today i installed a fresh new 10.6 system which did install, but the first 2 attempts getting across the welcome&register screens gave me beachballs and complete unresponsiveness too. So now after some hard restarts i'm puzzled.. Also startup and shutdown seems slow.
    As far as i can tell there is no special clock battery in these things that could cause this? So anyone any ideas? Every idea is much appreciated!
    Thanks, Gerben

    Welcome to Apple Discussions Gerben.
    Your computer is apparently early 2008. Do you have the extended Applecare warranty? If you do you could take it to the nearest Apple-authorised service centre & get it checked out.
    If not, try starting in safe mode by holding the shift key until the Apple logo appears. See whether the problem is still there. If not, it's a software problem almost certainly.
    However you should also disconnect all peripherals and see whether there is still a problem. If not, then it is likely one of the peripherals is the source of the problem.
    Failing this insert your original installation dvd, disconnect all peripherals and restart holding the D key. This will check hardware. If any errors are reported you might need to approach service.
    Neville

  • Report Completion date and Report start date in BI Publisher

    Guys
    We have a requirement to get the Report Completion date and start date without Scheduling the report. Can any one give me an idea to get in the BIP Reports
    Regards

    What is the requirement ?
    When the user run report from BIP EE, you want to display how long the report run ?
    or
    Where you want to display these info >?
    If you expecting these info, on click of viewbutton then i dont think it is possible, unless you write the query to fetch the time and in the template processing, subtract that from the current sys-time to get the time it took to run.
    if you can schedule then
    Simplest would be is , taking these info from the tables, directly for the report you are running.
    or
    use Public WS provided by BIP to get the report info
    but in order to get these, first of all the reports should be run in scheduled mode.
    if you don't want the report to be scheduled then, i don't think, you can get these kind of report completion status info.
    otherwise , you can run the query by yourself to get the data and the time it took to complete from database and do some sort of custom calculation by urself

Maybe you are looking for

  • How can i restore from Recovery Disk if my notebook's hard drive and dvd drives are dead.

    Hi. Good day. My hard drive just crashed and im trying to restore from my restore disks. Unfortunately, my dvd is dead too. I copied the recovery disks to a new hard drive and tried booting from a flash drive but the noteebook is still giving me the

  • How do I change the download files to be the name of the sending file and NOT ViewAttachment?

    I started to access my Charter email via Firefox. The names of attachments (Microsoft WORD, PowerPoint and .txt files) appear correctly. However, when I choose to download and save the attachment, the real name is changed to Viewattachment(n) where n

  • Convert FLV to Screen Saver

    I've built a video screen saver for a client using After Effects, Adobe Media Encoder and SWF & FLV Toolbox 4 (FLV & SWF Converter - convert SWF to AVI, SWF to GIF, SWF to JPG, FLV). It's an app that converts .flv and swf files into .scr files. The .

  • ActiveMovie Window Application Error

    As I try to open a project, and just before PE9 crashes, I get the following message: ActiveMovie Window: PhotoshopElementsOrganizer.exe - Apllication Error The instruction at "0x1457f2da" referenced memory at "0x14cbf000".  The memory could not be "

  • Firefox not displaying Cascading Style Sheet borders

    I have pages that sit inside Drupal with its own style sheet that overrides the styles of the themes. The problem occurs where I have tables. Most often the right border of the table or some TDs are sometimes missing. I don't style each table cell se