Displaying date/time in the report of last updating data?

Hi,
I have produced a report over a multiprovider. The multiprovider is built up from tow cubes. The data is being updated to one cube each hour and to the another cube one time daily.
The date/time that display in the report is for the last updating data of the cube that updating one time daily.
I want that the date\time be updated each hour, in another words, to display the date\time of last updating data to the second cube.
Any suggestions?

Hi Mohamad,
Please read through this discussion for a solution:
ROLLUPTIME of a multiprovider
Hope this helps...

Similar Messages

  • Want date displayed with time on the top banner

    Want date displayed with time on the top banner
    On the top banner, I see signal, network, wifi, time, alarm, Bluetooth and battery. I want to see date and month and year too. How?

    There isn't a way to display the date in a banner..  BUT - The calendar icon does display the date and day. 
    HTH

  • Date range to be displayed  & Displaying multiple values on the report

    Hi,
    I have date range parameters, but I also need it to be displayed it on the report. Is there any way I can display it. E.G If a parameter is created one can drag and drop it on the report if it needs to be displayed on the report, I tried to do the same for the date range parameter but it does not work.
    Also If a parameter is created by selecting the option 'Allow Multiple Values', and if you drag and drop it on the report only the first value is displayed and the rest does not show. Has anyone tried this before and been successful in displaying multiple values in the report.
    Thanks in advance.

    Hi,
    A multi-value parameter is actually treated as an array in Crystal Reports.
    To display the values selected in the parameter, create a formula from the Field Explorer and type this code:
    Join({?ParameterName},",");
    Place this formula on the header or the footer sections of the report.
    Regarding the date range issue, please follow Sastry's advice and it should work fine.
    Make sure you're using the parameter in the Minimum and Maximum functions. For eg: If I was to create a date range parameter called OrderDate, my formula to show the start date would look like this:
    Minimum({?OrderDate})
    -Abhilash

  • Execution time for the report.

    Dear All,
    How do i determine the execution time of the report?
    If i need to run some program then please do tell me how can i run the program too?
    Thanks..

    Hi,
    The thread below is telling you how to see query statistics in ST03N.
    Re: BEx Query is executed how many times???
    Regards.

  • TS3297 when i restore my ios the massage appear  the i phone cannot restore at this time because the i phone  software update server cannot be contacted or temporary unavailable plz any one help me what i do

    when i restore my ios the massage appear  the i phone cannot restore at this time because the i phone  software update server cannot be contacted or temporary unavailable plz any one help me what i do

    tell me the full prosedure how i remove entries for gs.apple.com i am a new user thanks

  • When i restore my ios the massage appear  the i phone cannot restore at this time because the i phone  software update server cannot be contacted or temporary unavailable plz any one help me what i do

    when i restore my ios the massage appear  the i phone cannot restore at this time because the i phone  software update server cannot be contacted or temporary unavailable plz any one help me what i do

    You try again later.

  • Finally mite update frm FF 3.6 to 14 for the html5 (on last update frm 3 to 5 google's services dint work). will history, bookmarks, site prefs etc be retained?

    finally mite update frm FF 3.6 to 14 for the html5 (on last update frm 3 to 5 google's services dint work). will history, bookmarks, site prefs etc be retained? active logins probably wont. plugin & extension compatibility not really important.
    also, if i simply hit update and get it done, will that opera-like 'Firefox' menu show up or will i have to do a clean install to get that?

    Be aware that if you've used the current profile before with a Firefox 4+ version there there may have been leftover files from that 4+ version that may be causing problems.
    See also:
    *https://support.mozilla.org/kb/Backing+up+your+information
    *http://kb.mozillazine.org/Profile_backup
    You can create a new profile as a test to check if your current profile is causing the problems.
    See "Basic Troubleshooting: Make a new profile":
    *https://support.mozilla.org/kb/Basic+Troubleshooting#w_8-make-a-new-profile
    There may be extensions and plugins installed by default in a new profile, so check that in "Tools > Add-ons > Extensions & Plugins" in case there are still problems.
    If the new profile works then you can transfer some files from the old profile to that new profile, but be careful not to copy corrupted files.
    See:
    *http://kb.mozillazine.org/Transferring_data_to_a_new_profile_-_Firefox

  • Please, I have need Almsaah device iPhone 5 purchased from an Iranian person got the lock code Last updated him but I could not activate it until the program find my phone phone

    Please, I have  need Almsaah device iPhone 5 purchased from an  Iranian person got the lock  code Last  updated him but I could not activate it until the program find my phone

    Please, I have  need help device iPhone 5 purchased from an  Iranian person got the lock  code Last  updated him but I could not activate it until the program When Mai phone

  • Get Layout details during run time of the report

    Hi floks,
              We are downloading the ALV ouput data through a customised button. Presently, it downloads all the data from the Internal table that is passing to the function module. But the requirement is it should download only those fields which are in that particular layout selected....Could you please let me know how to get the various fields assigned to that variant at run time...is there any function module to do so..
                                    Thanks in advance,
                                        Shyam.

    Hi shyam,
                      The layouts are stored in the table LTDX. The function module 'LT_DBDATA_READ_FROM_LTDX' gives the info about the  fields displayed in the using the layout. In the tables paremeter T_DBFIELDCAT the field key1 is  populated with the the fields used in the layout. you just have to poplulate the exportin parameter IS_VARKEY with the report name and variant name . it is similar the entries in the table LTDX.  All these related info about the Layouts can be found in the function group SKBS .  you have to code accordingly once you have the fields used in the layout and download the data.
    Hope this helps you.
    Cheers,
    Ravi.

  • Incorrect Display of Time by Portal Report

    Any assistance would be much appreciated:
    Portal report display of a date field using MM-DD-
    YYYY:HH24:SS:MI is off by 12 hours. Select of same field and
    mask via SQL*Plus looks okay.
    Thanks in advance,
    - LTG

    Chetan,
    Thanks for responding... I'm not sure I follow your suggestion...
    Here is some more info about the problem.
    I used the Portal "Reports From Query Wizard" to create a
    tabular report from a pretty simple db table containing an
    Oracle date field. In the Column Formatting window I entered MM-
    DD-YYYY:HH24:MI:SS for the format mask for the Oracle date
    field. When I run the report, the Oracle date field is
    displayed with an incorrect time (18:52:20 is displayed as
    06:52:20). An Sql*Plus query using to_char(timestamp,'MM-DD-
    YYYYY HH24:MI:SS') displays the correct time.
    I attempted to put to_char(timestamp,'MM-DD-YYYYY HH24:MI:SS')
    into the format mask for the Oracle date field in the Column
    Formatting screen (instead of MM-DD-YYYY HH24:MI:SS). No
    apparent effect.
    Did I follow your suggestion correctly? Is there something more
    to do? Please advise?
    Thanks,
    Len Greenberg

  • How to display 0INSP_CHAR description in the report?

    Hi experts
    I want to display description of 0INSP_CHAR in the report..
    0INSP_CHAR has 3 compounding objects so its displaying it as Q/1356933/11/20 instead of 20.
    I want to remove compound characteristics from the report & also want to display description of 20 in the report which is maintained in the master data..
    Please suggest inputs.
    Thanks & Regards
    Swati

    Hi,
    Please check the reponse in the other post.
    -Vikram

  • Cache entry created a long time after the report runs

    We have a report that results in more than 300,000 records. We get the results for the report in quick time but the cache entry gets created only after sometime, say around 30 mins later or so. Any idea why this delay? Is it that the report caches 25 records at a time (default no. of rows per page) and shows them in quick time and the rest of the records are getting cached in the background? Is there like a way we can optimize this?

    did you check how much time the entire report takes to execute (evn though the first 25 rows comes up quickly). I suspect it is > 30 mins.
    OBIEE is not meant as a data dump tool and there is little that could be done. (except better hardware)

  • Displaying system time in the stage

    I want to use the "put the time" function to display my
    system time on the stage. Can someone help?

    There are a few more formatting options using straight lingo.
    Instead
    of using "the time", you can use "the long time" which will
    show the
    hours, minutes, and seconds. Be careful though, since most of
    Director's built in ways of getting the time/date can vary
    depending on
    the user's Operating System and preferences in the control
    panel. For
    instance, some may have 24 hour time and some may have AM/PM.
    It is
    dependent upon the user's OS.
    BuddyAPI has a more configurable and controllable method, as
    Applied CD
    pointed out. That would be the best way probably.

  • Display wrong map in the report

    Dear all:
                      I designed one report and use DE to be the value of 0region's value. But after I executed the report, I saw the map of US!!!!!!!!!!!!  Could you please tell why? How to do with it? Where can I get the solution. It is very urgent, please help me!
                      Thanks a lot!

    I use BI 7  Bex  query designer to design the query to be the data provider.
    the query rows is 0region,the value of the region belongs to DE country, the columns is other field.
    I use BEx Web Application Designer to designe report. I add the map to the template, set the data provider, execute the report, then, the map displayed is US country map.
    Another thing, if I change the row to be the 0country, I can show the correct map!

  • If two people workig on document in office at the same time shall the document wil be updated to the last updater?

    hi,
    I like to know if I am working on document in word or excel and somebody else is also working with the same document on netwerk which can be home netwerk or domain netwerk , shall be the document updated to the last updater?
    thanks 
    johan
    h.david

    Hi,
    Which way do you want to share the Word and Excel file?  If we want to share Word and Excel file and allow multiple users to edit/save them at the same time, the Word and Excel has the different ways.
    Word: The file working with other users is based on the SharePoint. The following sections describe best practices when you are co-authoring with other users. 
    Co-authoring and the checking out of documents
    Co-authoring documents and versioning
    Co-authoring documents in a mixed Office version environment
    http://office.microsoft.com/en-us/office365-sharepoint-online-enterprise-help/document-collaboration-and-co-authoring-HA102772333.aspx
    Excel: When you share a workbook, multiple users can't work in the same file at the same time. Instead, you merge changes from one or more copies of that workbook back into the one that you shared.
    The process works like this: You share a workbook, and as part of sharing, you save the workbook. Someone else then copies the shared workbook and adds their data to the copy. When they're done, you merge the data from the copy back into the original.
    http://office.microsoft.com/en-us/excel-help/use-a-shared-workbook-to-collaborate-HA102748977.aspx
    Regards,
    George Zhao
    TechNet Community Support

Maybe you are looking for

  • Printing comments in margin

    Don't laugh; I'm going to make reference to an ehow article http://www.ehow.com/how_6801865_print-pdf-comment.html: "...users can print the sticky note comments in an Adobe Portable Document Format (PDF) file either in an expanded margin alongside th

  • Design view disappears when I uncheck Restrict Page Occurrence

    Dear Adobe Forms Experts, I have an Adobe print form with two master pages: one mailing address page that should only occur once, as the first page, and then the main page, which can occur many times. I have been asked to make the mailing page condit

  • Problem uploading photos

    hello i'm having problems seeing images (jpgs) that i've saved in an image folder i use for changing pictures on a webpage. the weird thing is i've done this countless times before and never had a problem but all of a sudden these jpgs won't appear w

  • REgarding problem in Connection pooling  of weblogic server

    Hi , I have installed weblogic server 9 and trying to connection pooling in datasource , i am getting error to unable to load driver class: oracle.jdbc.DataSource see below error log ####<Oct 29, 2008 4:55:34 PM IST> <Error> <Console> <cdhulipati> <A

  • Sender on 6.1 receiver on 7.1

    Hi, I have a question regarding the compatibility between different versions of Web Logic to run JMS. Our current application have two sub applications both running on WebLogic 6.1 and using JMS. We are going to upgrade one sub app. with WebLogic 8.1