Partial Dates?

Is it possible to format a date field in LiveCycle Designer so that a partial date can be entered if the full date is not known?
For example, if we want to know when a person bought their first car, they may know the precise date, the month and year, or just the year, so we would want to allow the date field to contain 05/MAR/1984 or xx/JAN/1999 or xx/xxx/2004 etc.
Any help greatly appreciated!
Thank you...Horrorhound.

Hi,
I don't think it is  possible to get the date field to do what you would like, the best solution I could think of would be to have 3 fields that are combined to make a single entry in a hidden field.
The user would see something like this
DropdownDayField (1-31) / DropDownMonthField(1-12) / 4 Digit Year field.
on change/exit of any of the fields you could run a script that checks which fields have been populated and create a date based on those values.
e.g. DropDownDayField = 3
     DropDownMonthField = 5
     4DigitYearField = 1967
     hidden date Field == 03/05/1967
e.g. DropDownDayField = xx
     DropDownMonthField = 5
     4DigitYearField = 1967
     hidden date Field == xx/05/1967
e.g. DropDownDayField = xx
     DropDownMonthField = xx
     4DigitYearField = 1967
     hidden date Field == xx/xx/1967
This combined the Javascript Date object should be able to replicate what you would like.
Regards
Malcolm

Similar Messages

  • Partial data clear in ASO possible for multiple tuples?

    Hi,
    I am trying to do a partial data clear in an ASO cube. I need to clear FY12->Oct & FY13->Nov (consecutive periods). Here's what I tried:
    +alter database 'GL_TXT'.'GL_TXT' clear data in region '{([FY12],[Oct]),([FY13],[Nov])}' physical;+
    No error is thrown but the data isn't cleared either. The statement finishes execution almost immediately.
    I tried the UNION function but that didn't work either. Here's how my statement looks with the UNION function:
    +alter database 'GL_TXT'.'GL_TXT' clear data in region '{UNION({([FY12],[Oct])},{([FY13],[Nov])})}' physical;+
    Again, no error but no clear either. The UNION pulls the correct data set when used in a Select statement:
    +SELECT UNION({([FY12],[Oct])},{([FY13],[Nov])}) ON COLUMNS FROM GL_TXT.GL_TXT;+
    I can get it to clear if I write separate statements for each period but I want to have them in a single script as I suspect two scripts wouldn't be very efficient.
    Please help!
    Thanks,
    Shashi

    Thanks for your reply Vasavya! Running the region clear scripts twice (once for each month) is still faster for me than using the report script approach. I want to see if having both periods in one statement will improve the performance :)
    Regards,
    Shashi

  • Maxl to clear partial data in ASO applications

    Hi ,
    Is there a maxl statement to clear partial data from ASO applications?
    Thanks
    Kannan.

    Hi,
    Another solution, close to what garycris suggested, is to create a report script to export the subset of data you want to delete to a text file. Then load this text file using a load rule that replaces your data column by a missing column.
    You can then call the report script and the load rule using a calc script.
    Problem is you need to also have a BSO database to do that. If it's the case then your good.
    If not, you can probably do that from a maxl script.
    Good practice would be to have a CLRASO load rule for all you clear process, and then make sure that your different clear report script fit its format. You end up with n clear report scripts, n clear calc scripts or maxl scripts, and 1 clear load rule.
    Cyril
    Edited by: user635693 on 12 janv. 2009 23:25

  • Clear Partial Data in an Essbase Aggregate storage database

    Can anyone let me know how to clear partial data from an Aggregate storage database in Essbase v 11.1.13? We are trying to clear some data in our dbase and don’t want to clear out all the data. I am aware that in Version 11 Essbase it will allow for a partial clear if we write using mdx commands.
    Can you please help me on the same by giving us some examples n the same?
    Thanks!

    John, I clearly get the difference between two. What I am asking is in the EAS tool itself for v 11.1.1.3 we have option - right clicking on the DB and getting option "Clear" and in turn sub options like "All Data", "All aggregations" and "Partial Data".
    I want to know more on this option part. How will this option know which partial data to be removed or will this option ask us to write some MAXL query for the same"?

  • Get partial dates from period of dates

    Hi,
    I would like to know if there is a FM that returns partial dates from 2 or more periods.
    Example:
    Period 1 : 2015.01.01 - 2015.03.01
    Period 2:  2015.01.05  - 2015.04.01
    Result  :       2015.03.02 - 2015.04.01
                       2015.01.05 - 2015.03.01
                       2015.01.01 - 2015.01.04
    What I am looking for is a something similar to what 'provide' statement do when joining 2 infotypes.
    PROVIDE * FROM Pmmmm
    * FROM Pnnnn
    BETWEEN PN-BEGDA AND PN-ENDDA.
    Thanks in advance.

    You can setup an iCloud account. You get 5GB free space for storage.
    Apple - iCloud - Learn how to set up iCloud on all your devices

  • Sqlplus retrieve partial data in windows environment.

    SQLPlus hangs in the middle of pulling data from database.  SQL scripts are used in our system to pull data from one of databases. the sql script can be successfully run in Linux environment. However the same sql script can only pull partial data from the database table and hang in the middle of pulling when run in window environment.
    env:
    oracle 11g,
    linux: Red Hat Enterprise Linux Server release 6.3 (Santiago)
    windows

    Hi Pradeep. V,
    Thanks for your reply. I forget to give information about db serer and client environment information.
    Our database is run in a Linux box, sqlplus is running in windows environment.
    Regards,
    Jack

  • Could we have something like "Partial Data Triggers"

    Partial triggers are very powerful and really make Ajax web development a peace of cake.
    It seems however, that they come at a price - which is of course performance penalty.
    For example, if I have a master table and detail richTextEditor, complete richTextEdtor HTML (which is not small) is sent over the wire on every partial refresh (or at least my tests indicate that).
    Is there any chance we could get separation of data / presentation and have a property partialDataTriggers, which would only refresh the data and leave the presentation intact?
    Edited by: Jernej Kase on Nov 4, 2010 11:33 PM

    Frank Nimphius wrote:
    Or are you talking about the Rich Text editor as a component which is getting refreshed and that you want to be stale on the page?I'm talking about this. It's not just RTE, it's also tables, forms... Why not keep the component definition (HTML) on the client without refreshing and simply deliver new data to the client. As far as I can tell something like this is already happening, only that currently both, the component and the data are refreshed.
    A good example is af:table - it only loads data while fetching next range. This mechanism could be reused for "partial data refresh".
    I know there are situations where you want to refresh both, but when you know you only need data, why not conserve a bit CPU power? HTML rendering is quite expensive.

  • Partial data loading from dso to cube

    Dear All,
    I am loading the data from dso to the cube through DTP. The problem is that some records are getting added  through data
    packet 1 to the cube around 50 crore records while through data packet2 records are not getting added.
    It is full load from dso to cube.
    I have tried deleting the request and executing DTP but again the same no of records get added to the cube through datapacket 1   and after that records are not added to the cube through datapacket 1  ;request remains in yellow state only.
    Please suggest .

    Nidhuk,
    Data load transfers package by package. Your story sounds like it got stuck in second package or something. Suggest you check package size, try to increase to a higher number to see if anything  changes ? 50 records per package kind of low, your load should not spread out into too many packages.
    Regards. Jen
    Edited by: Jen Yakimoto on Oct 8, 2010 1:45 AM

  • How to move all or partial data from Mac to an external hard disk?

    Hei,
    I need to learn how to move the movies/projects/events from mac hard drive to another external hard drive.
    So basically, I have always imported all events from my video camera (the original clips) to iMovie located in my MacBook Pro hard drive. But after videoing for one year, the hard disc is starting to get full, and I cannot continue using only the laptop's hard drive.
    So I would like to move part OR all of my iMovie related stuff to another external disk drive (connected with USB wire). How do I do that? Is it possible to have some events located in Mac's own hard drive, and some clips/projects in the external hard disk? How to arrange all this?
    I know that "projects" are linked to the original event clips, so if I would be able to export some part of my iMovie data to the external hard drive, I should export both, for example, everything from the same year (the events) which is linked to the projects that are using those data.
    Any tips would be greatly appreciated.

    ok First with IM9, you can easily move stuff around. Here are some lessons learned from my experience managing projects across 6 different drives.
    1. All Drives must be formatted macos extended journaled
    2. The large terabyte drives are great for long term storage of events
    3. When you are working on a project, if possible, try to move the clips the current clips you will need to your internal hard drive. This is only necessary if you care about any time machine back ups.
    4. I have also worked on project straight from the external drives. I also use portable drives such as WD passports. These are small 500 gig drives that can travel with you. I have three of those. LOVE THEM.
    5. One way to move projects and clips and keep things organized is to move the project using command drag. It will ask, do you want to move just the project or project and clips. Then voila all clips and project are then moved to that drive!
    6. REMEMBER...MOVE WITHIN IMOVIE using COMMAND Drag. NEVER EVER USE THE FINDER. This is for both projects and events. Using the Command Key will ensure the projects are moved and not just copied!
    7. Last but not least, if you have changed the dates of events using change date function in imovie....For some reason, there is a bug. It inconsistently will change the date. Don't know why and have reported the issue, but it is still not fixed!
    But its still a great little app!

  • Partial data fetched in report when scheduled in background

    Experts,
    When I scheduled my report in foreground it displays all the data properly.
    But when I run the same in background, in the spool list it displays 260 pages whereas actually displays only 9 pages. The rest of the pages are not displayed in the spool.
    What could be the possible reason.

    Aashish
    Change the Spool Request Display Settings to display pages from 1 to XXXX..Refer to Settings button on the TOP once u display the Spool List..
    Thanks
    Amol Lohade

  • Getting partial data in PI from ECC using proxy

    Hi Consultants,
    I am working on Proxy to SOAP scenario. I have developed almost 20 scenarios. All are working fine as expected except 1 scenario.
    This scenario is troubling me and the problem is, in inbound message of PI, I am not getting whole data which is showing in proxy test in ECC system.
    Can anyone help me in solving this issue?
    Thanks in advance.
    Regards,
    Naushad

    Abhishek,
    I am filtering messages by date not by status. And I do not have authrizations to see the Integration Engine configuration.
    So, I have requested basis team to change the trace_level.
    It is priority for me to resolve this issue and I guess it is proxy issue. But I am not sure and I am not able to findout where is the issue and what is the solution.
    Regards
    Naushad
    Edited by: Nausheen shaik on Apr 20, 2010 3:44 PM
    ECC SXMB_MONI response payload and the PI SXMB_MONI inbound message payload is same.But there is a difference between ECC SXMB_MONI payload and the ECC SPROXY payload. If any one face this kind of issue then please provide me your inputs.
    As this issue is in ECC, I will log this query in ABAP Development forum.
    Regards,
    Naushad
    Edited by: Nausheen shaik on Apr 24, 2010 10:57 PM

  • Recovering partial datas by RMAN

    Hi,
    I have 8i DB and RMAN. I backup all DB by RMAN. I delete the rows in a table of a tablespace. then I recover tablespace like this :
    Run {
    2>      sql "alter tablespace MY_TBS offline";
    3>      allocate channel t1 type disk;
    4>      restore tablespace MY_TBS;
    5>      recover tablespace MY_TBS;
    6>      sql "alter tablespace MY_TBS online";
    7> }
    But the data are not in :
    SQL> select * from my_table;
    no rows selected.
    1-is it normal ?
    2-how can I recover the deleted datas.
    Many thanks.

    absoloutly sur.
    SQL> select tablespace_name from dba_tables where table_name=mytable
    TABLESPACE_NAME
    MY_TBS
    Thank you.

  • Auto index only shows partial data

    Hi everyone,
    Please see the attached file.  I've added notes where the data goes missing.  I know it has something to do with auto-indexing and I spent quite a bit of time reading about it and trying different things but I really need some help now please.
    Thank you!
    Solved!
    Go to Solution.
    Attachments:
    For forum.vi ‏47 KB
    For forum.xlsx ‏12 KB

    Think about what you're trying to do.
    You have three arrays you're indexing.  Let's say they're lengths 1, 2, and 3.
    In the first iteration, we'd index 0 and get back a value from all three.
    In the second iteration, we'd index 1 and get back two values and have a bounds conflict.
    In the third iteration, we'd index 2 and get back a single value while having two bounds conflicts.
    Anything you process in the second and third iteration is garbage.  You have bad inputs so the output isn't useful to you.  In some languages, this will throw an error at runtime for indexing out of bounds.  Some will just let you process the garbage.  In no case do you WANT to run this.
    If you want to process all the elements of the array of size 3, you need to fill in values for the first to arrays to make them all have a length of 3.  Once you do that, the loop will run as you desire.  If you have auto-indexed tunnels with fewer elements than the constant you wire, they will override the terminal, as they should.

  • Import partial data

    Greetings!
    I have requirement to refresh dev db with prod data. But, I need to do this only for few tables. With sequences, constraints, etc., could you please suggest right way to do this? thanks,

    Hi,
    U can look for Oracle Streams documentation.
    http://www.oracle.com/technology/products/dataint/htdocs/streams_fo.html
    Or maybe, use some easier method like sqlldr, datapump etc ...

  • Use Create/Commit on partial data

    Hello to all (again:))
    I have this data controls structure:
    ProjectView1
    - ArchiveView2
    ArchiveView1
    ArchiveView2 is associated to Project by a FK.
    When on page I push "Add archive" button (on ArchiveView2), the appl open a popup where the user can add information like title and description.
    After, When I push COMMIT buttun I'd like to set manually some fields or just use a custom query. For example:
    Full insert:
    insert into archive (id,idproject,title,description,owner,creartiondate) values (<sequence>,<currentProjectID>,<Data from poppup>,<Data from poppup>,<currentUserID>,<currDate>);
    Custum insert
    insert into archive (idproject,title,description,owner) values (<currentProjectID>,<Data from poppup>,<Data from poppup>,<currentUserID>);
    How can I do this?
    Thank you very much.
    Cristian

    Hello.
    Ok, probably you mean the official documentation. But the 4.10.12 talks about "How to Track Created and Mdofied Dates Using the History Column"
    I'm trying to understand how can I assign the current ProjectID to the new Archive using only declarative way, but without success.
    I didn't find on documentation explicit example how I can do it. Have I to do something on view or entity?
    Cristian

