How to have more than one condition on same column --- using SQL Loader

Hi All,
I am stuck with SQL Loader..
How do I filter records before loading in the table using when clause..
i should load data only when
field1 = 'AC' or 'VC'
field2 is NULL
i used various combinations in when clause like
a) when field1='AC' or field1='VC' and field2 = BLANKS
b) when (field1='AC') and (field2 = BLANKS )
& similar...
In all the cases I tried I could not implement OR condition with field1 and null condition with field2
but my main concern is can we use OR or IS NULL things in when clause of SQL Loader..
is it possible to check this anywhere??
any alternate solution u could suggest??
Thanks
Dikshit

Ok I'll try that, although I did try it earlier when I had iTunes 5.xx loaded, I think.
As to size of playlists, I have a master (900 songs) that defines what will fit onto the ipod , I then generate all the others as subsets of the master (not of the library)- hence I know they will all fit
Can you also clarify something for me: the dialogue box we are discussing is intended, I think, so that one can set the automatic synching of certain playlists between the PC & the ipod. Is that the only way one can select other playlists to go to the ipod - i.e. as static once-offs, not synchronised ?
Apple' docs, I think, are poor in this regard - they assume most ipods are bigger then the users song library and they gloss over the details of this alternate mode of playlist synching.
Thanks - Nick

