Date LOVs prior to 1970

It appears that date values prior to 1970 are not supported in prompt LOVs.
To test this, I created a universe (unv) with a object having a date value of 5/1/1970 through 5/1/2020.  I then created a report with a prompt on this object.  When I attempt to refresh the report in REST, I get the following response:
<lov searchable="true" refreshable="true" partial="false" hierarchical="false">
<id>UNIVERSELOV_DS0.DO4</id>
<updated>2014-12-29T09:47:38.000-05:00</updated>
<intervals>
<interval id="0">
<value/>
<value/>
</interval>
<interval id="1">
<value/>
<value>2001-04-30T20:00:00.000-04:00</value>
</interval>
<interval id="2">
<value>2002-04-30T20:00:00.000-04:00</value>
<value>2020-04-30T20:00:00.000-04:00</value>
</interval>
</intervals>
<values>
<value/>
<value/>
<value/>
<value/>
All of the "<value/>" rows represent a date prior to 1970.  Note that this is occurring in interval ranges as well as values.  When I request all the values in a single interval, the problem becomes more apparent:
<parameters>
    <parameter dpId="DP0" type="prompt" optional="false">
        <id>0</id>
        <technicalName>Enter value(s) for THEDATE</technicalName>
        <name>Enter value(s) for THEDATE</name>
        <answer type="DateTime" constrained="false">
            <info cardinality="Multiple">
                <lov searchable="true" refreshable="true" partial="false" hierarchical="false">
                    <id>UNIVERSELOV_DS0.DO4</id>
                    <updated>2014-12-29T09:48:20.000-05:00</updated>
                    <values>
                        <value/>
                        <value/>
                        <value/>
                       (multiple identical rows removed)
                        <value/>
                        <value/>
                        <value/>
                        <value/>
                        <value/>
                        <value>1970-04-30T20:00:00.000-04:00</value>
                        <value>1971-04-30T20:00:00.000-04:00</value>
                        <value>1972-04-30T20:00:00.000-04:00</value>
                        <value>1973-04-30T20:00:00.000-04:00</value>
                        <value>1974-04-30T20:00:00.000-04:00</value>
                        <value>1975-04-30T20:00:00.000-04:00</value>
                        (years 1976-2015 removed)
                        <value>2016-04-30T20:00:00.000-04:00</value>
                        <value>2017-04-30T20:00:00.000-04:00</value>
                        <value>2018-04-30T20:00:00.000-04:00</value>
                        <value>2019-04-30T20:00:00.000-04:00</value>
                        <value>2020-04-30T20:00:00.000-04:00</value>
                    </values>
                    <columns mappingId="0">
                        <column type="DateTime" id="0">THEDATE </column>
                    </columns>
                </lov>
            </info>
        </answer>
    </parameter>
</parameters>
Is this a bug, or intentional behavior?

hi Joe and Anthony,
... and happy new year!
Looking at the code, there is a bug on our (aka Raylight) side, for sure, oops!
(Just to know: does it work well with BI LaunchPad?)
Thanks,
eric

