Last changed date of query showing old date

Hi All,
We have made a change to a query (description change) and saved.  When we open the Analyzer we still see the old description and also the last changed date shows an old date.  Not the latest date the query was last changed on.  We tried generating the query in RSRT, but no luck.
Can someone let us know what we can do?
Thanks!

Hi Kams,
We are using the Analyzer, log out back in, etc...
As mentioned we did a regenerate by RSRT 'generate'
any other ideas?

Similar Messages

  • Date Picker query showing "No Data Found", works in SQLPlus

    I have created 2 Date Picker items - P2_START_DATE and P2_END_DATE. I have set the format of these to 'DD-MON-YYYY'.
    This is the query I have to select the data based on the values from the date pickers:
    select sample_date,reading from meter_data where sample_date between to_date(:P2_START_DATE,'DD-MON-YYYY') and to_date(:P2_END_DATE,'DD-MON-YYYY') order by sample_date;
    The P2_START_DATE is '20-JAN-2011', the P3_END_DATE is '21-JAN-2011'.
    The query returns "No Data Found" when run in APEX, but when I run this in SQLPlus on the host I get data:
    select sample_date,reading from meter_data where sample_date between to_date('20-JAN-2011','DD-MON-YYYY') and to_date('21-JAN-2011','DD-MON-YYYY') order by sample_date
    20-JAN-2011 .39
    20-JAN-2011 .14
    20-JAN-2011 .14
    20-JAN-2011 .18
    21-JAN-2011 .13
    Can someone explain what I'm doing wrong? I have tried a few different formats, with no luck.
    TIA

    Hi Jeff,
    My Requirement is also looks like same, but am not able figure it out the reason why am getting no data found message in my chart(report).
    Requirement:
    I have a page, where two date picker(html5) items let say P30_FROM_DATE, P30_TO_DATE are there, apart from this i have one button as well,
    when the user select the from and to date from the date picker, and as soon as click on the button (SHOW), need to display the 2D Stacked Bar Char.
    so to achieve this, i have created a blank page, under region i have created a chart (2D Stacked Bar Chart), under items--> i have created two date picker items and one button.
    my query is
    SELECT NULL LINK,
           FLOW_STATUS_CODE LABEL,
           COUNT(ORDER_NUMBER) VALUE
      FROM
           OE_ORDER_HEADERS_ALL
    WHERE
           CREATION_DATE
           BETWEEN TO_DATE(:P30_FROM_DATE,'DD-MON-YYYY') AND TO_DATE(:P30_TO_DATE,'DD-MON-YYYY')
    GROUP BY FLOW_STATUS_CODE;
    Issue:
    Once i select the From and To Date, when am click on Show button, am not able to see as desired chart, instead am getting no data found message in the chart location.
    Can you please tell me how to do this.
    i would like to know that, how do i capture those two date item values in my query, and how do i initiate my report when am pressing button.
    please revert back to my below mail.
    Regards
    Santhosh Kumar. K
    [email protected]

  • Stock app (builtin) - no way to update graphs (they show old data)

    Even if I exit and enter again form the app, switch graph View (from 1day to 1month) some graphs always shows OLD data (even a month or so).. even if it seems it download data from the network..
    It doesn't happens with ALL the stock quotes.. and it doesn't happen with the %, Price or Capit... it only happens with the graphs..
    Tried also to reset the iPhone.. problem still there..
    Any idea? Any way to "clear cache"/"force reload data" for graphs??
    Thanks

    There isn't a way,  I suppose Apple have never considered users might use it the way you are. Or more likely they don't think you should.

  • Status of data in Bex query shows wrong date

    Dear Experts,
    The Bex qurey after sucessful execution, show the Status of data as old date i.e. feb 2012. but we observed that the data uplaod happens regularly and sucessful.
    we tried executing the same query using RSRT/Bex Analyzer/Portal. the results are same i.e. showing incorrect status of data.
    Note: The Bex query is built on BI Infoset which sources from DSOs and Master Data infoobjects, and  BI version is 7.0.
    Kindly please help for resolving the issue.
    Best Regards,
    Mannu.

    Hi Vijay,
    The data upload has happend today also and it is sucessful, the reporing status is available for requests from respective infoproviders.
    'Status of data' is not a filed. if it an information to tell the status of data in query result.
    Please find the following steps to find the 'status of data'
    go to RSRT->give the query name and execute-> now after query results-> go to last page-> you can find the 'status of data'.
    Best Regards,
    Mannu

  • KE30 - while excute of report, it is showing old date instead of current.

    Hello Experts,
    I have one problem with KE30 report. I have reprot called Actuals, Whle excuing this reprot,it is showing the four days old date instead of shown today's date. ( eg. it is showing the old date while execute the report of 21/06/2008... instead of todays date).
    Please guide me to solve this problem.
    Thanks in Advance.
    sudarshan
    9916941164

    Hi There,
    The reason could be that there are some changes in the form of the report. You can try to regenerate the report and see if you have the most current data.
    regards,
    Ronny

  • Query for Old Data that does not match New Data within a given time period

    Hello all,
    One of the reports I need to create is for all associates who went from one department to another within a given time period. The way I ran this report in Reportsmith (pulling from our old system) was to compare the dept field from the beginning date to the dept field at the end date and it would give me those associate's that had moved. I had to do it this way b/c dept changes can happen using several different types of actions (supv change, promotion, etc.), none of them exclusive to just dept changes. We are now using Oracle HRMS and I need to create this same report with this system using SQL.
    Does anyone know how to compare data between two different dates and pull the ones that don't match? Your help will be GREATLY appreciated!
    Warm Regards,
    Yasmin E. Alberto
    HRIS Analyst
    [email protected]

    Hi, Yasmin,
    In the sample data you posted, nobody changed departments between May 1 and May 11. In fact, there were no assignments of any kind between January 16 and May 17, so I wouldn't expect any output for that period.
    A person (or rather, a duck) did change deptartments on May 20, so if you change the upper limit of the date range to
    AND    ASG_LAST_UPDATE_DATE < TO_DATE ('05/21/09', 'MM/DD/RR')you should see her.
    You've probably noticed that this site likes to compress white-space.
    To post formatted text (such as table results or indented code) type these 6 characters:
    (small letters only, inside curly brackets) before and after sections of formatted text, to preserve spacing.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

  • Console/Site Server showing old data

    We have a single site with a Management point on a seperate box (sql replica). In my console, I have columns added for the inventory dates and when looking at the dates, my most recent date is yesterday. If I connect to a machine with an old date, confirm
    that it indeed, hasnt done an inventory, and initiate an inventory, it is successful. I can then run a report for the last inventory date on that computer and the last inventory date is updated. I dont think its a coincidence that the reporting server is the
    management point so the data is practically real time. When my console connects up to the primary the old date is still in there. I have become more patient since using CM but I need that updated data in the console sooner, not just on the report. It is updating
    eventually because I have dates in there from yesterday. But I would like to see today's data today.
    Everything with the replica is syncing just fine, I have no errors in my transaction log, my site components are nice and green :) any ideas of where to check/adjust

    Yes, I know this is an old post, but I’m trying to clean them up. Did you solve this problem, if so what was the solution?
    Somehow this one slip my inbox. There are a couple of things
    The console does not update in real time, instead it use cached details, which is refresh every 24 hours. And I don’t know how to adjust it.
    I would use reporting instead of the console for real time troubleshooting.
    Unless you have told it to use the SQL replica, SSRS would use the CM!2 database.
    Garth Jones | My blogs: Enhansoft and
    Old Blog site | Twitter:
    @GarthMJ

  • Lync User Phone Number Changed in AD - Still Showing Old (Normalized) Number Days Later in Lync Client Contact Detail

    Environment:  Lync 2013 backend; Lync 2010 and Lync 2013 clients.  Enterprise Voice not implemented.  November 2013 CU Applied on Server.
    Issue:  Lync user (User A) phone number changed in AD but still showing old number for others days later.
    Believed Cause:  User A has not logged into Lync since change to republish new phone number?
    So after reading this http://masteringlync.com/ I am beginning to think that something I perceived as an issue may actually be by design?
    Action:
    User A work phone number changed in AD.  User A has only one phone entry in AD.  Normalization rule in place to basically leave number unchanged (working)
    Result: 
    New phone number propogated fine to Exchange/Outlook fine.  Old number displaying only in Lync client when viewing User A contact card detail
    Lync 2010 Client displays only old number when looking at Client A contact detail (this client only presents phone numbers if they are actually normalized)
    Lync 2013 Client displays two work numbers. 
             One that we identify as a "display number" just as entered in AD - this shows correctly as the new number.  Another that we identify as the "normalized number" which is still the old
    number (same as 2010 Client)
    Same results whether contact is saved in Lync Client or not and is not related to Outlook contacts - in fact one test was with a Lync account that is not Mail Enabled.
    I did a dbanalyze to view the SQL database detail for User A and see that Category 'userInformation' has the old phone number and the time stamp on it seems to coincide with a Lync Cllient database change (user login or refresh on that end) so this seems
    to futher confirm my findings thus my reaching the point of conceding it might be out of my control.
    My Question I guess is ....
    Have others discovered this?  Is this a bug or do normalized phone numbers actually requre a client login to accept/republish the number correctly to others even though the information is updated in AD?  User detail and how it propogates seems to
    be the biggest mystery and it gets harder and harder to explain to users why changes aren't displaying accuralely.

    Thanks Richard... your blog definitely hit home with what I was seeing but guess I just didn't want to accept that as the end of the road on this.  I'm still in a little misbelief that client interaction is necessary to update a backend change.
    This process really makes phone numbers in Lync an unreliable source given a user will never know if it is it up to date.  And the problem with Lync 2013 client is it shows both numbers in the client ... the address book one with the
    updated AD numbers and the one the normalized AD one that the user has to login to republish.  I now more fully understand the process but trying to explain that to users when they see different work numbers .. ugh. 
    Oh well, guess the important part is to understand the process so thanks again.

  • SCCM Query Showing Old OS Information

    When doing a device search in SCCM 2012 Management Console by Operating System for Windows XP the query returns no results however using the query below give me computer listed at XP that have since been upgraded to Windows 7.
    SELECT OS.Caption0 AS [Operating System],
    OS.CSDVersion0 AS [Service Pack]
    from v_R_System s with(nolock)
    inner join v_GS_OPERATING_SYSTEM OS with(nolock) on OS.ResourceID = s.ResourceID
    WHERE OS.Caption0 like '%XP%' and s.Client0 = 1
    Why do the console and the DB show different data? Is this a symptom of a SCCM misconfiguration or a misunderstanding on my part?

    <sub>Ok, I’m a bit confused, above you said that you upgrade the PC now you are saying it was fresh install. Does that mean you did a PC replacement scenario?
    </sub>
    <sub>Is the PC listed twice within the all systems collections?</sub>
    <sub>What does resource explorer show for this PC?</sub>
    <sub>What OS is listed on the PC within WMI win32_operationsystem class?</sub>
    http://www.enhansoft.com/

  • ITunes 12.1.0.71 data corruption (TV show release date)

    As many of you know, one of the many bugs in the last release of iTunes was that the "Release date" field for TV shows showed a date in 1905 and was not editable.
    I just updated to version 12.1.0.71 on my Windows 7 and OS X Yosemite systems and the field is now editable. But, the dates I had set in version 11 all still seem to be lost.
    To some this may not seem like a big issue but it's an issue of Apple corrupting my data. This time it's a field that isn't too big of an issue but next time it could be something worse like the actual video file!
    Given how often Apple has been releasing buggy software on so many platforms I'm starting to wonder if I can trust them. Is it time for me to dump my Mac and go strictly Windows?
    I've submitted this to Apple via their "Feedback" page but I have serious doubts if anyone from Apple reads the submitted feedback.
    Anyone else have this issue? Any ideas if my data is actually lost or if this is yet another bug that's just not displaying my data?
    Larry.

    As many of you know, one of the many bugs in the last release of iTunes was that the "Release date" field for TV shows showed a date in 1905 and was not editable.
    I just updated to version 12.1.0.71 on my Windows 7 and OS X Yosemite systems and the field is now editable. But, the dates I had set in version 11 all still seem to be lost.
    To some this may not seem like a big issue but it's an issue of Apple corrupting my data. This time it's a field that isn't too big of an issue but next time it could be something worse like the actual video file!
    Given how often Apple has been releasing buggy software on so many platforms I'm starting to wonder if I can trust them. Is it time for me to dump my Mac and go strictly Windows?
    I've submitted this to Apple via their "Feedback" page but I have serious doubts if anyone from Apple reads the submitted feedback.
    Anyone else have this issue? Any ideas if my data is actually lost or if this is yet another bug that's just not displaying my data?
    Larry.

  • How to add new data entry and display old data in the same screen in SM30?

    Hi, Experts:
    We need to use SM30 to maintain a table entry. When I click the button of "New Entries", the table screen becomes blank. I can only add new data but not be able to see the old data existing in the table.
    How can I have the new line available for me to add new data at the same time see the data currently existing in the table?
    Thanks,
    Jenny

    Hi, thanks for the reply!
    Just to follow up for what we did to disable the delete function for maintaining table records. We hided the Delete button by adding a "MODULE disable_delete" code in Screen Painter. So now only adding records to the table is allowed.
    Thanks,
    Jenny

  • How to use OData Date filter query to filter data from OData NetWeaver Gateway Service?

    Hello,
    I am trying to use the OData Filter query. to filter data records from the OData Service, using Date range for filters.
    Please check the below URL for the SAP's sample OData Service, with filter option.
    Service Query URL :
    https://sapes1.sapdevcenter.com/sap/opu/odata/sap/ZGWSAMPLE_SRV/SalesOrderCollection?$filter=CreatedAt eq DateTime
    It gives out following error :->
    <message xml:lang="en">'$filter ' is not a valid system query option</message>
    Please let me know, if there is any mistake in the Query or is there anything that needs to be done on the
    Backend  Service.
    Thanks & Regards,
    Suraj Kumar

    Hi Jitendra,
    Once again, thank you for your help.
    I am able to filter the records using a date range.
    I am sharing the information, just in case anyone out there might need it.
    The OData Filter Query for Date Range (i.e. with Two date values) will return the results only if the OData Back-end Service is modified to accommodate such filter requests.
    This has to be done in ABAP.
    Please refer the following links which talks more about the Back-end ABAP Service being modified to ensure that the service returns records of data, as per the date range filter query
    http://scn.sap.com/thread/3170195
    http://scn.sap.com/blogs/lindsay.stanger/2012/12/29/gateway-odata-calls-convert-ivfilterstring-to-itfilterselectoptions
    http://scn.sap.com/thread/3173146
    Hope these links are helpful for those looking for OData Date Range filter query.
    Do let me know.
    Regards,
    Suraj Kumar.

  • How to make key date of query as transcation date in cube

    I am facing an issues in displaying the transaction data with time dependent master data.
    I want to set the key date of the query to go against the transaction date and diplay the respective master data.
    I read in other posts,
    that i cant use the user exit variable, because the exit is executed only once before the query run.
    The fllowing is the report i want to achive,
    customer|customer_grp-|date-|--|sale
    100-----|-sa|jan 1|--- 15$
    100-----|-ic|oct 1|--- 32$
    in the above scenario, customer_grp for cusotmer 100 is sa from jan - mar and
    customer_grp for cusotmer 100 is ic from apr - dec
    I have customer_grp as time dependent attribute of customer. when i execute the report with key date as ,nov 1st
    it displays as,
    customer|customer_grp-|date-|--|sale
    100-----|-ic|jan 1|--- 15$
    100-----|-ic|oct 1|--- 32$
    if key date is jan 1st it displays as,
    customer|customer_grp----|date-|--|sale
    100--|-sa|jan 1|--- 15$
    100--|-sa|oct 1|--- 32$
    let me know whether it is possible to achive this type of report
    -thanks in advance
    - points will be awarded for  inputs

    Hello,
    I have the same kind of requirement.
    Is it possible to assign a Date field from the cube to Keydate of the query so that the time-dep attribute value is properly displayed based on InvoiceDate of each record, not based on today(query keydate by default)?
    Otherway i can think of is to add a Char/KF to cube and insert the value using a query on Masterdata in update rules. How far this approach is recommended?
    Thanks in advance,
    vamsi.

  • Dashboard when published to BW, date functions always show published date

    Xcelsius dashboard when published to BW at a particular date, the date functions(like Today(), now()) used at spreadsheet generates published date irrespective of time or date the dashboard is previewed....Could anyone help me out what actually .XLF gets stored in BW....does these functions stores a static value when published?

    Hi Rajesh,
    To confirm, you're saying that you're saving a swf (falsh file) to BW and when it's opened by a user in a browser, it doesn't show the most recent date?
    In the current version, the Now() function will be calculated at the time the dashboard is opened. Each time you open the swf file you will see the current day/time.
    You mention the xlf file. The date stored in this has nothing to do with what is viewed in the swf file (if you're in BI4.0 then the xlf and swf are stored in the same object on the server).

  • Date Picker Calendar Show Wrong Date Information Dec/Jan 2014-2015

    When using a Date Picker, the offered Date for January 1st 2015 is a Friday!  It supposed to be a Thursday!
    You can move to February, and return to January again, and it will correct itself.  
    This happens in Office 2007 and 2010
    What's gone wrong?
    IT will also offer the wrong December dates.
    Is there a fix please?

    Re:  Bad date
    Some remote possibilities...
      Your computer's clock has an incorrect date
      The wrong year is entered somewhere as the first day in 2016 is a friday.
      You have the wrong date system selected 1900 vs. 1904 or vice versa.
      You have a 3rd party (non MS) Date Picker that is programmed incorrectly.
      You have Office 2013 (nothing seems to work there)
    There are alternatives and I offer one for Excel...
    a free excel add-in date picker ("Get Your Own Date")
    (no ads, no trackers, no cookies, no registration)
    https://jumpshare.com/b/O5FC6LaBQ6U3UPXjOmX2
    Jim Cone
    Portland, Oregon USA

Maybe you are looking for

  • New to iCloud - Some Privacy Issues!

    Hello, I've just updated to iCloud from MobileMe. I have a Macbook Pro, an iPhone 4 (IOS 5) and an Ipad 2 (IOS 5). My MBP has two users with seperate accounts (myself and my girlfriend), log ins and passwords.  I am 'admin' on the MBP and my GF doesn

  • How can I copy music from PC to iTunes Library?

    I am trying to copy some music files I copied from original CDs to a pendrive since I do not have a Mac DVD player. I tried by selecting files from Finder and doing drag-and-drop into iTunes Library, but it did not work. So, what can I do? Thanks!

  • Material Type to Valuation Class

    Hi On which table /Tcode can list the Valuation Class assigned to all the Material Types. Regards MM

  • ESB Error after installation.

    Hi, I just completed installation of SOA Suite 10.1.3.1 on a RHEL 4 Linux Box. I was checking the status of my OC4J services, when I noticed two things through the EM: One: There were two, one called home, another soadev, which is what I named it dur

  • Attaching a new form

    Hi! Guys, How to attach a new form in oracle applications