Calendar control not binding default data

Hi All,
I an using the calendar component to set the data my QaaWS looksup data for. The problem is the first time I display the calendar, it does not insert the current selection into my destination cells. THis is not happening all the time or for all calendars.
I have 5 calendar controls on a dashboard. Each is set to dynamically display. When displayed it is supposed to display a selected data, which I can see is correct if I use the spreadsheet component. However, when the 4th aand 5th components are displayed they do not insert the data to the data insertion cells, for month (sometimes) and year (always) unless I change that data.
Version 2008 SP1, FP1
Regards
Alan
Edited by: Alan McClean on Jan 12, 2009 10:09 AM

920616 wrote:
sb92075: I am showing you how Oracle renders the date if I do a simple select from the table from which I am trying to pull data. You are right, it sure doesn't prove anything other than how the date looks right out of the Oracle database, but hopefully, it will give a clue as to how I need my SSRS date parameter to work.
Hans Forbrich:
I get ORA-01722: invalid number when I try the following:
SELECT *
FROM TABLE
WHERE STARTDATE >= TO_CHAR('3/03/2012', 'MM/DD/YYYY')
Solomon:
It works. The problem is getting the parameter '3/3/2012' into a usable format for Oracle.
Let's assume an application is sending in '3/3/2012' which will be used in an Oracle query (no PL/SQL allowed, nor can I create functions, stored procedures, etc - only straight up SQL). How can I prepare the parameter to successfully do the compare on the Oracle Date field?
12:50:23 SQL> select TO_CHAR('03/03/2012', 'MM/DD/YYYY') from dual;
select TO_CHAR('03/03/2012', 'MM/DD/YYYY') from dual
ERROR at line 1:
ORA-01722: invalid number
12:51:00 SQL> ed
Wrote file afiedt.buf
  1* select TO_DATE('03/03/2012', 'MM/DD/YYYY') from dual
