Date and Time column in custom lists - is default time possible?

I've created a custom list and included a column using the Date and Time field. I have this set up to default to "Today's Date." But, is there any way to also have this default to today's time? While the date will default, the time must be manually
selected using dropdown boxes.
We want this field to default to the date and time but also allow users to change the date and time if necessary. This is why we're using this instead of the "Created by" field, which is not editable.
Has anyone found a solution to this?
Thanks!

Set calculated option for default value, and set =NOW():
[custom.development]

Similar Messages

  • HT201299 After installing an app on iPhone 5s, I can't use it outside of wifi (using cellular or mobile data) and the app is not listed in settings to enable its use of mobile data - any clues on what is wrong here?

    After installing an app on iPhone 5s, I can't use it outside of wifi (using cellular or mobile data) and the app is not listed in settings to enable its use of mobile data - any clues on what is wrong here?

    Steps to take to resolve this issue:
    1/  Turn off Wifi
    2/  Ensure Mobile (cellular) data is on
    3/  Turn iPhone OFF and then ON (re-boot iPhone)
    4/  Without turning Wifi on, open an app that requires mobile (cellular) data.
    5/  The app will now show on the Settings list with the option to enable or disable mobile (cellular) data
    6/  In time all apps that require or use mobile data will be added to the list automatically.

  • IP: Dynamic Data and Lead Columns

    Hello,
    In IP, there is not such thing as "Dynamic Data and Lead Columns" which we have used successfully in BPS. We have quite normal case where accounts are on rows and columns are defined as follows:
    Column 1): KF Qty1, Period #, Year "Var Current year (single value)"
    Columns 2-n): KF Amt1, Period "Var periods current year (multiple values)", Year "Var Current year"
    Column n+1): Sum columns 2-n
    Number of periods in variable "Var periods current year" is not fixed and maintained by superuser, so number of columns is somewhere between 3 and 14 (at least one open period, maximum 12, plus the Qty1 and Sum columns).
    How would you fix this in IP?
    Thanks for answers!
    Aki

    Hello Aki,
    you could put the period into the columns as char.
    if you make a selection to value # and the variable you will se as many columns as periods are selected in the variable plus the one column for #.
    regards
    Cornelia

  • Custom list - Calendar View - Time Interval

    Hi all,
    I have a custom list with "Project Start" and "Project End" columns. Then I have created a Calendar View. In the "Time Interval", I select "Project Start" for "Begin"
    and "Project End" for "End".
    In the programming code, how could I detect the column names that was chosen for "Begin" and "End" of the "Time Interval"? In this case, they are
     "Project Start" and "Project End".
    Thanks ^_^

    Hi,
    According to your post, my understanding is that you want to see the calendar view begin and end time for the time interval.
    We can use the SharePoint Manager to view the internal name for the begin and end time for the time interval.
    Open SharePoint Manager 2013->click your site->click
    Lists->select your list name->click Views->select your calendar view name->click the
    Schema Xml to check the internal name for the time interval begin and end.
    We can download the SharePoint Manager in here:
    http://spm.codeplex.com/
    Thanks & Regards,
    Jason
    Jason Guo
    TechNet Community Support

  • Need Help; Must accept email and create item in custom list

    Hello Forum,
    We have a Sharepoint 2010 site that has been using Microsoft's ticketing system for years. What I need to confirm is if there is a way to email the sharepoint list and have it create a ticket (parsing the from address, subject and body then creating a ticket
    from that and sending a confirmation email reply to the user).
    I understand there may be some coding needed, but don't know where to start without having to start over and lose our years of  lists / data. Can someone please help provide information or at the very least a starting point for me?
    Thanks.

    I coded something similar very recently. This community project helped me a lot; http://www.codeproject.com/Articles/32899/Reading-an-Outlook-MSG-File-in-C
    I called
    out to this code from an ItemAdded Event Receiver on the library to parse the email metadata.
    It's also possible to email enable Libraries and receive items emailed straight to the library. There's a special event receiver available for that which helps you parse email metadata. (But I couldn't receive email directly from my project so I didn't use
    this approach though I daresay it's simpler); http://msdn.microsoft.com/en-us/library/microsoft.sharepoint.spemaileventreceiver.aspx
    w: http://www.the-north.com/sharepoint | t: @JMcAllisterCH | YouTube: http://www.youtube.com/user/JamieMcAllisterMVP

  • Migrating MacBook data and settings to new one: can I use Time Capsule?

    I gave away my old MacBook and bought a faster and bigger one (GHz, Ram, HD). Before that I backed it up to an external drive via TimeCapsule, but also separately backed up the Documents files.
    Can I migrate all my programs/settings/data to the new laptop by simply using TimeCapsule with the timeCapsule data of the "old" laptop? What issues to consider? How to do it? Other/better options?
    Any advice/pointer will be highly appreciated.
    Cheers,
    Veit

    I think this would work, but it would be much better (i.e. faster) to use SuperDuper or CarbonCopyCloner to make an exact copy of the contents of your internal hard disk onto an external hard drive. Then use Migration Assistant (it should launch automatically when you boot your new computer for the first time, or else run it manually) to migrate the settings.

  • How to get  only latest date and other columns from table

    Hi,
    Table
       id          name        date
      123        a             2/3/2010
      124        b            15/2/2010
      125        c             1/1/2010
      123        a             12/4/2010
      125        c             17/2/2010
    this is a table, here id,name,date is composite key.
    I want to select id,name and date so that latest date (e.g., for id 123 date 12/4/2010 be selected) is selected for each id and each id and name should be selected once.
    So what will be its query?
    Thanks

    Hi,
    user12222356 wrote:
    SQL> select id id,name name,max(dt) over 0 from temp2;
    select id id,name name,max(dt) over 0 from temp2
    ERROR at line 1:
    ORA-00923: FROM keyword not found where expectedWhat is over 0?That should be
    ... OVER ( )with a pair of parentheses.
    Almost all aggregate functions (including MAX) also have analytic counterparts. The parser knows that you're using the analytic version if the keyword OVER, followed by an analytic clause in parentheses, comes after the argument. In this case, the default analytic clause is being used, so there's no need to put anything in the parentheses, but syntax still requires that they be there.

  • Loading data and printing it out in graphic mode(is it possible)

    if you are in graphic mode and you have a nice back ground and loader and stuff is it possible to load a pile and post it on screen? i want to know and if u can post a little code
    i also use netbeam so if its possible it would be easy
    here is a working loaded but just black and white
    //Readlogin.java
    import java.util.*;
    import java.io.*;
    import java.awt.*;
    import javax.swing.*;
    public class Readlogin
         public static void main(String[] args)
              FileOutputStream out;
              PrintStream p = null;
              boolean quit = false;
              String fileName = "", fileLine = "", date = "", classes = "";
              Scanner file = null;
              Scanner s = new Scanner(System.in);
              double exitword, sample;
              while (!quit)
                   System.out.print ("Enter a filename: ");
                   fileName = s.nextLine();
                   if (fileName.equals("quit"))
                   System.exit(0);
                   else
              try
                   file = new Scanner(new File(fileName));
              catch (FileNotFoundException e)
                   System.out.println (fileName + " not found!");
                   //System.exit(-1);
              while (file.hasNext())
                   fileLine = file.nextLine();
                   System.out.println(fileLine);
    }ty
    Edited by: kingryanj on Feb 28, 2008 5:37 PM

    first this is not home work, my school website is www.mrdig.net, im in imc3 or whatever class and im done work for the year this is for my own stuff
    i ment this is my reader file //logtest.java
    import java.util.*;
    import java.io.*;
    import java.awt.*;
    import javax.swing.*;
    public class logtest
         public static void main(String[] args)
              FileOutputStream out;
              PrintStream p = null;
              boolean quit = false;
              String fileName = "", fileLine = "", date = "", classes = "";
              Scanner file = null;
              Scanner s = new Scanner(System.in);
              double exitword, sample;
              System.out.print ("Enter the date: ");
              date = s.nextLine();
              while (!quit)
                   System.out.print ("Enter a filename: ");
                   fileName = s.nextLine();
                   if (fileName.equals("quit"))
                   System.exit(0);
                   else
              try
                   out = new FileOutputStream(fileName, true);
                   p = new PrintStream( out );
              catch (Exception e)
                   System.out.println ("Error writing to file");
                   System.exit(-1);
              System.out.print ("What classes are you doing? : ");
              classes = s.nextLine();
              p.print( date + " ");
              p.print(classes + " ");
              p.println ( "" );
              p.close();
    }i want to know if you can load a file and print the data on screen in graphic mode, because i just want this to look more flashy, i have the actualy log in working with graphics (ty netbean) and i want to know if netbean can help with this

  • Firefox 4.01 with multiple tabs/windows open will close with the following dialoog boxes appearing, one for each window, evidently, "invalid preferences extensions.bprivacy.timer check that is listed in defaults/prefs.js"

    The cause of the need to revert to the last known good operating condition was trying to download a file from a Yahoo discussion group. The download froze the machine. When Firefox was restarted, it froze on loading, at first step of loading multiple windows and tabs. Many reboots to the same frozen state led to revert to the last restore point. That produced equivalent results on startup of Firefox, the option of F8 and revert to last known good operating condition was done. Everything seemingly operate OK, with the exception of the pop-up dialog boxes on shutdown of Firefox .
    Began Thursday 5/26/11
    I know locations and dates of all files "prefs.js" but don't know what to do with them, if anything.

    I removed add-on BetterPrivacy. No problems since then anymore.
    Regards,
    HABSBURGER

  • Why do Time Machine Sys. Prefs show default Time Capsule Name?

    I've just reconnected my 3rd generation Time Capsule to my iMac after replacing my broadband/wireless router (and updated it to the 7.6 firmware). A new backup is being made, and all seems well except for one minor aesthetic niggle.
    Perhaps I've simply not noticed it before, but the name of the Time Capsule in the Time Machine System Preferences is shown as the default name 'Time-Capsule-fe2ab5' rather than the name I configured it with and by which I selected it: 'My Time Capsule'. Restarting System Preferences doesn't fix this.
    Why? Is it always like this? If not, is it possible to fix it?

    The name there is 'My Time Capsule', but now I see that there is 'Time-Capsule-fe2ab5.local' underneath in smaller font, with an Edit button. It is possible to edit the name to e.g. 'My Time Capsule.local'. The explanation says that this is for setting a local hostname. There is also a global hostname setting. I've not used this Time Machine as a remote access point. I wonder which of these settings, if any, is being used for the name in Time Machine System Preferences? I'm experimenting now.

  • Customer listing with address data and credit limits

    Hello all,
    I need a report I can download to Excel detailing address data and credit limits by customer.
    Many thanks.

    Hi
    You can not get the report with address details from standard reports. You have to download the address from table level to excel and you can do what ever you want. If you want a special report what you want you have to contact your programmer (ABAP).

  • SP Designer 2010 - Saving custom list form impacts other list and other custom list form

    Hi,
    I have a source list, with custom display, edit and new forms all of them created in SP Designer 2010. These do nothing fancy, just for presentation purposes, fields were re-arranged in 2 columns.
    Then I created a target list by saving the source list as template, the template brought over all customizations, all seemed to work fine. So I started to modify the target custom list forms.
    Now here's the problem:
    After a while making changes to the target list I realized that somehow the custom list forms on the source list had been modified... so I opened the source list in designer and noticed that the out of the box forms: NewForm.aspx, DispForm.aspx, EditForm.aspx
    were now the default forms for the source list, and I couldn't pick my custom list forms to be the default forms for the source list anymore, they were not on the listbox. I could still see them by going in designer to All Files > Lists > SourceList
    > and if I previewed them, they were empty. 
    I believe that somehow source and target list are linked, but why would designer allow making changes to the source list? like resetting the default forms, and breaking up the custom list forms that were in place?
    I've verified list id's in the custom list forms of the target list and they belong to the GUID of the target list. I don't see anything else that could potentially point to the source list.
    SharePoint Designer 2010 version: 14.0.7007.1000 SP2 14.0.7015.1000 I don't think this matters much because I've tried with other SP Designer 2010 versions and the error is the same.
    thanks for your reply!

    Hi alec,
    When I create a custom EditForm1.aspx and set as default for a source list, then save this list as a template, then the newly created the target list based off this saved template, the source list still uses the custom EditForm1.aspx form as default
    form, from SharePoint designer, I can see these two lists have different listID, so they have no connection when I edit any one of them.
    Please recreate a new list with custom form page and save as template, then create a new list see if this issue could be reproduced, or we can create a new list instead if it is an isolate issue.
    Thanks,
    Daniel Yang
    Forum Support
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact
    [email protected]
    Daniel Yang
    TechNet Community Support

  • Select true date from week/day/time columns

    the scenario
    i have a table with 4 columns
    weekno
    dayno
    start
    finish
    w d st ft
    1     1     0     0
    1     2     480     990
    1     3     480     990
    1     4     480     990
    1     5     480     990
    1     6     480     930
    1     7     480     720
    2     1     0     0
    2     2     480     990
    2     3     480     990
    2     4     480     990
    2     5     480     990
    2     6     480     930
    2     7     480     720
    3     1     0     0
    3     2     480     990
    3     3     480     990
    3     4     480     990
    3     5     480     990
    3     6     480     930
    3     7     480     720
    etc, etc for every day in the year.
    the 3rd and 4th columns are minutes but in decimal time.
    the problem
    what i require is a query to return 2 date columns a start datetime and an end datetime, but from today forward for 365 days (every row) in 'DD-MM-RR HH24-MI' format
    eg
    '10-04-08 08:00' ''10-04-08 16:30'
    '11-04-08 08:00' ''11-04-08 12:00'
    '12-04-08 08:00' ''12-04-08 12:00'
    followed by 364 other days a year from today.
    hope this makes sense.
    any help appreciated
    cheers

    by using
    to_char(TRUNC(sysdate, 'I') + 7 *(wages2_wk_no -1) + wages2_dayno-2 + wages2_n_st / 60 / 24, 'DD-MM-YYYY HH24:MI') start_date,
    to_char(TRUNC(sysdate, 'I') + 7 *(wages2_wk_no -1) + wages2_dayno-2 + wages2_n_end / 60 / 24, 'DD-MM-YYYY HH24:MI') end_date
    i achieved the following. which is correct from today onward (in bold), but anything before today should should follow through to 2009 if that makes sense...
    1     1     SUN     30-12-2007 00:00     30-12-2007 00:00
    1     2     MON     31-12-2007 08:00     31-12-2007 16:30
    1     3     TUE     01-01-2008 08:00     01-01-2008 16:30
    1     4     WED     02-01-2008 08:00     02-01-2008 16:30
    1     5     THU     03-01-2008 08:00     03-01-2008 16:30
    1     6     FRI     04-01-2008 08:00     04-01-2008 15:30
    1     7     SAT     05-01-2008 08:00     05-01-2008 12:00
    2     1     SUN     06-01-2008 00:00     06-01-2008 00:00
    2     2     MON     07-01-2008 08:00     07-01-2008 16:30
    2     3     TUE     08-01-2008 08:00     08-01-2008 16:30
    2     4     WED     09-01-2008 08:00     09-01-2008 16:30
    2     5     THU     10-01-2008 08:00     10-01-2008 16:30
    2     6     FRI     11-01-2008 08:00     11-01-2008 15:30
    2     7     SAT     12-01-2008 08:00     12-01-2008 12:00
    3     1     SUN     13-01-2008 00:00     13-01-2008 00:00
    3     2     MON     14-01-2008 08:00     14-01-2008 16:30
    3     3     TUE     15-01-2008 08:00     15-01-2008 16:30
    3     4     WED     16-01-2008 08:00     16-01-2008 16:30
    3     5     THU     17-01-2008 08:00     17-01-2008 16:30
    3     6     FRI     18-01-2008 08:00     18-01-2008 15:30
    3     7     SAT     19-01-2008 08:00     19-01-2008 12:00
    4     1     SUN     20-01-2008 00:00     20-01-2008 00:00
    4     2     MON     21-01-2008 08:00     21-01-2008 16:30
    4     3     TUE     22-01-2008 08:00     22-01-2008 16:30
    4     4     WED     23-01-2008 08:00     23-01-2008 16:30
    4     5     THU     24-01-2008 08:00     24-01-2008 16:30
    4     6     FRI     25-01-2008 08:00     25-01-2008 15:30
    4     7     SAT     26-01-2008 08:00     26-01-2008 12:00
    5     1     SUN     27-01-2008 00:00     27-01-2008 00:00
    5     2     MON     28-01-2008 08:00     28-01-2008 16:30
    5     3     TUE     29-01-2008 08:00     29-01-2008 16:30
    5     4     WED     30-01-2008 08:00     30-01-2008 16:30
    5     5     THU     31-01-2008 08:00     31-01-2008 16:30
    5     6     FRI     01-02-2008 08:00     01-02-2008 15:30
    5     7     SAT     02-02-2008 08:00     02-02-2008 12:00
    6     1     SUN     03-02-2008 00:00     03-02-2008 00:00
    6     2     MON     04-02-2008 08:00     04-02-2008 16:30
    6     3     TUE     05-02-2008 08:00     05-02-2008 16:30
    6     4     WED     06-02-2008 08:00     06-02-2008 16:30
    6     5     THU     07-02-2008 08:00     07-02-2008 16:30
    6     6     FRI     08-02-2008 08:00     08-02-2008 15:30
    6     7     SAT     09-02-2008 08:00     09-02-2008 12:00
    7     1     SUN     10-02-2008 00:00     10-02-2008 00:00
    7     2     MON     11-02-2008 08:00     11-02-2008 16:30
    7     3     TUE     12-02-2008 08:00     12-02-2008 16:30
    7     4     WED     13-02-2008 08:00     13-02-2008 16:30
    7     5     THU     14-02-2008 08:00     14-02-2008 16:30
    7     6     FRI     15-02-2008 08:00     15-02-2008 15:30
    7     7     SAT     16-02-2008 08:00     16-02-2008 12:00
    8     1     SUN     17-02-2008 00:00     17-02-2008 00:00
    8     2     MON     18-02-2008 08:00     18-02-2008 16:30
    8     3     TUE     19-02-2008 08:00     19-02-2008 16:30
    8     4     WED     20-02-2008 08:00     20-02-2008 16:30
    8     5     THU     21-02-2008 08:00     21-02-2008 16:30
    8     6     FRI     22-02-2008 08:00     22-02-2008 15:30
    8     7     SAT     23-02-2008 08:00     23-02-2008 12:00
    9     1     SUN     24-02-2008 00:00     24-02-2008 00:00
    9     2     MON     25-02-2008 08:00     25-02-2008 16:30
    9     3     TUE     26-02-2008 08:00     26-02-2008 16:30
    9     4     WED     27-02-2008 08:00     27-02-2008 16:30
    9     5     THU     28-02-2008 08:00     28-02-2008 16:30
    9     6     FRI     29-02-2008 08:00     29-02-2008 15:30
    9     7     SAT     01-03-2008 08:00     01-03-2008 12:00
    10     1     SUN     02-03-2008 00:00     02-03-2008 00:00
    10     2     MON     03-03-2008 08:00     03-03-2008 16:30
    10     3     TUE     04-03-2008 08:00     04-03-2008 16:30
    10     4     WED     05-03-2008 08:00     05-03-2008 16:30
    10     5     THU     06-03-2008 08:00     06-03-2008 16:30
    10     6     FRI     07-03-2008 08:00     07-03-2008 15:30
    10     7     SAT     08-03-2008 08:00     08-03-2008 12:00
    11     1     SUN     09-03-2008 00:00     09-03-2008 00:00
    11     2     MON     10-03-2008 08:00     10-03-2008 16:30
    11     3     TUE     11-03-2008 08:00     11-03-2008 16:30
    11     4     WED     12-03-2008 08:00     12-03-2008 16:30
    11     5     THU     13-03-2008 08:00     13-03-2008 16:30
    11     6     FRI     14-03-2008 08:00     14-03-2008 15:30
    11     7     SAT     15-03-2008 08:00     15-03-2008 12:00
    12     1     SUN     16-03-2008 00:00     16-03-2008 00:00
    12     2     MON     17-03-2008 08:00     17-03-2008 16:30
    12     3     TUE     18-03-2008 08:00     18-03-2008 16:30
    12     4     WED     19-03-2008 08:00     19-03-2008 16:30
    12     5     THU     20-03-2008 08:00     20-03-2008 16:30
    12     6     FRI     21-03-2008 08:00     21-03-2008 15:30
    12     7     SAT     22-03-2008 08:00     22-03-2008 12:00
    13     1     SUN     23-03-2008 00:00     23-03-2008 00:00
    13     2     MON     24-03-2008 08:00     24-03-2008 16:30
    13     3     TUE     25-03-2008 08:00     25-03-2008 16:30
    13     4     WED     26-03-2008 08:00     26-03-2008 16:30
    13     5     THU     27-03-2008 08:00     27-03-2008 16:30
    13     6     FRI     28-03-2008 08:00     28-03-2008 15:30
    13     7     SAT     29-03-2008 08:00     29-03-2008 12:00
    14     1     SUN     30-03-2008 00:00     30-03-2008 00:00
    14     2     MON     31-03-2008 08:00     31-03-2008 16:30
    14     3     TUE     01-04-2008 08:00     01-04-2008 16:30
    14     4     WED     02-04-2008 08:00     02-04-2008 16:30
    14     5     THU     03-04-2008 08:00     03-04-2008 16:30
    14     6     FRI     04-04-2008 08:00     04-04-2008 15:30
    14     7     SAT     05-04-2008 08:00     05-04-2008 12:00
    15     1     SUN     06-04-2008 00:00     06-04-2008 00:00
    15     2     MON     07-04-2008 08:00     07-04-2008 16:30
    15     3     TUE     08-04-2008 08:00     08-04-2008 16:30
    15     4     WED     09-04-2008 08:00     09-04-2008 16:30
    15     5     THU     10-04-2008 08:00     10-04-2008 16:30
    15     6     FRI     11-04-2008 08:00     11-04-2008 15:30
    15     7     SAT     12-04-2008 08:00     12-04-2008 12:00
    16     1     SUN     13-04-2008 00:00     13-04-2008 00:00
    16     2     MON     14-04-2008 08:00     14-04-2008 16:30
    16     3     TUE     15-04-2008 08:00     15-04-2008 16:30
    16     4     WED     16-04-2008 08:00     16-04-2008 16:30
    16     5     THU     17-04-2008 08:00     17-04-2008 16:30
    16     6     FRI     18-04-2008 08:00     18-04-2008 15:30
    16     7     SAT     19-04-2008 08:00     19-04-2008 12:00
    17     1     SUN     20-04-2008 00:00     20-04-2008 00:00
    17     2     MON     21-04-2008 08:00     21-04-2008 16:30
    17     3     TUE     22-04-2008 08:00     22-04-2008 16:30
    17     4     WED     23-04-2008 08:00     23-04-2008 16:30
    17     5     THU     24-04-2008 08:00     24-04-2008 16:30
    17     6     FRI     25-04-2008 08:00     25-04-2008 15:30
    17     7     SAT     26-04-2008 08:00     26-04-2008 12:00
    18     1     SUN     27-04-2008 00:00     27-04-2008 00:00
    18     2     MON     28-04-2008 08:00     28-04-2008 16:30
    18     3     TUE     29-04-2008 08:00     29-04-2008 16:30
    18     4     WED     30-04-2008 08:00     30-04-2008 16:30
    18     5     THU     01-05-2008 08:00     01-05-2008 16:30
    18     6     FRI     02-05-2008 08:00     02-05-2008 15:30
    18     7     SAT     03-05-2008 08:00     03-05-2008 12:00
    19     1     SUN     04-05-2008 00:00     04-05-2008 00:00
    19     2     MON     05-05-2008 08:00     05-05-2008 16:30
    19     3     TUE     06-05-2008 08:00     06-05-2008 16:30
    19     4     WED     07-05-2008 08:00     07-05-2008 16:30
    19     5     THU     08-05-2008 08:00     08-05-2008 16:30
    19     6     FRI     09-05-2008 08:00     09-05-2008 15:30
    19     7     SAT     10-05-2008 08:00     10-05-2008 12:00
    20     1     SUN     11-05-2008 00:00     11-05-2008 00:00
    20     2     MON     12-05-2008 08:00     12-05-2008 16:30
    20     3     TUE     13-05-2008 08:00     13-05-2008 16:30
    20     4     WED     14-05-2008 08:00     14-05-2008 16:30
    20     5     THU     15-05-2008 08:00     15-05-2008 16:30
    20     6     FRI     16-05-2008 08:00     16-05-2008 15:30
    20     7     SAT     17-05-2008 08:00     17-05-2008 12:00
    21     1     SUN     18-05-2008 00:00     18-05-2008 00:00
    21     2     MON     19-05-2008 08:00     19-05-2008 16:30
    21     3     TUE     20-05-2008 08:00     20-05-2008 16:30
    21     4     WED     21-05-2008 08:00     21-05-2008 16:30
    21     5     THU     22-05-2008 08:00     22-05-2008 16:30
    21     6     FRI     23-05-2008 08:00     23-05-2008 15:30
    21     7     SAT     24-05-2008 08:00     24-05-2008 12:00
    22     1     SUN     25-05-2008 00:00     25-05-2008 00:00
    22     2     MON     26-05-2008 08:00     26-05-2008 16:30
    22     3     TUE     27-05-2008 08:00     27-05-2008 16:30
    22     4     WED     28-05-2008 08:00     28-05-2008 16:30
    22     5     THU     29-05-2008 08:00     29-05-2008 16:30
    22     6     FRI     30-05-2008 08:00     30-05-2008 15:30
    22     7     SAT     31-05-2008 08:00     31-05-2008 12:00
    23     1     SUN     01-06-2008 00:00     01-06-2008 00:00
    23     2     MON     02-06-2008 08:00     02-06-2008 16:30
    23     3     TUE     03-06-2008 08:00     03-06-2008 16:30
    23     4     WED     04-06-2008 08:00     04-06-2008 16:30
    23     5     THU     05-06-2008 08:00     05-06-2008 16:30
    23     6     FRI     06-06-2008 08:00     06-06-2008 15:30
    23     7     SAT     07-06-2008 08:00     07-06-2008 12:00
    24     1     SUN     08-06-2008 00:00     08-06-2008 00:00
    24     2     MON     09-06-2008 08:00     09-06-2008 16:30
    24     3     TUE     10-06-2008 08:00     10-06-2008 16:30
    24     4     WED     11-06-2008 08:00     11-06-2008 16:30
    24     5     THU     12-06-2008 08:00     12-06-2008 16:30
    24     6     FRI     13-06-2008 08:00     13-06-2008 15:30
    24     7     SAT     14-06-2008 08:00     14-06-2008 12:00
    25     1     SUN     15-06-2008 00:00     15-06-2008 00:00
    25     2     MON     16-06-2008 08:00     16-06-2008 16:30
    25     3     TUE     17-06-2008 08:00     17-06-2008 16:30
    25     4     WED     18-06-2008 08:00     18-06-2008 16:30
    25     5     THU     19-06-2008 08:00     19-06-2008 16:30
    25     6     FRI     20-06-2008 08:00     20-06-2008 15:30
    25     7     SAT     21-06-2008 08:00     21-06-2008 12:00
    26     1     SUN     22-06-2008 00:00     22-06-2008 00:00
    26     2     MON     23-06-2008 08:00     23-06-2008 16:30
    26     3     TUE     24-06-2008 08:00     24-06-2008 16:30
    26     4     WED     25-06-2008 08:00     25-06-2008 16:30
    26     5     THU     26-06-2008 08:00     26-06-2008 16:30
    26     6     FRI     27-06-2008 08:00     27-06-2008 15:30
    26     7     SAT     28-06-2008 08:00     28-06-2008 12:00
    27     1     SUN     29-06-2008 00:00     29-06-2008 00:00
    27     2     MON     30-06-2008 08:00     30-06-2008 16:30
    27     3     TUE     01-07-2008 08:00     01-07-2008 16:30
    27     4     WED     02-07-2008 08:00     02-07-2008 16:30
    27     5     THU     03-07-2008 08:00     03-07-2008 16:30
    27     6     FRI     04-07-2008 08:00     04-07-2008 15:30
    27     7     SAT     05-07-2008 08:00     05-07-2008 12:00
    28     1     SUN     06-07-2008 00:00     06-07-2008 00:00
    28     2     MON     07-07-2008 08:00     07-07-2008 16:30
    28     3     TUE     08-07-2008 08:00     08-07-2008 16:30
    28     4     WED     09-07-2008 08:00     09-07-2008 16:30
    28     5     THU     10-07-2008 08:00     10-07-2008 16:30
    28     6     FRI     11-07-2008 08:00     11-07-2008 15:30
    28     7     SAT     12-07-2008 08:00     12-07-2008 12:00
    29     1     SUN     13-07-2008 00:00     13-07-2008 00:00
    29     2     MON     14-07-2008 08:00     14-07-2008 16:30
    29     3     TUE     15-07-2008 08:00     15-07-2008 16:30
    29     4     WED     16-07-2008 08:00     16-07-2008 16:30
    29     5     THU     17-07-2008 08:00     17-07-2008 16:30
    29     6     FRI     18-07-2008 08:00     18-07-2008 15:30
    29     7     SAT     19-07-2008 08:00     19-07-2008 12:00
    30     1     SUN     20-07-2008 00:00     20-07-2008 00:00
    30     2     MON     21-07-2008 08:00     21-07-2008 16:30
    30     3     TUE     22-07-2008 08:00     22-07-2008 16:30
    30     4     WED     23-07-2008 08:00     23-07-2008 16:30
    30     5     THU     24-07-2008 08:00     24-07-2008 16:30
    30     6     FRI     25-07-2008 08:00     25-07-2008 15:30
    30     7     SAT     26-07-2008 08:00     26-07-2008 12:00
    31     1     SUN     27-07-2008 00:00     27-07-2008 00:00
    31     2     MON     28-07-2008 08:00     28-07-2008 16:30
    31     3     TUE     29-07-2008 08:00     29-07-2008 16:30
    31     4     WED     30-07-2008 08:00     30-07-2008 16:30
    31     5     THU     31-07-2008 08:00     31-07-2008 16:30
    31     6     FRI     01-08-2008 08:00     01-08-2008 15:30
    31     7     SAT     02-08-2008 08:00     02-08-2008 12:00
    32     1     SUN     03-08-2008 00:00     03-08-2008 00:00
    32     2     MON     04-08-2008 08:00     04-08-2008 16:30
    32     3     TUE     05-08-2008 08:00     05-08-2008 16:30
    32     4     WED     06-08-2008 08:00     06-08-2008 16:30
    32     5     THU     07-08-2008 08:00     07-08-2008 16:30
    32     6     FRI     08-08-2008 08:00     08-08-2008 15:30
    32     7     SAT     09-08-2008 08:00     09-08-2008 12:00
    33     1     SUN     10-08-2008 00:00     10-08-2008 00:00
    33     2     MON     11-08-2008 08:00     11-08-2008 16:30
    33     3     TUE     12-08-2008 08:00     12-08-2008 16:30
    33     4     WED     13-08-2008 08:00     13-08-2008 16:30
    33     5     THU     14-08-2008 08:00     14-08-2008 16:30
    33     6     FRI     15-08-2008 08:00     15-08-2008 15:30
    33     7     SAT     16-08-2008 08:00     16-08-2008 12:00
    34     1     SUN     17-08-2008 00:00     17-08-2008 00:00
    34     2     MON     18-08-2008 08:00     18-08-2008 16:30
    34     3     TUE     19-08-2008 08:00     19-08-2008 16:30
    34     4     WED     20-08-2008 08:00     20-08-2008 16:30
    34     5     THU     21-08-2008 08:00     21-08-2008 16:30
    34     6     FRI     22-08-2008 08:00     22-08-2008 15:30
    34     7     SAT     23-08-2008 08:00     23-08-2008 12:00
    35     1     SUN     24-08-2008 00:00     24-08-2008 00:00
    35     2     MON     25-08-2008 08:00     25-08-2008 16:30
    35     3     TUE     26-08-2008 08:00     26-08-2008 16:30
    35     4     WED     27-08-2008 08:00     27-08-2008 16:30
    35     5     THU     28-08-2008 08:00     28-08-2008 16:30
    35     6     FRI     29-08-2008 08:00     29-08-2008 15:30
    35     7     SAT     30-08-2008 08:00     30-08-2008 12:00
    36     1     SUN     31-08-2008 00:00     31-08-2008 00:00
    36     2     MON     01-09-2008 08:00     01-09-2008 16:30
    36     3     TUE     02-09-2008 08:00     02-09-2008 16:30
    36     4     WED     03-09-2008 08:00     03-09-2008 16:30
    36     5     THU     04-09-2008 08:00     04-09-2008 16:30
    36     6     FRI     05-09-2008 08:00     05-09-2008 15:30
    36     7     SAT     06-09-2008 08:00     06-09-2008 12:00
    37     1     SUN     07-09-2008 00:00     07-09-2008 00:00
    37     2     MON     08-09-2008 08:00     08-09-2008 16:30
    37     3     TUE     09-09-2008 08:00     09-09-2008 16:30
    37     4     WED     10-09-2008 08:00     10-09-2008 16:30
    37     5     THU     11-09-2008 08:00     11-09-2008 16:30
    37     6     FRI     12-09-2008 08:00     12-09-2008 15:30
    37     7     SAT     13-09-2008 08:00     13-09-2008 12:00
    38     1     SUN     14-09-2008 00:00     14-09-2008 00:00
    38     2     MON     15-09-2008 08:00     15-09-2008 16:30
    38     3     TUE     16-09-2008 08:00     16-09-2008 16:30
    38     4     WED     17-09-2008 08:00     17-09-2008 16:30
    38     5     THU     18-09-2008 08:00     18-09-2008 16:30
    38     6     FRI     19-09-2008 08:00     19-09-2008 15:30
    38     7     SAT     20-09-2008 08:00     20-09-2008 12:00
    39     1     SUN     21-09-2008 00:00     21-09-2008 00:00
    39     2     MON     22-09-2008 08:00     22-09-2008 16:30
    39     3     TUE     23-09-2008 08:00     23-09-2008 16:30
    39     4     WED     24-09-2008 08:00     24-09-2008 16:30
    39     5     THU     25-09-2008 08:00     25-09-2008 16:30
    39     6     FRI     26-09-2008 08:00     26-09-2008 15:30
    39     7     SAT     27-09-2008 08:00     27-09-2008 12:00
    40     1     SUN     28-09-2008 00:00     28-09-2008 00:00
    40     2     MON     29-09-2008 08:00     29-09-2008 16:30
    40     3     TUE     30-09-2008 08:00     30-09-2008 16:30
    40     4     WED     01-10-2008 08:00     01-10-2008 16:30
    40     5     THU     02-10-2008 08:00     02-10-2008 16:30
    40     6     FRI     03-10-2008 08:00     03-10-2008 15:30
    40     7     SAT     04-10-2008 08:00     04-10-2008 12:00
    41     1     SUN     05-10-2008 00:00     05-10-2008 00:00
    41     2     MON     06-10-2008 08:00     06-10-2008 16:30
    41     3     TUE     07-10-2008 08:00     07-10-2008 16:30
    41     4     WED     08-10-2008 08:00     08-10-2008 16:30
    41     5     THU     09-10-2008 08:00     09-10-2008 16:30
    41     6     FRI     10-10-2008 08:00     10-10-2008 15:30
    41     7     SAT     11-10-2008 08:00     11-10-2008 12:00
    42     1     SUN     12-10-2008 00:00     12-10-2008 00:00
    42     2     MON     13-10-2008 08:00     13-10-2008 16:30
    42     3     TUE     14-10-2008 08:00     14-10-2008 16:30
    42     4     WED     15-10-2008 08:00     15-10-2008 16:30
    42     5     THU     16-10-2008 08:00     16-10-2008 16:30
    42     6     FRI     17-10-2008 08:00     17-10-2008 15:30
    42     7     SAT     18-10-2008 08:00     18-10-2008 12:00
    43     1     SUN     19-10-2008 00:00     19-10-2008 00:00
    43     2     MON     20-10-2008 08:00     20-10-2008 16:30
    43     3     TUE     21-10-2008 08:00     21-10-2008 16:30
    43     4     WED     22-10-2008 08:00     22-10-2008 16:30
    43     5     THU     23-10-2008 08:00     23-10-2008 16:30
    43     6     FRI     24-10-2008 08:00     24-10-2008 15:30
    43     7     SAT     25-10-2008 08:00     25-10-2008 12:00
    44     1     SUN     26-10-2008 00:00     26-10-2008 00:00
    44     2     MON     27-10-2008 08:00     27-10-2008 16:30
    44     3     TUE     28-10-2008 08:00     28-10-2008 16:30
    44     4     WED     29-10-2008 08:00     29-10-2008 16:30
    44     5     THU     30-10-2008 08:00     30-10-2008 16:30
    44     6     FRI     31-10-2008 08:00     31-10-2008 15:30
    44     7     SAT     01-11-2008 08:00     01-11-2008 12:00
    45     1     SUN     02-11-2008 00:00     02-11-2008 00:00
    45     2     MON     03-11-2008 08:00     03-11-2008 16:30
    45     3     TUE     04-11-2008 08:00     04-11-2008 16:30
    45     4     WED     05-11-2008 08:00     05-11-2008 16:30
    45     5     THU     06-11-2008 08:00     06-11-2008 16:30
    45     6     FRI     07-11-2008 08:00     07-11-2008 15:30
    45     7     SAT     08-11-2008 08:00     08-11-2008 12:00
    46     1     SUN     09-11-2008 00:00     09-11-2008 00:00
    46     2     MON     10-11-2008 08:00     10-11-2008 16:30
    46     3     TUE     11-11-2008 08:00     11-11-2008 16:30
    46     4     WED     12-11-2008 08:00     12-11-2008 16:30
    46     5     THU     13-11-2008 08:00     13-11-2008 16:30
    46     6     FRI     14-11-2008 08:00     14-11-2008 15:30
    46     7     SAT     15-11-2008 08:00     15-11-2008 12:00
    47     1     SUN     16-11-2008 00:00     16-11-2008 00:00
    47     2     MON     17-11-2008 08:00     17-11-2008 16:30
    47     3     TUE     18-11-2008 08:00     18-11-2008 16:30
    47     4     WED     19-11-2008 08:00     19-11-2008 16:30
    47     5     THU     20-11-2008 08:00     20-11-2008 16:30
    47     6     FRI     21-11-2008 08:00     21-11-2008 15:30
    47     7     SAT     22-11-2008 08:00     22-11-2008 12:00
    48     1     SUN     23-11-2008 00:00     23-11-2008 00:00
    48     2     MON     24-11-2008 08:00     24-11-2008 16:30
    48     3     TUE     25-11-2008 08:00     25-11-2008 16:30
    48     4     WED     26-11-2008 08:00     26-11-2008 16:30
    48     5     THU     27-11-2008 08:00     27-11-2008 16:30
    48     6     FRI     28-11-2008 08:00     28-11-2008 15:30
    48     7     SAT     29-11-2008 08:00     29-11-2008 12:00
    49     1     SUN     30-11-2008 00:00     30-11-2008 00:00
    49     2     MON     01-12-2008 08:00     01-12-2008 16:30
    49     3     TUE     02-12-2008 08:00     02-12-2008 16:30
    49     4     WED     03-12-2008 08:00     03-12-2008 16:30
    49     5     THU     04-12-2008 08:00     04-12-2008 16:30
    49     6     FRI     05-12-2008 08:00     05-12-2008 15:30
    49     7     SAT     06-12-2008 08:00     06-12-2008 12:00
    50     1     SUN     07-12-2008 00:00     07-12-2008 00:00
    50     2     MON     08-12-2008 08:00     08-12-2008 16:30
    50     3     TUE     09-12-2008 08:00     09-12-2008 16:30
    50     4     WED     10-12-2008 08:00     10-12-2008 16:30
    50     5     THU     11-12-2008 08:00     11-12-2008 16:30
    50     6     FRI     12-12-2008 08:00     12-12-2008 15:30
    50     7     SAT     13-12-2008 08:00     13-12-2008 12:00
    51     1     SUN     14-12-2008 00:00     14-12-2008 00:00
    51     2     MON     15-12-2008 08:00     15-12-2008 16:30
    51     3     TUE     16-12-2008 08:00     16-12-2008 16:30
    51     4     WED     17-12-2008 08:00     17-12-2008 16:30
    51     5     THU     18-12-2008 08:00     18-12-2008 16:30
    51     6     FRI     19-12-2008 08:00     19-12-2008 15:30
    51     7     SAT     20-12-2008 08:00     20-12-2008 12:00
    52     1     SUN     21-12-2008 00:00     21-12-2008 00:00
    52     2     MON     22-12-2008 08:00     22-12-2008 16:30
    52     3     TUE     23-12-2008 08:00     23-12-2008 16:30
    52     4     WED     24-12-2008 08:00     24-12-2008 16:30
    52     5     THU     25-12-2008 08:00     25-12-2008 16:30
    52     6     FRI     26-12-2008 08:00     26-12-2008 15:30
    52     7     SAT     27-12-2008 08:00     27-12-2008 12:00

  • Equipment master data print out with general data and characterstics

    Hi,
    I need to take print out of equipment masters with general data and characterstics for around 300 masters at a time. Could any
    body sugget me the best way to take print out
    Regards,
    Srinivas Kasina

    I think I have not asked my query properly.
    For Maintenance Order, each order print out will be taken separately as a print out by using some template. Do you want the equipment master print out in that manner?
    Else you want the details of general tab & characteristics tab as columns like equipment list report?
    I hope my question is clear now.

  • Get a quarter out of data for a column chart

    Who can help me with this challenge?
    I want to create a column chart with four quarters in the current year and one column with the rest later in time.
    One project can have multiple output data. They are separated by an ;
    The notation of the outputdata can be a date (d-m-yyyy), a month (mm-yyyy) or a quarter (Q1-yyyy).
    This is by example the available data.
    Project              outputdata
    Project 1           1-4-2014
    Project 2           03-2014;Q4-2014;Q2-2015
    Project 3           25-09-2014;Q1-2015
    The data I want to get for the column chart is:
    Project              outputdata                    columnchart
    Project 1           1-4-2014                       Q2-2014
    Project 2           03-2014                        Q1-2014
    Project 2           Q4-2014                       Q4-2014
    Project 2           Q2-2015                       2015 and later
    Project 3           25-09-2014                   Q3-2014
    Project 3           Q1-2015                       2015 and later
    I hope that someone can help me in the right direction.
    Thanks in advance,
    Els

    Adding to what Frank has already suggested, try something on these lines:
    Something like this?
    SQL> ed
    Wrote file afiedt.buf
      1  with x2 as(
      2     select 'proj1' proj, '1-4-2014' op, NULL chart from dual UNION ALL
      3     select 'proj2' proj, '03-2014' op, NULL chart from dual UNION ALL
      4     select 'proj2' proj, 'Q4-2014' op, NULL chart from dual UNION ALL
      5     select 'proj2' proj, 'Q2-2015' op, NULL chart from dual UNION ALL
      6     select 'proj3' proj, '25-09-2014' op, NULL chart from dual UNION ALL
      7     select 'proj3' proj, 'Q1-2015' op, NULL chart from dual
      8  )
      9  select
    10     proj,
    11     op,
    12     case
    13     when regexp_like(op,'((\d{1}|\d{2})-(\d{1}|\d{2})-(\d{4}))')
    14     then
    15             'Q'||TO_CHAR(TO_DATE(op,'dd-mm-yyyy'),'Q')||'-'||TO_CHAR(TO_DATE(op,'dd-mm-yyyy'),'yyyy')
    16     when regexp_like(op, 'Q\d{1}-\d{4}')
    17     then
    18             CASE
    19             when SUBSTR(op,-4,4) > 2014
    20             then
    21                     SUBSTR(op,-4,4)||' and later'
    22             else
    23                     op
    24             end
    25     when regexp_like(op, '\d{2}-\d{4}')
    26     then
    27             'Q'||TO_CHAR(TO_DATE(op,'mm-yyyy'),'Q')||'-'||TO_CHAR(TO_DATE(op,'mm-yyyy'),'yyyy')
    28     end
    29* from x2
    SQL> /
    PROJ       OP                   CASEWHENREGEXP
    proj1      1-4-2014             Q2-2014
    proj2      03-2014              Q1-2014
    proj2      Q4-2014              Q4-2014
    proj2      Q2-2015              2015 and later
    proj3      25-09-2014           Q3-2014
    proj3      Q1-2015              2015 and later
    6 rows selected.

Maybe you are looking for