The second vi. for my first

Attachments:
DAl1.vi ‏67 KB

It looks like your question was answered in your original thread by scraggs99. Here is a link to the thread:
http://forums.ni.com/ni/board/message?board.id=250&message.id=8944#M8944

Similar Messages

  • How to use the second display for installation OS in my vertical lines iMac

    My 17" iMac display is full of vertical lines, it is unuseable. Does anyone know how to use the second display for Mac OS X or disable the first display for installation Mac OS x ?

    Go to: *System Preferences > Displays* and select the Arrangement tab, then relocate your Menu bar by dragging it to the other display.
    Unfortunately there is no Hardware or Software switch to turn off the iMac's Internal Display.

  • HT201250 I had files stored on a hard drive that were not on my Mac. I used the hard drive for my first Time Machine back up, but it was not enough hard drive space to finish. Now those stored files are gone. Is there any way I can recover them?

    I had files stored on a hard drive that were not on my Mac. I used the hard drive for my first Time Machine back up, but it was not enough hard drive space to finish. Now those stored files are gone. Is there any way I can recover them?  No, they were not part of previous Time Machine backups, and I have checked both the hard drive the documents were lost on and the new one that I now use for backups. Any suggestions would be helpful, as the lost files are old pictures that are gone forever. :[ Thanks!

    1. Yes, if both drives are formatted as Mac OS Extended (Journaled).
    2. Reformat the drives if needed, open the Time Machine pane of System Preferences, and remove the drive with the pictures from the list of items set to be excluded.
    (110331)

  • Selecting the second result for each client...

    Hi,
    I have a table containing all the contacts we had with our clients.
    We consider a file an active file from the moment there have been 2 contacts for that client.
    Today somebody asked me "can you tell me how many new clients with an active file we have this year"
    So what I actualy want to do now, is make a view containing the DATE of the SECOND CONTACT for each CLIENT_ID.
    the table looks like this:
    CONTACT_ID
    CLIENT_ID
    DATE
    CONTACT_FORM (doesn't matter in this story)
    REMARKS (doesn't matter in this story)
    Can somebody assist me with this please?
    Thanks in advance for your replies.
    L
    edit I do know how to make a view, that's not the problem :) in this case only the select query to make it is the problem.
    edit 2 I made a little example
    If I start with this table data:
    CLIENT_ID || DATE           .... other columns here...
    436     || 01-02-2011
    328     || 05-04-2011
    319     || 13-01-2011
    220     || 03-09-2011
    319     || 17-12-2011
    220     || 25-11-2011
    436     || 01-04-2011
    436     || 01-04-2011than the view would have to make me end up with:
    CLIENT_ID  || DATE_OF_SECOND_CONTACT
    436     || 01-04-2011
    220     || 25-11-2011
    319     || 17-12-2011(working with version 11.2.0.1.0)
    Edited by: 901981 on 13-dec-2011 2:16

    I hope this helps:
    with t as
    select 436 client_id, to_date('01-02-2011','DD-MM-YYYY') d from dual union all
    select 328 client_id, to_date('05-04-2011','DD-MM-YYYY') d from dual union all
    select 319 client_id, to_date('13-01-2011','DD-MM-YYYY') d from dual union all
    select 220 client_id, to_date('03-09-2011','DD-MM-YYYY') d from dual union all
    select 319 client_id, to_date('17-12-2011','DD-MM-YYYY') d from dual union all
    select 220 client_id, to_date('25-11-2011','DD-MM-YYYY') d from dual union all
    select 436 client_id, to_date('01-04-2011','DD-MM-YYYY') d from dual union all
    select 436 client_id, to_date('01-04-2011','DD-MM-YYYY') d from dual
    select client_id,
           to_char(d,'DD-MM-YYYY') d
    from
      select client_id,
             d,
             row_number() over (partition by client_id order by d) rn
      from t
    where rn=2;  Edited by: hm on 13.12.2011 02:17
    please try out this to see how it works:
    with t as
    select 436 client_id, to_date('01-02-2011','DD-MM-YYYY') d from dual union all
    select 328 client_id, to_date('05-04-2011','DD-MM-YYYY') d from dual union all
    select 319 client_id, to_date('13-01-2011','DD-MM-YYYY') d from dual union all
    select 220 client_id, to_date('03-09-2011','DD-MM-YYYY') d from dual union all
    select 319 client_id, to_date('17-12-2011','DD-MM-YYYY') d from dual union all
    select 220 client_id, to_date('25-11-2011','DD-MM-YYYY') d from dual union all
    select 436 client_id, to_date('01-04-2011','DD-MM-YYYY') d from dual union all
    select 436 client_id, to_date('01-04-2011','DD-MM-YYYY') d from dual
    select client_id,
           d,
           row_number() over (partition by client_id order by d) rn
    from t;(By the way: in my opinion it is not a good idea to choose a keyword "DATE" as a column name. That the reason why I choose "d" in my example.)

  • My icloud storage shows the base 15 MB. I am being billed for the second year for $20 for 10MB additional storage. Can't see it

    My icloud storage shows the base 15 MB. I am being billed for the second year for $20 for 10MB additional storage. Can't see it on iPad cloud storage section.
    Where should it be?

    Your current iCloud storage should appear in Settings>iCloud>Storage & Backup when you tap Change Storage Plan.  It should also show in Settings>iCloud>Storage & Backup>Manage Storage at the bottom (the available storage gauge).

  • How to restrict the second PO for the same PR

    Hi All,
    My requirement is if the two users are simultaneously creating PO using ME57 T.code,
    For the second user it is giving error message as u201CPR is processing by first useru201D
    Even it is raising error message; it is allowing creating PO second user also.
    I.e. for one PR it is creating 2 Pou2019s with one duplicate PO
    Here my concern is even it error raised as u201CIt is processing by first useru201D why it is allowing to create PO for the second user.
    CALL FUNCTION 'ENQUEUE_EMEBANE'
    This function module is giving sy-subrc = 2.
    What may be the cause to avoid the error message?
    Is there any config related thing to avoid this type of error?
    How can I restrict to create the PO for second user?
    Please help me in this.
    Thanks in Advance
    Rambabu.A

    In general you can restrict that a requisition is converted multiple times to a PO  by setting some messages to error.
    in trans SPRO
    MM...Purchasing....Enviromental data....define attributes for system messages.
    Add as ERROR message
    06076 "Materials of requisition & item & alr. ordered in full"
    But this usually will not solve the problem of parrallel processing.

  • Sperat full name by the second capital letter to first and last name

    hi guys,
    I'm facing a problem in sperating a name like " GeorgeWashington " to be " George Washington" .
    I'v told there is a function to make space before the second capital letter.
    Please help

    Good catch as with any of these they are all at best approximations. If oracle gave us access to non capturing sub expressions and word boundaries (similar to ^ and $ but for words) the accuracy could be improved further with less work on our part.
    with t1 as (select 'FredMcDonald' name from dual
      union all select 'RonaldMacDonald' from dual
      union all select 'JanDeVries' from dual
      union all select 'MrZ' from dual
      union all select 'MrJohnCEdwardsIII' from dual
      union all select 'MrEdAllanLane' name from dual
      union all select 'Mr.MacMcPhearson' name from dual
      union all select 'Ms.JoanyCunningham-Fonzarelli' name from dual
    select rpad('['||
    regexp_replace(
    regexp_replace(
    regexp_replace(
    regexp_replace(name,
      '([[:alpha:]]|[.])([[:upper:]])','\1 \2'),
      '([[:upper:]])([[:upper:]])','\1 \2'),
      '((Ma?c)|De) ([A-LN-Z])','\1\3'),
      '([IVX]) ?(([IVX]) ?)?(([IVX]) ?)?$','\1\3\5')
    ||']',40) s
    from t1
    S                                       
    [Fred McDonald]                         
    [Ronald MacDonald]                      
    [Jan DeVries]                           
    [Mr Z]                                  
    [Mr John C Edwards III]                 
    [Mr Ed Allan Lane]                      
    [Mr. Mac McPhearson]                    
    [Ms. Joany Cunningham-Fonzarelli]       
    8 rows selected

  • Create the second transport for a project

    When creating a project, we clicked "YES" to create a transport linked to this project.
    However, once we have to release this transport, we want to create another transport
    linked to the same project. If we create this transport from SE10, SE01, etc. perhaps
    the said project will NOT be aware of this new transport.
    Should we create the second transport from SOLMAN_PROJECT_ADMIN ?
    And if so, how to do it?
    Thanks a lot!

    hi
    if you want to transport solution manager project created in solar_project_admin then you can use the transport request created for the same via the sap menu as i have mentioned from
    solman dev to solman prd etc
    but if you want to transport the TR which are created for a CHARM project in solman then in that case you can schedule it with the task manager after changing the phase you can check the process flow etc here
    /people/dolores.correa/blog/2009/07/23/change-request-management-scenario-working-examples-final-points-and-appendix
    /people/dolores.correa/blog/2009/07/23/change-request-management-scenario-working-examples-147go-live148-phase
    /people/dolores.correa/blog/2009/07/23/change-request-management-scenario-working-examples-147development-with-release148-phase
    hope it clarifies
    regards
    prakhar

  • Why did they remove the second alert for Calendars ??

    I saw that this software update has taken away the second alert that could be added to calendar entries ?
    Why would they do that ?

    I see what happened.
    I added an exchange account.
    It then changed my default calendar to the echange calendar, which does not accept 2 alerts.
    Thx

  • I'm getting a not-quite crash in which I lose ability to interact with the window at all. Is there any way to fix the problem itself? All I can do is an inconvenient "fix" in which I open a new window, and it works in the second window for some reason.

    I'm experiencing a not-quite-crash every time I attempt to open firefox on my new computer. What happens is that the menu bar (which I prefer to have visible instead of that orange single-button menu) has all the letters on it turn gray, and I lose my ability to click anywhere on the page, including to close it. If I attempt to close the page via the taskbar it doesn't let me. It does, however, let me open new windows via the taskbar which don't have the same problem, which allows for an easy-but-inconvenient fix. I've tried it out and it does not have the same problem in Safe Mode. As a result of not being a "true" crash I can't give a crash ID, so you won't be able to trace it that way, sorry.

    ''Problem:'' For whatever reason, NoScript is stopping Runescape Community Toolbar from working properly which freezes your first Firefox window.
    ''Fix:'' Uninstall the toolbar. Disable NoScript. Install the toolbar. Add your RS account to it and make sure it works, then Enable NoScript again.
    EDIT: Posted a fix earlier that was wrong. Corrected to the right one, sorry ^_^ Answer was on Runescape Forums.

  • BB 9000 will not show outlook in the check list for attempting first synch.

    Could this be because I am running oulook '97  ?
    thanks for you comments,  Andrew

    Hi and Welcome to the Forums!
    Quite possibly...see this KB for compatibility between PIM and DTM versions:
    KB12268 Applications supported by BlackBerry Desktop Manager for synchronization
    Good luck and let us know!
    Occam's Razor nearly always applies when troubleshooting technology issues!
    If anyone has been helpful to you, please show your appreciation by clicking the button inside of their post. Please click here and read, along with the threads to which it links, for helpful information to guide you as you proceed. I always recommend that you treat your BlackBerry like any other computing device, including using a regular backup schedule...click here for an article with instructions.
    Join our BBM Channels
    BSCF General Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

  • Power cable confusion - what's the second cable for?

    Apologies in advance for the bonehead question.
    I just received my black MacBook, and it works just fine. I'm charging it in a wall plug right now. It's the other cable that has me confused.
    The cable is twice as thick as the other one, about 60 inches long, and terminates in (1) the standard three-prong plug and (2) two holes on the other side. The "two-holes" don't fit anything on my iMac or Macbook, and although it appears they're for AC power, there's no adapter included.
    What's the point of this cable? What does the three-pronged plug fit into, and how?
    Thank, and try not to laugh too hard.

    You slide the two prong adapter off the wall wart. The plug that fits into the wall slides off the brick. This is where the extension fits. It replaces this two plug connector and gives you a nice long grounded cable.
    Mort

  • How do I change the security questions for my first purchase on an iPad? I already have an account but its requiring questions be answered. I never set them up and they stii

    I am being asked to answer security questions to make my first purchase on my iPad. I never set any up so what do I do?  Can they be changed?

    Call Apple to help reset your Security Question.
    http://support.apple.com/kb/HT5699

  • Can I use the second HDD in a Mini for Time Machine?

    I am looking to replace one of the HDDs in a Mac Mini with an SSD, this would be for the main OS to work on and all my files, I am not a big advocate of spreading around my files over multiple data silos. I was wondering then, as I don't have a Time Capsule, whether it would be possible to dedicate the second HDD for exclusive use of Time Machine, backing everything up?
    I don't have a Mini at the moment and so don't know how OS X treats the existing setup, is the HD treated as one, or are the two clearly separate? It's a mystery to me why there are two in the first place, I summise that it was an attempt by Apple to create the illusion of a fater computer by adding in a small amount of SSD to complement the larger (and cheaper) HDD?
    Anyway, would splitting the two work and would it be easily achievable with existing tools in OS X?
    Thanks.

    Hamper wrote:
    I was wondering then, as I don't have a Time Capsule, whether it would be possible to dedicate the second HDD for exclusive use of Time Machine, backing everything up?
    Anyway, would splitting the two work and would it be easily achievable with existing tools in OS X?
    Yes, you can use the 2nd HDD with Time Machine as your TM back up drive.
    As long as you are able to format your new SSD and the HDD, you can use them independently. I would advise using Terminal and the diskutil commands to do this as Mountain Lion 10.8.3's GUI Disk Utility will see the SSD and HDD as needing to be "fixed" (drives marked in RED) and if you choose to FIX the drives your two drives will automatically be setup as a Fusion drive and all data on the drives will be lost.

  • I have a hp psc 750 why does my second sheet come out first and the second sheet comes first

    I have a HP PSC 750 printer and when I type a message 2 sheets long, the second prints out first and the second sheet comes out first, can you help? 

    @paddyv, Welcome to the Community!
    You should have the option in the program you're printing from, to change the page order. Check the settings in the program.
    If you cannot find the options, please let me know which program and operating system you're running and I will have a look in to this for you.
    Best wishes
    R a i n b o w 7000I work on behalf of HP
    Click the “Kudos Thumbs Up" at the bottom of this post to say
    “Thanks” for helping!
    Click “Accept as Solution” if you feel my post solved your issue, it will help others find the solution!

Maybe you are looking for