Similar Messages

  • Want to schedule WebI report for End date of Prior Month

    Hello Experts,
    We have WebI report created on top of Bex Query, We have key date as prompt for the report. Can we schedule the webi report for key date as last date of prior month, so if current month is February, my key date should be Jan 30 2011. I am not sure if this is possible?
    Thanks,
    Ravi

    You need to apply two FM to get the end day of the month.
    First you need to apply FM MONTHS_PLUS_DETERMINE. This will give you the date after 3 months.
                CALL FUNCTION 'MONTH_PLUS_DETERMINE'
                  EXPORTING
                    MONTHS        = 3   " << for 3 months
                    OLDDATE       = l_start_Date   " << 12/01/2007
                 IMPORTING
                   NEWDATE       = l_3_Date. " << 02/01/2008
    Then call the FM RP_LAST_DAY_OF_MONTHS . this will give you the end date of the month
      CALL FUNCTION 'RP_LAST_DAY_OF_MONTHS'
        EXPORTING
          day_in            = l_3_Date  " << 02/01/2008
        IMPORTING
          last_day_of_month = l_3_Date  " < 02/29/2008
        EXCEPTIONS
          day_in_no_date    = 1
          OTHERS            = 2.
    Call both FMs again to get your another date(after 4 months).
    Regards,
    Naimesh Patel

  • Restrict creation of Service Entry Sheet if the Date is Prior to PO Date

    Hi,
       I need to restrict from posting a Service Entry Sheet whose Document date and Posting Date are Prior to the Document date of a Puchase Order...Can any one please suggest...
    Regards,
    Sabita

    Hi,
    Better to go release streatgy in SES Release. Give the right of revoke to some other as per business.
    also
    make the error in
    Application Area SE , system msg 155    Not possible to cancel release with code & as error
    Restrict the user with release Code and release Grp in M_SRV
    Regards,
    Pardeep Malik

  • I have a new Macbook Pro. All data from prior Mac was migrated to new Mac. If I run Time Machine and "inherit" the old backups will TM take up where I left off, or delete and overwrite the current data?

    I have a new Macbook Pro. All data from prior Mac was migrated to the new Mac. I want to continue Time Machine on the new Mac and retain the history. An option is to "inherit" the old Time Machine. I want to make sure this does not errase the current data, but creates a current backup.

    Please visit Pondini's Time Machine FAQ for help with all things Time Machine.

  • Infoset ERC_EEO_2003 - Questionnaire data filled prior to applying 1486514

    Hello,
    I wrote a query using infoset ERC_EEO_2003.  This infoset retrieves data from table T77RCF_INFDAT.  Initially, there were no data in this table.  Then, I applied a note 1486514 and questionnaire data started filling in this table. Now, I could able to get data from query which are filled after applying this note.  But, I'm not getting questionnaire data filled prior to applying this note.  Please can anyone help me to get this old data in the same query ?
    Thanks in advance
    Regards,
    Prabhakara

  • Does transferring data from prior phone 3G to new phone i5 cause poor battery life?

    Does transferring data from prior phone 3G to new phone i5 as a part of phone activation cause poor battery life?

    No

  • Why  java date starts from jan-1970

    I want to know that why in java date starts with january 1970 .what it specifies

    It would be interesting to know how dates like
    1582-10-15 "Originally, the COBOL programming language did not come with built-in time and date functions. However, since Y2K new functions have been introduced using integer dates, although with two different epochs. ANSI dates use 1601-01-01 as day 1. Lilian dates use 1582-10-15 as day 1"
    and 1858-11-17 were chosen."The OpenVMS Alpha operating system counts intervals of 100 nanoseconds since the Modified Julian Day epoch, 1858-11-17, 00:00:00.00 UTC. However, it is only incremented every 10 milliseconds, 100,000 intervals (10,000,000 ns) at a time. OpenVMS VAX (formerly VAX/VMS) uses the beginning of the current year as the epoch."
    /Kaj

  • What authorities do I need to start a dispute with for Verizon charging for "Unbilled Data From Prior Months - GB "

    For the second month in a row, Verizon has added a $15.00 "data over usage" fee.  When I call customer service, I am told that the charge is for over usage of data from prior months in which they can't tell me what months we went over.  We've been Verizon customers for 10+ years & all of a sudden their customer service has severely declined.  I am always on Verizon's website looking at our usage and the past 6 month analysis to make sure we're staying within our range of usage and we've never gone over our allowed plan for data.  I plan to file a formal complaint/dispute with all of the consumer protection agencies and/or authorities but need to know which ones are for telecommunications issues for Georgia consumers.

    For a customer of 10 years to never read the customer agreement...:
    "HOW AND WHEN CAN I DISPUTE CHARGES?
    If you're a Postpay customer, you can dispute your bill within 180 days of receiving it, but unless otherwise provided by law or unless you're disputing charges because your wireless device was lost or stolen, you still have to pay all charges until the dispute is resolved. If you're a Prepaid customer, you can dispute a charge within 180 days of the date the disputed charge was incurred. YOU MAY CALL US TO DISPUTE CHARGES ON YOUR BILL OR ANY SERVICE(S) FOR WHICH YOU WERE BILLED, BUT IF YOU WISH TO PRESERVE YOUR RIGHT TO BRING AN ARBITRATION OR SMALL CLAIMS CASE REGARDING SUCH DISPUTE, YOU MUST WRITE TO US AT THE CUSTOMER SERVICE ADDRESS ON YOUR BILL, OR SEND US A COMPLETED NOTICE OF DISPUTE FORM (AVAILABLE AT VERIZONWIRELESS.COM), WITHIN THE 180–DAY PERIOD MENTIONED ABOVE. IF YOU DO NOT NOTIFY US IN WRITING OF SUCH DISPUTE WITHIN THE 180-DAY PERIOD, YOU WILL HAVE WAIVED YOUR RIGHT TO DISPUTE THE BILL OR SUCH SERVICE(S) AND TO BRING AN ARBITRATION OR SMALL CLAIMS CASE REGARDING ANY SUCH DISPUTE."
    SEE FULL AGGREEMENT HERE: Customer Agreement | Verizon Wireless

  • Mat doc cancellation date is prior to po date

    suppose my po date is 10.04.2007
    GR date or Mat doc date is 10.04.2007
    But doc cancellation date with ref to purchase date is prior to 10.04.2007 (09.04.2007)
    how it can be possible and how can we stop this?
    thanks

    Hi
    IT0045 config depends on the requirement of the client and mapping of it.
    Please go thru the document for reference .. it is very explanatory.
    http://help.sap.com/printdocu/core/print46c/en/data/pdf/PYINT/PYSOME_LOAN.pdf
    http://help.sap.com/printdocu/core/Print46c/en/data/pdf/HRINF/HRINF.pdf
    R K

  • IPhone4 resets alternately, date resets to january 1970, won't reboot without wall charger

    Hi,
    my iphone4 keeps turning itself off alternately,
    it wont reboot unless i hold down the lock button and centre button at the same time,
    or if i plug it in the wall charger then it reboots, showing an apple symbol,
    however it resets the date to january 1st 1970
    and call i recieve\dail do not appear in call logs
    currently the iphone is running ios 4.3.3
    help!
    Regards,
    Mosh

    Try updating to ios5
    Is it jailbroking

  • Date LOV

    Hi,
    LOV based on the Two Dates(two Item holding dates, Item1-date1,Item2-Date2)
    Where I have an LOV where it should populate based on difference of two dates all Moths With year as Display and Month No as Return value.
    For ex date 1-1-APR-2010 date 2-jun-2010
    D R
    LOV: apr/2010 4
    may/2010 5
    jun/2010 6
    Thanks and Regards
    N K
    Edited by: N.K on 08-Apr-2010 03:58

    That is similar to this whereby you have two select lists to choose from prior to generating a third list:
    http://apex.oracle.com/pls/otn/f?p=31517:119
    http://apex.oracle.com/pls/otn/f?p=31517:176
    Denes Kubicek
    http://deneskubicek.blogspot.com/
    http://www.opal-consulting.de/training
    http://apex.oracle.com/pls/otn/f?p=31517:1
    http://www.amazon.de/Oracle-APEX-XE-Praxis/dp/3826655494
    -------------------------------------------------------------------

  • Date lov in the concurrent program parameter field

    Hi,
    I have a date parameter in the concurrent program. I need to have a date calendar for the parameter, can I have the data calendar? I am not sure if we can do that.
    Can anybody throw some light on this.
    Thanks a million
    Regards
    Ruma

    Hi swati
    u cannt create a multi select LOV for Apps concurrent program.
    Some of the options:
    -> Create different parameters. Also u cannt create parameters dynamically depending upon the number of options u want to give for that parameter, better fix the maximum no. of options say 5 .. ORG1, ORG2, ORG3, ORG4, ORG5
    -> If multi select LOV are of high priority, go for Discoverer if it is a Report.
    cheers
    chakoo

  • Make local copy for any submit form data provided prior to send/submit

    Dear Sir/Madam,
    I am trying to achieve a behaviour of firefox 22 under Ubuntu 13.04 Linux that has to do with forms/submit.
    The result I want to achieve is to have a copy filed for each registration form, personal information provided like job application forms done on websites with multi step submit/apply button at the end.
    The copy "bill" I am after would simply be adding on a scroll the screenshot for the webpage(including scrolling areas) to a localcopy.
    The idea is to look for words like "register", "Address" "Job", "Application" on the page where a form/submit has been detected and simply compound save all displayed steps with data inserted by me.
    For me a lot of this makes sense since prior to for example sending mails or letters by post I file a local copy for my reference ect. This would be an electronic equivelent of it.Saving tremendous energy and time compared to manually saving each step and then looking for a way to name/organise and "collage" all the bits into one receit/bill/scroll.
    How can I modify or achieve this behaviour on Firefox 22 under Ubuntu?
    I have installed addons like InFormEnter, SessionManager iMacros Lastpass...
    an arrow/menu started similar to InFormEnter near a submit button as a method to confirm a loacl copy prior to sending would be ideal.
    Sincerely yours,
    Nikita K. Tsarov

    UnMHT is OK but it doesnt work well when used with the HP chat support window... Here is an attempt to explain what I am trying to get at
    https://docs.google.com/file/d/0B0Kuhf6iBidTZWZWeUxrR2dYajg/edit?usp=sharing
    Feel free to add any comments tips directions...

  • Different Format date LOV after migrated report

    Hi,
    I have migrated report from BO 6.1.3 to BO XI 3.1 SP3.
    Report has migrated but i have one issue like:
    The date format is different for lov of Report in 6.1.3 and XI 3.1 SP3, even when I recreate the prompt
    Old Report 6.1.3 before migration                               'dd/mm/yyyy'
    Old Report 6.1.3 after migration on XI 3.1 SP3            'mm/dd/yyyy'
    New Report XI 3.1 SP3                                                'dd/mm/yyyy'
    and when I run the query the data is incorrect.
    Please let me know how we can resolve this issue....
    Thanks

    Diego,
    Try converting the report from Deski to Webi and see how the prompts work out.
    Longer term this is a better option anyway with Deski going in version 4.
    Regards,
    Mark

  • BO4 - Data tab shows date as 01/01/1970 but actually now on database

    Hi,
    Using bo4 webi and noticed whilst report correctly shows date as blank/null in report (no object format in universe) but date in data tab shows as 01/01/1970.
    Any idea why this is the case?
    Thanks

    Hi,
    Is that what you were expecting?. Seems to me like there needs to be patch upgrade.
    We had the same issue on SP1 and when upgraded to higher version Dates were showing correct.
    Did you compare with BI Launchpad and WebI rich client tool?. Were they showing the 01/01/1970?.
    How about when running a BEx query?.
    Thanks,
    Jothi

Maybe you are looking for