Similar Messages

  • If I have more than one I phone can I use the same apple ID for all off them?

    If I have more than one I phone can I use the same apple ID for all off them?

    Yes. You can have multiple iPhones on the same ID, up to the maximum 5 total devices. FaceTime will use the sim number for calls and you can configure each phone separately, or configure one and then back it up to iTunes and them restore the image to the others.

  • Just bot a macbook pro to replace one of my pc's. can't figure out how to have more than one website open at a time like explorer. Is it possible to do?

    I can't figure out how to open more than one website at a time like explorer does on a pc. would like to know if it Is possible or not.

    Tabbed browsing is the way. Go to Safari's View menu:
    and click "Show Tab Bar." When you see a link on another site you wish to open without closing the first site, simply right-click and select "Open Link in New Tab."

  • How to have more than one project open at a time

    I can't seem to find a way to have more than one project window open at a time.
    This would be sweet. Currently chopping down a 60 minute rehearsal record into separate tracks. Kind of a pain.
    TIA
    Tom

    Tom
    Is that an iTunes question? Are you sure you posted in the correct forum.
    Regards
    TD

  • How to have more than one free good for a material ?

    Hi everyone,
    we have this requirement from the user where he wants give more than one free good for a material.
    As far as i know we can configure only one free good for a material in standard SAP.
    if have any idea about how to achieve this please guide me how to configure the same in SAP.
    thank you in advance

    Hi
    Check my two links where I have explained this.
    Free goods using Sale order BOM methodology
    Different business scenarios and Sales BOM techniques for header and item level stock and prices
    Thank$

  • How to have more than one playlist on the iPOD mini ...?

    This may seem a silly question - after all, isn't it the whole point of the iPOD ? Anyway, with my current setup, I cannot get more than one playlist onto my ipod mini.
    Using Win2000Pro, connecting using USB; there have been lots of other issues involving ' cannot read/write to ipod ' which have been reported on these forums , I started having problems after Apple 'upgraded' iTunes from 4.9 ...ended up with nothing on the ipod at all. Since then a few upgrades and now running iTunes 6.0 (not 6.0.1), it DOES sync with the ipod but does not let me manage the playlists:
    Since my library is > the ipod ( 4 GB model) I cannot use the option ' sync all songs & playlists' , which is what I originally used when the library was < the ipod. At that point I did get ( automatically I think..) a few playlists onto the ipod.
    Howeever, since the library got too big, I have to select 'sync to these playlists only' . I use 1 master list, which works, ( it syncs all the songs to the ipod and I get just that playlist on the 'pod) but any attempt to select another playlist from that dialogue box results in consistent hanging of iTunes, and you have to kikll it in task manager.
    I would have thought that you could simply drag n drop a playlist onto the connected ipod icon (that would be more elegant) but the inteface doesn't allow it..
    Oh and another thing ..why does the syncing tool delete ones on the go playlists from the pod ? I can't even get around this issue by making them manually on the 'pod as they get deleted when syncing.. Grrrrhhh
    Where to go from here guys & gals ??
    Thanks...any tips gratefully received
    Aries/ AMD Windows 2000 Draytek Wireless DSL 2 Mb

    Ok I'll try that, although I did try it earlier when I had iTunes 5.xx loaded, I think.
    As to size of playlists, I have a master (900 songs) that defines what will fit onto the ipod , I then generate all the others as subsets of the master (not of the library)- hence I know they will all fit
    Can you also clarify something for me: the dialogue box we are discussing is intended, I think, so that one can set the automatic synching of certain playlists between the PC & the ipod. Is that the only way one can select other playlists to go to the ipod - i.e. as static once-offs, not synchronised ?
    Apple' docs, I think, are poor in this regard - they assume most ipods are bigger then the users song library and they gloss over the details of this alternate mode of playlist synching.
    Thanks - Nick

  • How to have more than one Bridge Web Photo Gallery in a site

    I'm having a problem inserting more than one bridge web photo gallery in my site. I have thumbnails of different jobs and when clicked I want a new page to load with all the images of that job. I have one thumbnail linked to one of the galleries and I made another gallery and can't find the code to change to link it to the new html gallery. When the page loads it shows the first gallery I made instead of the new gallery.
    Example:
    I made a gallery of a deck job and on my photo page there is a thumbnail. When clicked it brings up the deck.html photo gallery made in bridge cs4. Good!
    Now, I made a gallery of an outdoor fireplace and on my photo page there is a thumbnail. When clicked it should load the photo gallery of the outdoor fireplace. It loads the gallery of the deck instead.
    I understand that the code needs to be changed to link to the new files. I changed the "resource" folder for the outdoor fireplace to "resource2" and changed the code script src="resources" to script src="resources2" and it did not work
    I suspect that I need to change the code that points to group.xml and rename the new photo gallery group.xml to group2.xml so it will find the one in my resources2 folder, but I can't find the code anywhere.
    Any help would be great. Also, if there is a better way of doing this let me know?
    Thanks

    Maybe I can explain this better....
    the group.xml file has the information for what images to load. When previewing the outdoor fireplace web gallery "of.html" it loads the "deck.html" web gallery. I believe this is because in one of the files it is requesting the info from the group.xml file from the resourses folder. I need to find where the code is that directs it to the group.xml and change it to group2.xml and rename that group.xml file for "of.html" to group2.xml in the resourses2 folder.

  • How to update more than one Bank data in LSMW using recording

    Hi friends,
    please let me know how can we upload more than one bank data for vendore master in LSMW, and i am Using Recording and i have to use that.
    thanks a lot.
    Regards,
    veeru.

    Hi
    I have used the direct input but, there are address fields missing in the direct input like, SORT2, MOB_NUMBER, SMTP_ADDR. these fields.
    when i see the documentation for direct input, it says for additional address you need to use another BAPI. but here the problem is we are using internal numbering for vendor, so how to link the created vendor and the address uploaded to correct vendor.
    thanks a lot,.

  • TableView - Filter more than one value in same column

    Hi folks,
    I faced a problem on <b>filtering a field more than one value</b>.
    Does it possible solution for us to bring out filtering function while user try to enter few values in the SAME filter field?
    Thank you.
    First, i need to clarify my exact problem.
    --> I have created one tableView with filter = "server". Then i want to allow my user to enter few filter values in same field column.
    Example 1:
    Before
    COL1 COL2 COL3 COL4
    l--II--
    l-filter1I--I--
    *filter1 = AAA, BBB
    AAA AAA AAA AAA
    BBB BBB BBB BBB
    CCC CCC CCC CCC
    DDD DDD DDD DDD
    EEE EEE EEE EEE
    After
    COL1 COL2 COL3 COL4
    l--II--
    l-filter1I--I--
    *filter1 = AAA, BBB
    AAA AAA AAA AAA
    BBB BBB BBB BBB
    Is that any good suggestions to solve my doubt?
    Message was edited by:
            GP Poh

    check out this work around. in this sample currency column supports multiple values and multiple values in the filter column should be enter with comma as separater.
    <u><b>page attribute:</b></u>
    filtertab     TYPE     RSELOPTION
    filter_wa     TYPE     RSDSSELOPT
    itab     TYPE     FLIGHTTAB
    <u><b>layout</b></u>
    <%@page language="abap" %>
    <%@extension name="htmlb" prefix="htmlb" %>
    <htmlb:content design="design2003" >
      <htmlb:page title=" " >
        <htmlb:form>
        <htmlb:textView id ="tex"
                        text = "Filter on Currency Column support multiple values, they can be entered with comma as separater like 'usd,DEM'"/>
          <htmlb:tableView id                  = "tv1"
                           design              = "ALTERNATING"
                           table               = "<%= itab %>"
                           filter              = "APPLICATION"
                           columnHeaderVisible = "true"
                           sort                = "SERVER" />
        </htmlb:form>
      </htmlb:page>
    </htmlb:content>
    <u><b>oninitialization</b></u>
    select * from sflight into table itab where currency in filtertab .
    <u><b>oninputprocessing</b></u>
    * event handler for checking and processing user input and
    * for defining navigation
    DATA: table           TYPE REF TO cl_htmlb_tableview .
    DATA: tv_data TYPE REF TO cl_htmlb_event_tableview.
    DATA: filter_value TYPE string .
    DATA: fil_val TYPE STANDARD TABLE OF string ,
          fil_val_wa TYPE string .
    REFRESH filtertab .
    table ?= cl_htmlb_manager=>get_data( request = request
                                               name    = 'tableView'
                                               id      = 'tv1' ).
    IF table IS NOT INITIAL .
      tv_data = table->data .
      IF NOT tv_data IS INITIAL .
        CALL METHOD tv_data->get_row_filter_value
          EXPORTING
            column_index = 6
          RECEIVING
            value        = filter_value.
        IF NOT filter_value IS INITIAL .
          TRANSLATE filter_value TO UPPER CASE .
          REFRESH fil_val .
          SPLIT filter_value AT ',' INTO TABLE fil_val .
          CLEAR fil_val_wa .
          LOOP AT fil_val INTO fil_val_wa .
            filter_wa-sign = 'I' .
            filter_wa-option = 'EQ' .
            filter_wa-low = fil_val_wa .
            APPEND filter_wa TO filtertab .
          ENDLOOP .
        ELSE .
          REFRESH filtertab .
        ENDIF .
      ENDIF .
    ENDIF .
    Regards
    Raja

  • Can i have more than one file on a dvd using compressor 4

    im new to compressor and mac in general- im trying to use it to put multiple files onto one dvd- help! thanks!

    Afraid that sharing to DVD is limited to a single source file. As a work-around, you could always put multiple finished sequences in FCPX on a single storyline – perhaps separated by short gaps. Export the project and bring the movie into Compressor. Set chapter markers where the gaps are and encode your DVD. Should work reasonable well.
    If you have an older version of iLife, you can use iDVD.Otherwise I would say get Toast.  (Boxed sets of iLife are still available and if you do some searching you should be able to locate.)
    Good luck.
    Russ

  • Column text to flow across more than one page in same column

    I am trying to write a document of several pages with three, or maybe even four columns. There will be text headers in one column, alongside which there will be the main text associated with the headers. In another column there will some more key phrases, and again these will need to be lined up against particular text in the first two columns.
    I would like to make the text in one column stay in that single column across the whole document, and not flow into the next column on the particular page. I know that using a succession of text boxes is one solution, but it is clumsy and is also difficult to manage. Perhaps another solution would be to use a table, but again that feels clumsy.
    Can anyone advise on the best way to do this please.

    Hi everyone and thanks for your help. I tried to explain more clearly than I seem to have done. Walt has understood that I want the text in column one, page one, to flow to column one, page two; and the text from column two, page one, to flow to column two, page two, etc. I thought it might have to be text boxes. I now need to learn about how to 'link' them, and whether it is across or down the page I need to create the links.
    The document is an aide memoire or manual for a trainer to use. It has the media to be used in one column, the visual aid in the next column and the notes in column three. I might also include a fourth column to show essential or key questions etc that have to be used.
    Thanks again everyone.

  • Re: How to have more than one vertical axis in graphs...

    As a matter of fact, there is a library of dual-Y-axis controls, developed
    by National Instruments, but for some reason it did not make it into the
    official release. I've been using it under v.5.01 quite successfully. The
    only problem with it is that if you try to edit it using control editor, LV
    crashes (under v.5.1 and WinNT 4).
    -- Sergey Liberman
    -- Don't use Reply button! Thank you.

    I'm running into the same problem... can somewhere give me a pointer
    to where I might find a library like this? I have done the "put
    the y-axis on the right side of the second graph" and it works pretty
    well, but I'd like to see how other people might do it.
    Hopefully the LabView folk will also implement a scrollbar for X-Y plots
    (like they have for the charts) sometime... sometimes strip charts aren't
    sampled evenly.
    Andrew Berkley
    Physics Department
    University of Maryland
    RE:
    >> As a matter of fact, there is a library of dual-Y-axis controls, developed
    >> by National Instruments, but for some reason it did not make it into the
    >> official release...

  • How to sync more than one iPhone on same computer?

    I have multiple iphones under my family plan as well as iPad2.   I use one iMac mainly for my business & to update my iphone 4s, and the older intel imac  to update the other devices. 
    When we try to update/sync we get info from the last person who synced their iphone which is info that the other person may not want. 
    How does one set up two different 24" Imacs running Lion so that each person's iphone etc. is recognized and contains just their info when opening/syncing to iTunes. 
    I think I read somewhere that each person needs their own apple ID no./account? 
    If so, how does having each of us with their own account ID work if we all use the same computer?   
    Do we need to set up separate individual user accounts and when that person wants to sync to itunes they would log out of which account the computer is and log onto their own account before trying to sync to itunes?
    Thanks
    Bob

    It's easier if each person has their own AppleID, that way when the connect they can login to iTunes as their Apple ID and their apps, music, etc.. will sync. The only other way I know how of doing it is create user accounts for each of the people logging into the computer and then they will be forced to used their own AppleID's. To create accounts for each person go to System Preferences - Users & Groups and add users by clicking the + at the bottom of the column.
    BTW PLEASE complete your profile. We have a tough time helping if we don't even know what version of OS X you're running and what iMac you have. You can easily do this by clicking Your Stuff in the upper right then click Profile and add the pertinent information.

  • How to read more than one AMUX-64T Channels, by using specifier OBx:y

    I'm using AMUX-64T with 6025E, and I want to read channels 0-63 of AMUX-64T, I had tried OBx:y but maximum channel was 15 channel. and there was no example of specifier OBx:y for AMUX-64T.
    - Can I use specifier OBx:y with AMUX-64T ?
    - What is the method to read channels 0-63 of AMUX-64T ?
    My system is:
    LabVIEW 5.1, NI-DAQ version 6.7 & two AMUX-64T cards.
    Thanks in advanced,
    Regards, Yong J.

    Yong,
    There is a knowledge base that addresses your question accessible through the National Instruments support pages (www.ni.com/support)
    Here is the link to the knowledge base which includes links to even more detailed information:
    http://digital.ni.com/public.nsf/3efedde4322fef19862567740067f3cc/7aeaad56c3d07b76862569bb00004a10?OpenDocument

  • Can I have more than one home page so that both would open upon connecting to the internet?

    On my desktop I can have more than one home page so that they all load when I connect to the internet.
    On my laptop, I cannot figure out if or how I can add a second home page. Is it possible to have more than one home page on my laptop?

    Firefox can have more than one homepage. Multiple homepages are separated by the keyboard character "|".
    *See: http://support.mozilla.com/en-US/kb/How+to+set+the+home+page
    '''If this reply solves your problem, please click "Solved It" next to this reply when <u>signed-in</u> to the forum.'''
    Not related to your question, but...
    You may need to update some plug-ins. Check your plug-ins and update as necessary:
    *Plug-in check: https://www-trunk.stage.mozilla.com/en-US/plugincheck/
    *Adobe Shockwave for Director Netscape plug-in: [https://support.mozilla.com/en-US/kb/Using%20the%20Shockwave%20plugin%20with%20Firefox#w_installing-shockwave Installing ('''''or Updating''''') the Shockwave plugin with Firefox]
    *Adobe PDF Plug-In For Firefox and Netscape: [https://support.mozilla.com/en-US/kb/Using%20the%20Adobe%20Reader%20plugin%20with%20Firefox#w_installing-and-updating-adobe-reader Installing/Updating Adobe Reader in Firefox]
    *Shockwave Flash (Adobe Flash or Flash): [https://support.mozilla.com/en-US/kb/Managing%20the%20Flash%20plugin#w_updating-flash Updating Flash in Firefox]
    *Next Generation Java Plug-in for Mozilla browsers: [https://support.mozilla.com/en-US/kb/Using%20the%20Java%20plugin%20with%20Firefox#w_installing-or-updating-java Installing or Updating Java in Firefox]

Maybe you are looking for

  • How to get multiple selections from jsp page in my servlet

    Hello Everyone, I've a list that allows users to make multiple selections. <select name=location multiple="multiple">     <option>          All     </option>     <option>          Hyd     </option>     <option>          Dub     </option>     <option>

  • File Dependency not working properly

    Hi, In our project we have a job group which will move a set of file from one directory to another directory. The first job in that group will be run only when a file with an extension "ind" is present in the source directory, i.e the dependency is s

  • Windows 7 on my iMac won't play sounds through headphones

    On Windows 7, I can't make sounds play through my headphones plugged into the audio jack; the internal speakers always do it instead. The headphones don't appear in the "Playback devices" column, even though RealTek recognises that something's been p

  • Javascript Visuals in OBIEE 11g

    Hi guys, Im facing problems in making custom javascript visuals using Narrative view..I am referring to examples from the SampleApp Linux image available on OTN, which has examples of most of the fucntionality supported by OBIEE. Most of the Javascri

  • If I get an iPad 2, can I transfer stuff from my original iPad?

    I have an original iPad. If I get an iPad 2, is there a way to transfer things such as apps, Apple ID information, songs, pictures, etc.? Or do I have to start all over again?