Time in words in PLD

Can any body tell me how to convert time in words ????

hi kasinath,
It can acheived in PLD itself.
Steps to be done:-
1. Suppose there is a database field(Field_014) - (table - ORDR/any table, Column - generation time).
2. Create a formula field(Field_100) add formula - ToNumber(Substring(Field_014,0,2)) -
Tick Mark Sum in words
3. Create another formula field(Field_101) add formula Field_101 - ToNumber(Substring(Field_014,3))
Tick Mark Sum in words
4.Create a text field add text 'Hours' Field_102
5. Create another text field add  text 'Minutes' Field_103
6.Create another forumula field -Field_104 add formula
Concat(Field_100,' ',Field_102,' ',Field_101,' ',Field_103)
7. Detick visible for all fields in steps 1 to 6.
Save PLD in new name.
Click print preview.It will show time.
Jeyakanthan

Similar Messages

  • Excise removal Time in words

    Hi all,
    How to display time in words in PLD.For example : If removal time is 10:00 a.m than in words "Ten AM"
    pl guide
    Manisha

    manisha,
    follow this procedure & try to resolve ur problem
    1. Goto Content Tab
    2. Select Source Type as Formula
    3. Write down the Unique ID of the number field at Formula Editor. Ex:- Field_332
    4. Noe goto Format Tab
    5. there select sum in words check box

  • FUNCTION MODULE TO CONVERT DATE / TIME INTO WORDS.

    HI EXPERTS,
         FUNCTION MODULE TO CONVERT DATE / TIME INTO WORDS.
    PLS DO HELP.....

    Hiii gita
    we have another FM SPELL_AMOUNT
    regards
    Jaipal

  • Counting times a word appears in document

    I am trying to read from a file and count how many times a word appears in that document.
    For example if i had a list of names
    Daniel Fowler
    Joe Mahogony
    Daniel Peterson
    Chris Sim
    How would you count the amount of people named Daniel and display it?
    I am currently using findInLine"Daniel" but when ran no luck.
    Any ideas?

    danieltnbaker wrote:
    deepak,
    the bufferedreader reads content from the file yes?
    but what method would i use to count the amount of a word in that file?
    finInLine finds the word but cannot turn that into an integer. any other methods?first of all the code I had posted in my previous post should work and it uses the Scanner to read the file.
    If you want to use the FileReader approach the within the code that actually reads the file line by line, you can use the String.indexOf method (as suggested by nclow) to check if a particular word is present in that line of the file. IF it is there you increment a counter.
    int counter = 0;
    // Read through the entire file
    String currentLineFromFile = bufferedReader.readLine(); // throws IOException
    while(currentLineFromFile != null)
        // Add a carriage return (line break) to preserve the file formatting.
        textFromFile.append(carriageReturn + currentLineFromFile);
        currentLineFromFile = bufferedReader.readLine(); // throws IOException
          if (currentLineFromFile.indexOf("Daniel") != -1)
                counter++
          System.out.println("No of occurances- " + counter);
    }hope this helps
    [email protected]
    Edited by: deepak_1your.com on 16-Apr-2008 14:18

  • Need Time in Words

    Hi,
    I want time in words
    Ex.. 10.30 Ten hours thirty minutes
    please help..
    Thanks
    Adina

    SQL> select to_char(sysdate,'hh12sp "hours" misp "minutes" am') from dual;
    TO_CHAR(SYSDATE,'HH12SP"HOURS"MISP"M
    ten hours forty-eight minutes am                                                                                                                                                                                                                                                                                                                                                                                                   

  • How much times a word appears in a string?

    There is any function to find out how much times a word
    appears in a string?
    For example:
    mystring = "Mytext... text... contentext";
    There is any function to tell me that "text" appears 3 times
    in that string?
    I searched for function like that, but didn't found
    one.

    here's a method that seem fairly consistent using the
    string.split() method - the returned array will always have one
    more index than the places in which the string was split.

  • Find the number of times a word appears

    In Google Chrome find/search (ctrl+F) it will tell you how many times the word you are finding appears.
    In Firefox I know you can find things (also ctrl+F) but is there any way in which you can find how many times that word appears, like in Chrome.

    Any help please, anyone?

  • Inserting date & time in Word 2008 document

    I'm trying to create simple AppleScript and I'm hoping someone on here can help me.
    I work in Word 2008 for Mac and want to create a script that simply inserts the phrase "Left message(space)" plus the date and time whenever I run the script. I'd also prefer that the phrase be in italics if possible. I use this because I often call people and leave them a message and I like to keep a record of when I call them.
    I found this script online and modified it hoping it would meet my needs:
    tell application "Microsoft Word"
    tell selection
    type text text "Left message "
    create new field text range text object of selection field text {"DATE \\@ \"MM/d/yyyy\""}
    end tell
    end tell
    The result is that when I run the script, I get something like this in my document:
    Left message 6/10/2010
    It's a good start, but there are two problems with this.
    First, I would like to insert both the date AND the time.
    Second, when it inserts the date, it makes it an "update automatically" date that updates to the current time every time I open the document. This obviously doesn't help me keep a record of when I made a call. What I would like is for it to just insert the current date and time without updating automatically.
    Third, if possible, I would also like it to be in italics.
    It would look something like this:
    +Left message 6/10/10 5:29 PM+
    I appreciate any advice people can give.
    Message was edited by: LJH_CMH

    Second, when it inserts the date, it makes it an "update automatically" date that updates to the current time every time I open the document
    Sure, that's because you specifically tell it to. Your script inserts a 'new field' which is analogous to Word's dynamic text objects (date, time, page number, etc.)
    Instead, what you want to do is insert an actual string of characters - sure, to you and I that string of characters might look like a date and time, but to Word it's nothing more than a series of characters.
    For that we can fall back on AppleScript's date features, specifically current date, like:
    tell application "Microsoft Word"
      tell selection
        type text text "Left message " & (current date as text)
      end tell
    end tell
    Note that current date as text returns a rather verbose form of the date. If that's too much for you there are alternate options, such as:
    short date string of (current date) & space & time string of (current date)
    which will look more like: "6/10/10 3:26:50 PM"
    But there is also a myriad of other ways (with seconds, without seconds, 12/24 hr, etc.) depending on what you want.
    Third, if possible, I would also like it to be in italics.
    I'll have to look at that one, unless someone else beats me to it.

  • Doc currency in words in PLD

    Hi Experts,
                     I want Document currency in words by clicking on sum in words USD and INR in PLD of Purchae order .when i set document total in words it gives doc total in INR only not in USD (Even BP currency is USD).so tell me solution ??
    Rgds
    Sudhir

    Hi,
    Step 1:Create one UDF for Convert amount to words ex: U_AmountInwords
    Step 2:Create Funtion below link i given funtion just Create in u r SQL DB.
    Step 3: Ceate Trigger in wich document you want ex:Invoice add trigger in OINV below i mention trigger just execute the trigger here we will call the funtion i.e.,Step 2 funtion.
    see this link below:
    [Re: Amount in words|Re: Amount in words]
    Regds,
    Sampath.

  • Is there a small and lite portable, around 5 lbs or less, printer for my iPad to take on vacation for photos, more than 1 at a time, and words? I have both HP dj460 and ps 616A but they don't support iPad. Is there a device, work around or ePrinter air pr

    Is there a small and lite (5 lbs or under) portable air printer / ePrinter I can use to print contact sheets of photos and words with my iPads? I already have the HP dj460 and HP ps 616A but they don't support the iPads.

    Helper app -- /print n share
    Print directly to the widest range of network or WiFi printers available in any app. Alternatively print via your computer to ALL printers including USB & Bluetooth printers. View read and display large PDF, Office & iWork files. Easily transfer & store files from the Cloud or your computer.
    https://itunes.apple.com/us/app/print-n-share/id301656026?mt=8
    HP  ePrint Home & Biz
        http://itunes.apple.com/us/app/hp-eprint-home-biz/id299531647?mt=8
    http://h10025.www1.hp.com/ewfrf/wc/searchResults?tmp_product=HP+Photosmart+5515+ e-All-in-One+Printer+-+B111a&product=5063608&tmp_qt=eprint&cc=us&dlc=en&lc=en&su bmit
    Mobile printing.
    This blogger found one solution.
    http://genuinely-original.blogspot.com/search/label/iPad%20Printing
    Make Portable Printing Easier with Print n Share and the Brother RJ-4040
    http://prmac.com/release-id-44494.htm
    Use an airprinter with a power inverter
    http://genuinely-original.blogspot.com/search/label/iPad%20Printing
    see makethisstuffwork post in:
    https://discussions.apple.com/thread/4987217?tstart=0
    Brother PocketJet® 673
    -- Prints on a variety of 8.5" wide thermal media.
    -- Print PDF files from your iPhone and iPad with the PJ-673 Print app
    http://www.brother-usa.com/Mobile/ModelDetail.aspx?ProductID=pj673-k&PG=26#.UeX0 Z18pDDJ
    List of supported AirPrinters.
       http://support.apple.com/kb/HT4356

  • How do I count the number of times a word appears in a column?

    What I have is a spreadsheet logging work history. Let's say the work location is "office", "home", or "travel" and I want to have a separate cell in another table for totals, count up the number of time each appears in the data for the year. So it would look like this:
    Date
    Location
    sept 1
    office
    sept 2
    home
    sept 3
    home
    sept 4
    travel
    sept 5
    office
    sept 6
    office
    sept 7
    office
    sept 8
    travel
    sept 9
    home
    sept 10
    office
    Totals
    Days
    10
    Office
    5
    Home
    3
    Travel
    2
    I just can't figure out how to develop the formula to put in the Totals column to make it work this way. If you can help me achieve this I'd really appreciate it!

    Hi SpartanAntarctican,
    Table 1 to record your locations
    Date
    Location
    sept 1
    office
    sept 2
    home
    sept 3
    home
    sept 4
    travel
    sept 5
    office
    sept 6
    office
    sept 7
    office
    sept 8
    travel
    sept 9
    home
    sept 10
    office
    Table 2 to sum your locations
    Totals
    Days
    10
    Office
    5
    Home
    3
    Travel
    2
    In Table 2 the formula in B2
    =ROWS(Table 1::A)−1
    Minus 1 because there is a Header Row in Table 1.
    In Table 2 the formula in B3 (and Fill Down)
    =COUNTIF(Table 1::B,A3)
    You can check this by adding 5 + 3 + 2 to arrive at 10
    Or maybe delete Row 2 put the Days calculation into a Footer Row in Table 2
    =SUM(B) .
    Regards,
    Ian.

  • How to convert Number to words In PLD

    Dear Expert,
    I have view all thread related same..but not getting by PLD...
    the amount field i want in Indian format that can be placed on cheque/check ?
    also i add an external data on that PLD now question is that in filed properties ->content -> procedure name ?
    can any one say what that procedure name ? and what u gv ?
    also tell me step for PLD
    please dont send me that begin script link..tell me other way because as per me it will not work with PLD and if i am wrong then tell me.....
    Thanks

    hi kevin,
    In Procedure name u need to link .dll file,Dll files can be created using C++ Programming,
    External data is actually field to print secured images like company logo,Higher official signatures which
    can be tampered when u saved it on computer.
    Hope it clarifies.
    Jeyakanthan

  • Search for more words one time

    Goodmorning, as long someone could help me with the other issue http://forums.adobe.com/thread/1057325?tstart=0 I have another question for you.
    I need to search for a specific list of words but I want to search only one time... So for example if I'm searching 3 different words HELLO - GOODBYE - CIAO I want that acrobat perform the searches in the same time and let me see how many times the words are repeated.
    I try with the advanced search but I can only search one word at time...  I see there is a command under tools>protection>find and remove text (hope I have translate right from Italian software) to search for different words in the same time but the problem is that it can't report how many times thw words are repeated. As you see I need a mix of the two tools
    Do you have some suggestions?
    Hope to read you soon. Thanks,
    Luca
    PS: I know I can do that with the boolean expression but in this way acrobat doesn't separate the rusults.

    It will work with any of the smart album criteria - file menu ==> new smart album
    The easiest way to see is to take a look at what is available there - and make a smart album or two - if you don't like them just drag them to the iPhoto trash and do another one
    LN

  • Time conversion into words

    hi friends,
                   I want to convert time into words .
                   example 17:49 i want to convert it into seventeen forty nine hrs
    is there any function module . if so please revert back me

    Hi,
    there is no Fm for you need but you can write your own fm like this.
    data: mytime type t, hour(2) type c,min(2) type c, sec(2) type c.
    data: word(10) type c, compword(50) type c.
    mytime = '12:25:00'
    hour = mytime+0(2).
    min = mytime+3(2).
    sec = mytime+6(2).
    perform getword using hour changing word.
    concatenate compword word 'hour and ' into compword.
    perform getword using min changing word.
    concatenate compword word 'minutes and ' into compword.
    perform getword using sec changing word.
    concatenate compword word ' seconds' into compword.
    write: compword.
    form getword using time1(2) type c changing word(10) type c.
    case time1.
    when '0'.
    word = 'zero'.
    when '1'.
    word = 'one'........upto sixty.
    endform.
    regards,
    Ashok Reddy

  • Pages'08 vs MS Word 2008

    I have been using Pages'08. I find it great. It's very straightforward and user-friendly. It works wonderful especially when I incorporate some pictures in my paper.
    However, it's such a pain in the neck that I have to export to .doc or .pdf every time I finish my work;nevertheless, I've been using it because it's the best word processor ever as far as I know.
    Now we have MS office 2007(?is it right?) for Mac. Even though I really hate MS stuff, if MS word 2007 works as well as Pages'08, I would switch to it.
    How many times I cursed my self when I saw my Pages file in my external hard drive when I needed to print it out at other places?

    WWJD wrote:
    Example Page Layout Format from Word '08.
    Yes, I know that a lot of things can be done with Word, already in 2004. However, I still have a feeling that one has to struggle more to make things work in Word.
    Correct me if I'm wrong in this, but Word 2008 still does not snap objects to alignment lines? It still does not support advanced typography (except very basic ligatures)? It still does not support Services, does it?
    Word 2008 does a lot of things that Pages does not do, and there are a lot of things that you can do, if you only sit down and take your time in Word 2008. However, the amount of functions in Word 2008 makes it more difficult to find the things you actually need. For many of us. Depending on the individual needs of course.

Maybe you are looking for

  • Can u output video/audio from iPad?

    Will iPad play video to external source like tv?

  • Accrual/Deferral Accounting

    Hi all Do anybody have Accrual Accounting Config. and End USer manual? Thanks in advance Ravindra Sane

  • Can't see why I can't compile this

    I can't seem to compile this code, and yet its supposed to because this is how our professor gave it to us on the website. Can anyone tell me what I need to make it compile? Thanks in advance. ArrayList list = new ArrayList(5); list.add(0, new Object

  • Portal Center viewlets don't work for me - other source of info?

    I can't display Java viewlets from Portal Center because of the secure browser configuration at my company. This is stopping me accessing the OmniPortlet demos. Is there another way of getting this information? PDF files? Looks like a useful portlet,

  • Safari dosen't restore the last session

    Hello.I have a problem with Safari on my macbook air 2013.I have the last version of Safari and Mavericks osx.The problem is that I checked the box with "restore all windows from last session" and also "close windows when quoting an app" on system pr