Maybe you are looking for

  • What do I need to communicat​e with a Panasonic(​VP8122A) RF Generator thru GPIB using VC++.

    I�m a beginner and I need some orientation in my first project. I wont to create a program test application using VC++ using GPIB 488.2. I have a Panasonic RF GEN (Vp8122A) a RE125 RF GEN a RE204 AUDIO ANALIZER and a HP VXI with some switch boards (H

  • Text in Headers

    When I goto print preview and modify headers I type the text in but nothing appears in the report. Anyone have any sugesstions? TX

  • Program won't work, can't wait forever for support

    I don't know where else to vent, so here goes.  Here's a message I just emailed to Adobe feedback: I am calling for the 2nd time in 2 days to try to get through to tech support.  As I type this, I have been on hold for 40 minutes. There is apparently

  • How to display current/previous connections to iPhone hotspot?

    Hi, While using my iPhone personal hotspot to provide a web connection to my Macbook Air, sometimes the iPhone shows 2 connections (but I should be the only one using it!).  How can I find out if other people are using my hotspot? Is it possible to d

  • Error KO88 - Inconsistent currency information

    Dear all, When i run for KO88 order settlement, below error is created. I understand that this may caused be different currency in FI and CO, but what can we do to solve this..thanks Inconsistent currency information Message no. F5725 Diagnosis Compa