12:51:20 SQL> /
TO_DATE('03/03/2012
2012-03-03 00:00:00

Similar Messages

  • SSRS 2008 R2 Calendar Control not working and report not refreshing on pressing enter in Chrome.

    SSRS 2008 R2 Calendar Control not working and report not refreshing on pressing enter in Chrome.

    SSRS reports are always best viewed in IE and the report result what you see in IE always will not be same and consistent in thirdy party browswers.
    So consider using IE as workaround.
    Also please refer:
    https://social.msdn.microsoft.com/Forums/vstudio/en-US/2188de10-cff9-4e24-b14f-da5121f1c4a4/ssrs-calender-control-not-visible-in-chorme-on-server?forum=sqlreportingservices
    Workaround here:
    http://www.rajbandi.net/Fixing-SSRS-Report-Viewer-control-date-picker-in-Google-chrome/
    -Vaibhav Chaudhari

  • Change of settlement control (not binding) from 2 to 3

    Dear expert
    we want to change in plant xxxx settlement control (not binding) from 2 to 3. How can be do that. transaction has already been made in the plant.

    Hi Amit,
    As far as I understand you are making reference to the Price determination control field MLAST.
    The change of price determination control using TA CKMM should be done shortly before     
    running the MM period shift (Transaction MMPV) at month end. This procedure will ensure,
    that status 'newly created'  remains in the prior period unchanged. Please check the note 703604
    which provides a detailed explanation about how to execute transaction CKMM to change
    price determination from '2' to '3'.
    In addition, please read the note 384553 carefully as it explains what happens if     
    CKMM is executed.                                                        
    I hope helps.
    Regards,
    MLM

  • Calendar itmes not showing end date in list view/when opened

    Hi,
    Got a client with a very strange issue with meetings.
    Few of the meetings are not showing end date after accepting those although he can see all meetings in calendar.
    I have already checked below on his machine
    switched the month view to ''low detail'' then back to "high detail"
    Show end date is visible in views
    Reseted view options to default
    Strange thing which I have noticed during troubleshooting is that issue is happening with Exchange cached mode only and not in Online view.
    Client is using Windows 7 Enterprise with office 2010 on his machine.
    I hope someone can help here. Let me know if any further infomation is required.
    Thanks

    Outlook 2010 would read the local data in local email profile and the view setting is also stored in local configuration when someone runs it in cached mode.(Email profile in online mode would read the data from Exchange store directly)
    At this point, I recommand that we create a new profile to check if we could see the end date in Outlook calendar view.
    http://support.microsoft.com/kb/829918/en-us
    Tony Chen
    TechNet Community Support

  • SQL SSRS 2008 DateTime Calendar Control and Oracle 10g Data Source

    Hello. I am creating reports in SSRS 2008 using the calendar control for a date range. Let's say we select a start date of 3/3/2012. This parameter is sent into my SQL statement in the WHERE clause which is executed against an Oracle 10g database. All syntax has to be in SQL that Oracle understands, so no CONVERT or CAST.
    The format of the date is throwing an error "ORA-01843: not a valid month" when I try to use the following:
    SELECT *
    FROM TABLE
    WHERE STARTDATE >= TO_DATE('3/03/2012', 'MM/DD/YYYY')
    I get ORA-01722: invalid number when I try the following:
    SELECT *
    FROM TABLE
    WHERE STARTDATE >= >= TO_CHAR('3/03/2012', 'MM/DD/YYYY')
    I cannot find a way to format the date parameter in SQL Server SSRS before it gets to the SQL to be executed in Oracle.
    Please help.
    Thanks,
    Sunny

    920616 wrote:
    sb92075: I am showing you how Oracle renders the date if I do a simple select from the table from which I am trying to pull data. You are right, it sure doesn't prove anything other than how the date looks right out of the Oracle database, but hopefully, it will give a clue as to how I need my SSRS date parameter to work.
    Hans Forbrich:
    I get ORA-01722: invalid number when I try the following:
    SELECT *
    FROM TABLE
    WHERE STARTDATE >= TO_CHAR('3/03/2012', 'MM/DD/YYYY')
    Solomon:
    It works. The problem is getting the parameter '3/3/2012' into a usable format for Oracle.
    Let's assume an application is sending in '3/3/2012' which will be used in an Oracle query (no PL/SQL allowed, nor can I create functions, stored procedures, etc - only straight up SQL). How can I prepare the parameter to successfully do the compare on the Oracle Date field?
    12:50:23 SQL> select TO_CHAR('03/03/2012', 'MM/DD/YYYY') from dual;
    select TO_CHAR('03/03/2012', 'MM/DD/YYYY') from dual
    ERROR at line 1:
    ORA-01722: invalid number
    12:51:00 SQL> ed
    Wrote file afiedt.buf
      1* select TO_DATE('03/03/2012', 'MM/DD/YYYY') from dual
    12:51:20 SQL> /
    TO_DATE('03/03/2012
    2012-03-03 00:00:00

  • Not Getting Default Date

    I have tasks in my schedule that are not being driven or calculating as they should.  I broke the link on one task and instead of giving me the default date of when the project started, it has hard date instead.  I've checked the hours in my calendar
    and they're set for 8 hour per day.  No hard constraints and I have checked the calculation feature.  Also, when I link this task to its predecessor which has an earlier finish date, it's not moving to reflect the next date.  Example: Pred finished
    on 04/07/14 and Succ should've started 04/10/14, but instead, Succ shows a date of 07/07/14.  No float or slack on this task.  And no hard constraint.  Not sure what's going on with this one.

    Dale,
    Thanks for the reply.  Let me tell what I have based on your reply.
    Are you using Manually Scheduled tasks in your project?  That would cause this problem.  Please define "manually scheduled tasks?  To my knowledge, I am not.
    Do you have Automatic Calculation enabled in your copy of Microsoft Project? 
    Yes.
    To check this, click File > Options > Schedule.  At the bottom of the Schedule page, confirm that the On option is selected in the Calculation section of the dialog. 
    Checked this on the "Calculation" tab of Project 2007.  It is set to Auto Calculation.
    While you are still on the Schedule in the Project Options dialog, scroll up and locate the Scheduling Options for This Project section. 
    I do not see this option/feature in Project 2007
    Is the Auto Scheduled Tasks Scheduled On option set to Project Start Date or Current Date? 
    Where is this located in Project 2007?
    If it is set to Current Date, change it to Project Start Date.  Then click the OK button.  Please let us know if any of this helps. 
    Where is this feature? 
    And I also checked the "Actual Start" field as well and there aren't any dates.
    Sorry for all of the questions, but I'm really stumped on this one.
    Reggie

  • Calendar control not working...

    I have a report that requires a user to input a date and it used to allow the user to press the calendar object and up would pop the calendar control.  We have new servers I have installed Crystal Reports Server on the new machine and now instead of the calendar control popping up when I press the calendar button, it does nothing.  IE says there is an error on the page at the bottom which is:
    Webpage error details
    User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.2; Trident/4.0; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)
    Timestamp: Thu, 28 Oct 2010 19:09:15 UTC
    Message: Object expected
    Line: 139
    Char: 1
    Code: 0
    URI: http://sjcagcpdb01p:8080/businessobjects/enterprise11/admin/en/go.iajviewer?init=connect&id=573&advprint=actx&ia=T&nologon=viewerlogonform.csp&token=SJCAGCPDB01P%2ECUST%2ECORP%2EOPSOURCE%2ENET%40588J4zchYlUPwVynAds532JMroTyzUbM921A5KONEOFF
    Message: Object expected
    Line: 137
    Char: 1
    Code: 0
    URI: http://sjcagcpdb01p:8080/businessobjects/enterprise11/admin/en/go.iajviewer?init=connect&id=573&advprint=actx&ia=T&nologon=viewerlogonform.csp&token=SJCAGCPDB01P%2ECUST%2ECORP%2EOPSOURCE%2ENET%40588J4zchYlUPwVynAds532JMroTyzUbM921A5KONEOFF
    Also under the input field that is to hold the date it says (the X is a red X):
    Business Objects X
    i
    i
    Any ideas how to get the calendar control working?  Is there something I need to enable in IE?  Is this a server config issue?  Any help would be appreciated.

    IE8 is not supported with CRS XI. Also, The last supported IE version is IE 6 SP2.
    The Supported Platforms document is available at http://www.sdn.sap.com/irj/boc/go/portal/prtroot/docs/library/uuid/e09198a1-911e-2b10-179f-ce8eed51aed0?quicklink=index&overridelayout=true
    I would try with a different browser (FF/Chrome) or IE 7 if you can.
    Also, I believe you can check the version of CRS via the CMC >> Settings.
    Best,
    Srinivas

  • After I updated to ios5 my calendar did not bring in dates and when I began re-entering dates after one or two it froze up and after I got it going again it will not populate an end time on the same date and will not save the appointment as a consequence.

    After I updated my Ipad2 to IOS5 my calendar lost all appointments.  After re-entering a couple of appointments it froze.  After getting it going again, the calendar will not populate an end date for the current day and consequently I can't save the appointment.  Is this a common problem as I have just purchased this ipad and the calendar function is very important to me.

    Hmm... It looks like they are gone forever now then. I can't think of any other way of getting them back apart from restoring from an iTunes or iCloud backup. Somebody else might be able to help but I think they're gone forever. I don't know why they were wiped from your iPod but it could be something to do with security. In the future I would recommend syncing to iTunes or iCloud to prevent it from happening again. You can always make a reservation at the Genius Bar and see what those guys can do because it seems that they are still there, they are just 'hidden' from view. http://concierge.apple.com/reservation/gb/en/techsupport/
    Cheers,
    Khal
    P.S I'm sorry for the late reply

  • How to make users to select the date from calendar control my making the date field read only in date time control in external list in sharepoint 2010

    How to make users to select the date from calendar control only, by my making the date text field read only (don't want to let users type the date) in date time control in external list in sharepoint 2010. I am looking for a solution which can
    be done through sharepoint desginer / out of the box.
    thanks.

    Congratulate you got the solution by yourself. I am new to a
    WinForms calendar component, I feel so helpless on many problems even I'd read many tutorials. This question on the
    calendar date selection did me a great favor. Cheers.

  • Nokia N8 Calendar Does not Show the Dates????

    Hi, 
    I am noticing this issue from the past couple of weeks and probably after the last update. 
    When I open the calendar Icon, the dates do not load on the phone. It just doesnt show any dates?
    Also if a reminder is past, it shows a past reminder and the reminder also doesnt open up. 
    Whenever I do the hard re-boot i.e keep the power button pressed till it vibrates three times and shuts and re-starts, then initially the calendar shows the dates, but again after sometime if I have to open the calendar, it doesnt show the dates at all, and goes back to the same issue. 
    Please advise a good solutiong to this problem as a hard re-boot or a re-start or even re-setting the factory settings did not work
    Thanks

    Someone from the Nokia forum please respond to this as I am facing this issue too from quite sometime now. Its exactly he same.

  • Why are calendar subscriptions not up to date?

    When I select Subscriptions from within iCal, the available options are dated 2010 and 2011, even in the Most recent list.
    Why are more current calendars not available?
    Also, I have downloaded the US Holiday calendar before.  It updates the holidays every year except Easter.  However, the site does not
    offer a Christian holiday calendar except a link that is way out of date.  What gives?

    Thanks for the input. I had been searching the wrong words. I never thought to search for subscriptions.
    Thanks again.

  • Calendar Image not displayed in Date Picker

    Hello Everybody
    We are currently running HTMLDB 1.5 on a 9.2.0 Oracle DB. Earlier this week, we had to adjust path for #IMAGE_PREFIX# to point to a new location. Since then, the PopUp Date-Picker won't work. The Image path still points to the old location (i.e /i/arwlftw.gif) rather then our new IMAGE_PREFIX. Since the code of the javascript function wwv_flow_utilities.show_as_popup_calendar is wrapped in the package, we can't change the path manually.
    Any help would be appreciated. We almost finished our application, and we are stuck at this point.
    Thanks for your help
    Simon

    Tools>Internet Options>Security tab, click "Reset all zones to default"
    MSIE browsers use MIME sniffing. rename the file back to its .jpg extension.
    Rob^_^

  • Calendar List not displaying all dates after iOS 5.0.1 OTA update

    Following the recent iOS 5.0.1 OTA update, in list mode my calendar now only displays days on which I have entries.  Previously it showed a list of all days.  Can this be changed by a setting somewhere or is this a bug in the iOS? 

    All was good, My battery and SIRI were working fine, then my bad luck that i updated my phone to iOS 5.0.1 (which is promissing better battery life and Siri funcionality). After updating all went crazy, SIRI is not working any more (it says cant do any thing right now and try later, and i am now trying from 2 days), Battery is not lasting longer then 12 hrs as it was better before. I am seriously thinking to go back to my iPhone 4 and distroy iPhone 4S
    APPLE????? i need answers????

  • Table Control not displaying selected data

    I have 2 screens, screen 100 is the selection screen where i select the data to be displayed and 300 is my table control.  When I select a single airline in screen 100, it displays all the airlines in my table control in screen 300, how can i fix?

    Table control if built via the screen painter wizard uses the contents of internal table declared in the main program and defined in the wizard to display. Check how you are filling this table, perhaps your filling it incorrectly.

  • Dates in calendar now not BOLD in calendar view

    Environment: W2K3 server; BPS software; 6 users; all BB8830 curves; all WinXPP w/ Ofc2003
    I'm confused. I have one of my user’s handhelds. A new appointment was made in Outlook for a week from May 5 - May 12. The appt showed up correctly in the hh. Then, using Outlook, the appointment was changed to May 13-May 20. Outlook showed the change, but even after 3 days the hh still showed the original appoint time frame.
    To test, I made a new "test" appointment in the calendar on the hh, and it appeared on Outlook. I deleted the appointment from the hh and it deleted from Outlook. I made a new "test" appointment on Outlook and it appeared on the hh. I deleted the test appointment from Outlook and it deleted from the hh. All this happened immediately and was as expected.
    I then deleted the weeklong appointment from Outlook, but it remained on the hh. (???) I tried to open the appointment from the hh, but I received and error message on the hh saying the appointment was deleted by an external source, yet the appointment was still visible on the hh.
    I pulled the battery from the phone to power cycle it. When the phone came back on, the appointment was gone, but now the calendar does not have emboldened dates where appoints exist. For each day that has appointments in "month" view, the small dots appear next to the calendar date. The date however should be emboldened, but now its not.
    We have 6 other identical phones. On each other phones, the calendar date is emboldened when there is an appointment on that date
    How do I get the calendar dates to be emboldened like the rest of hh's?

    Hi,
    Thanks for reply.
    User is moving on other page via html/javascript menu.My calender component is not binded with session bean it is using page bean properties.
    I am giving the JSP code for calendar...........
    <ui:calendar binding="#{BasicUnavailability.toDate}" columns="10"
    dateFormatPattern="MM/dd/yyyy" id="toDate" required="true"
    style="left: 343px; top: 35px; position: absolute"
    validator="#{BasicUnavailability.toDate_validate}" />
    Please tell me the solution of this problem.
    With Regards,
    Sharad

Maybe you are looking for