Query That Retrieves New Customers & Leads By Date

Hello All --
We would like to create a Query that retrieves new customers and leads based on the date (or date range) they are entered into SAP. 
Can we create a UDF named STDATE --- Start Date -- and have a Query that allows us to select based on this date range?
Start dates are entered in this format --- YYYYMMDD.
Then, the Query would pull out:
Contact...Company...Bill To Address...Bill To City...Bill To State....Bill To Zip...Phone...Email
Is this possible to do?
Thanks!
Mike

Hi Mike ,
You can add some other field as you like .This report will give you combination of both customer and lead .
I couldn't understand the purpose ,but I like previous query as i have flexibilty to choose customer or vendor .
SELECT T0.[CreateDate], T0.[CntctPrsn], T0.[CardName], T0.[Address], T0.[City], T0.[E_Mail], T0.[ZipCode], T0.[Phone1] FROM OCRD T0 WHERE T0.[CardType] in ('C','L') and T0.[CreateDate]=[%0]
If you agree with me ,you can use this query
SELECT T0.[CreateDate], T0.[CntctPrsn], T0.[CardName], T0.[Address], T0.[City], T0.[E_Mail], T0.[ZipCode], T0.[Phone1] FROM OCRD T0 WHERE T0.[CardType] =[%0] or T0.[Cardtype]=[%1] and
T0.[CreateDate]=[%2]
Regarding the date issue , since you are entering paramenter it will match with the date you are looking for .If you have more than one customer created on same day , you willreceive multiple client .
Thank you
Bishal

Similar Messages

  • Query to retrieve Identical names, same birth dates

    I have a table with these fields:
    table1 definition
    (ID varchar2(10),
    name1 varchar2(50),
    name2 varchar2(50),
    name3 varchar2(50),
    name4 varchar2(50),
    birthdt date)
    I need to write a query to retrieve the id's of those people that have identical first and last names AND were born on the same date. note that name is composed of four parts.
    I am trying this query
    (select id from table1 group by name1,name4,birthdt having count(name1)>1 and count(name4)>1 and count(birthdt)>1). I am not getting correct results.
    Any help appreciated.
    Ammar

    ¿...Doh...how could I miss that? smacks forehead
    Thanks ( for the N-th time ;) ) for setting straight, Solomon.
    Guess I wasn't completely recovered from yesterday ;)
    However, the basic approach wasn't too bad ;)
    But ofcourse the 'select *' should be 'select id'
    Using testdata:
    SQL> with table1 as ( -- generating sample data as I should have done in the first place:
      2  select 1 id, 'John' name1, 'James' name2, 'Joe' name3, 'Jameson' name4, to_date('15-05-1989','dd-mm-yyyy') birthdt from dual union all
      3  select 2 id, 'John' name1, 'James' name2, 'Joe' name3, 'Jackson' name4, to_date('15-05-1989','dd-mm-yyyy') birthdt from dual union all
      4  select 3 id, 'John' name1, 'James' name2, 'Joe' name3, 'Jameson' name4, to_date('25-05-1989','dd-mm-yyyy') birthdt from dual union all
      5  select 4 id, 'Zlad' name1, 'James' name2, 'Joe' name3, 'Jameson' name4, to_date('15-05-1989','dd-mm-yyyy') birthdt from dual union all
      6  select 5 id, 'John' name1, 'James' name2, 'Joe' name3, 'Jameson' name4, to_date('15-05-1989','dd-mm-yyyy') birthdt from dual
      7  )
      8  --
      9  -- actual query
    10  --
    11  select id
    12  from ( select id
    13         ,      name1
    14         ,      name2
    15         ,      name3
    16         ,      name4
    17         ,      birthdt
    18         ,      count(*) over (partition by name1, name2, name3, name4, birthdt) recs
    19         from   table1
    20       )
    21  where recs > 1;
            ID
             1
             5

  • I'm trying to retrieve contacts from iCloud on my new samsung but it says that there is no back up data in my account

    I'm trying to retrieve contacts from iCloud on my new samsung but it says that there is no back up data in my account

    If your contacts are on icloud.com, download them as a vCard as explained here: iCloud: Export contact information as a vCard.  Then import them to your phone as explained in your manual.  If you aren't able to, you can create a Gmail account and import the vCard to Gmail as explained here: https://support.google.com/mail/answer/183711?hl=en, then add the Gmail account to your phone and sync your contacts from Gmail.
    If they aren't on icloud.com, I'm not sure how you would access them from a backup on a Samsung, even if there was a backup.

  • Need help with query that can look data back please help.

    hi guys i have a table like such
    CREATE TABLE "FGL"
        "FGL_GRNT_CODE" VARCHAR2(60),
        "FGL_FUND_CODE" VARCHAR2(60),
        "FGL_ACCT_CODE" VARCHAR2(60),
        "FGL_ORGN_CODE" VARCHAR2(60),
        "FGL_PROG_CODE" VARCHAR2(60),
        "FGL_GRNT_YEAR" VARCHAR2(60),
        "FGL_PERIOD"    VARCHAR2(60),
        "FGL_BUDGET"    VARCHAR2(60)
      )and i have a data like such
    Insert into FGL (FGL_GRNT_CODE,FGL_FUND_CODE,FGL_ACCT_CODE,FGL_ORGN_CODE,FGL_PROG_CODE,FGL_GRNT_YEAR,FGL_PERIOD,FGL_BUDGET) values ('240055','240055','7600','4730','02','11','1','400');
    Insert into FGL (FGL_GRNT_CODE,FGL_FUND_CODE,FGL_ACCT_CODE,FGL_ORGN_CODE,FGL_PROG_CODE,FGL_GRNT_YEAR,FGL_PERIOD,FGL_BUDGET) values ('240055','240055','7600','4730','02','10','1','100');
    Insert into FGL (FGL_GRNT_CODE,FGL_FUND_CODE,FGL_ACCT_CODE,FGL_ORGN_CODE,FGL_PROG_CODE,FGL_GRNT_YEAR,FGL_PERIOD,FGL_BUDGET) values ('240055','240055','7240','4730','02','10','1','0');
    Insert into FGL (FGL_GRNT_CODE,FGL_FUND_CODE,FGL_ACCT_CODE,FGL_ORGN_CODE,FGL_PROG_CODE,FGL_GRNT_YEAR,FGL_PERIOD,FGL_BUDGET) values ('240055','240055','7240','4730','02','10','14','200');
    Insert into FGL (FGL_GRNT_CODE,FGL_FUND_CODE,FGL_ACCT_CODE,FGL_ORGN_CODE,FGL_PROG_CODE,FGL_GRNT_YEAR,FGL_PERIOD,FGL_BUDGET) values ('240055','240055','7600','4730','02','10','14','100');
    Insert into FGL (FGL_GRNT_CODE,FGL_FUND_CODE,FGL_ACCT_CODE,FGL_ORGN_CODE,FGL_PROG_CODE,FGL_GRNT_YEAR,FGL_PERIOD,FGL_BUDGET) values ('240055','240055','7600','4730','02','10','2','100');
    Insert into FGL (FGL_GRNT_CODE,FGL_FUND_CODE,FGL_ACCT_CODE,FGL_ORGN_CODE,FGL_PROG_CODE,FGL_GRNT_YEAR,FGL_PERIOD,FGL_BUDGET) values ('240055','240055','7470','4730','02','10','2','200');I bascially need to get the total of the budget column. however its not as simple as it sound(well atleast not for me.) the totals carry over to the new period. youll noticed the you have a period column. basically what im saying is that
    fgl_grant_year 10 period 1 = for account 7600 its $100 and $100 for period 2 you see 100 dollars again this is not to be added this is the carried over balance. which remains $100.
    so im trying to write a query that basically does the following.
    im given a period for the sake of this example lets say period 1 i get nothing else. I have to find the greates grant year grab the amount for period 14(which is the total from the previous year) and add it to the amount of the current period. in this case period 1 grnt_year 11
    so the expected outcome should be $700
    240055     240055     7240     4730     02     10     14     200
    240055     240055     7600     4730     02     10     14     100
    240055     240055     7600     4730     02     11     1     400keep in mind that im not given a year just a period.
    any help that you guys can offer would be immensely appreciated. I have been trying to get this to work for over 3 days now.
    finally broke down and put together this post
    Edited by: mlov83 on Sep 14, 2011 8:48 PM

    Frank
    wondering if you can help me modify this sql statement that you provided me with .
    table values have been modified a bit.
    Insert into FGL (FGL_GRNT_CODE,FGL_FUND_CODE,FGL_ACCT_CODE,FGL_ORGN_CODE,FGL_PROG_CODE,FGL_GRNT_YEAR,FGL_PERIOD,FGL_BUDGET) values ('240055','240055','7600','4730','02','11','00','400');
    Insert into FGL (FGL_GRNT_CODE,FGL_FUND_CODE,FGL_ACCT_CODE,FGL_ORGN_CODE,FGL_PROG_CODE,FGL_GRNT_YEAR,FGL_PERIOD,FGL_BUDGET) values ('240055','240055','7240','4730','02','10','1','100');
    Insert into FGL (FGL_GRNT_CODE,FGL_FUND_CODE,FGL_ACCT_CODE,FGL_ORGN_CODE,FGL_PROG_CODE,FGL_GRNT_YEAR,FGL_PERIOD,FGL_BUDGET) values ('240055','240055','7240','4730','02','10','1','0');
    Insert into FGL (FGL_GRNT_CODE,FGL_FUND_CODE,FGL_ACCT_CODE,FGL_ORGN_CODE,FGL_PROG_CODE,FGL_GRNT_YEAR,FGL_PERIOD,FGL_BUDGET) values ('240055','240055','7600','4730','02','11','1','400');
    Insert into FGL (FGL_GRNT_CODE,FGL_FUND_CODE,FGL_ACCT_CODE,FGL_ORGN_CODE,FGL_PROG_CODE,FGL_GRNT_YEAR,FGL_PERIOD,FGL_BUDGET) values ('360055','360055','7200','4730','02','10','1','400');
    Insert into FGL (FGL_GRNT_CODE,FGL_FUND_CODE,FGL_ACCT_CODE,FGL_ORGN_CODE,FGL_PROG_CODE,FGL_GRNT_YEAR,FGL_PERIOD,FGL_BUDGET) values ('360055','360055','7600','4730','02','10','1','400');
    Insert into FGL (FGL_GRNT_CODE,FGL_FUND_CODE,FGL_ACCT_CODE,FGL_ORGN_CODE,FGL_PROG_CODE,FGL_GRNT_YEAR,FGL_PERIOD,FGL_BUDGET) values ('240055','240055','7240','4730','02','10','14','200');
    Insert into FGL (FGL_GRNT_CODE,FGL_FUND_CODE,FGL_ACCT_CODE,FGL_ORGN_CODE,FGL_PROG_CODE,FGL_GRNT_YEAR,FGL_PERIOD,FGL_BUDGET) values ('240055','240055','7600','4730','02','10','14','100');
    Insert into FGL (FGL_GRNT_CODE,FGL_FUND_CODE,FGL_ACCT_CODE,FGL_ORGN_CODE,FGL_PROG_CODE,FGL_GRNT_YEAR,FGL_PERIOD,FGL_BUDGET) values ('240055','240055','7240','4730','02','10','14','200');
    Insert into FGL (FGL_GRNT_CODE,FGL_FUND_CODE,FGL_ACCT_CODE,FGL_ORGN_CODE,FGL_PROG_CODE,FGL_GRNT_YEAR,FGL_PERIOD,FGL_BUDGET) values ('240055','240055','7240','4730','02','10','2','100');
    Insert into FGL (FGL_GRNT_CODE,FGL_FUND_CODE,FGL_ACCT_CODE,FGL_ORGN_CODE,FGL_PROG_CODE,FGL_GRNT_YEAR,FGL_PERIOD,FGL_BUDGET) values ('240055','240055','7240','4730','02','11','2','600');i need to take one more thing into consideration. if the greatest year has a value on period 00 i need to ignore the period 14 and the current period total would be
    the current period +(current period - greatest year 00)
    hope that makes sense so in other words with the new data above. if i was querying period two of grant year 11. i would end up with $800
    because the greatest year is 11 it contains a period 0 with amount of $400 so my total should be
    period 2 amount $ 600
    period 0 amount $ 400 - period 2 amount of $600 = 200
    600+200 = $800
    if i query period 1 of grant 360055 i would just end up with 800 of grnt year 10.
    i have tried to modify that query you supplied to me with no luck. I have tried for several day but im embarrased to say i just can get it to do what im trying to do .
    can you please help me out.
    Miguel

  • Web Analysis Error -- Error while executing query and retrieving data

    Regarding Web Analysis:
    We have a number of reports that we created. yesterday they were all working fine. today we try to open them and most are generating an error.
    The error is:
    Error while executing query and retrieving data.; nested exception is:
    com.hyperion.ap.APException: [1033] Native:
    1013033[Thu Oct 22 09:08:17
    2009]server name/application name/database name/user name/Error91013033)
    ReportWriter exit abnormally
    Does anyone have any insight into what is going on?
    My version information is:
    Hyperion System 9 BI+ Analytic Administration Services 9.3.0.1.1 Build 2
    Web Analysis 9.3.0.0.0.286
    Thanks in advance for your help.
    DaveW

    Hi,
    And also click on check option by opening the query in Query designer,as Mr . Arun suggested.
    And if you get any error in checking, see the long message(detail).
    With rgds,
    Anil Kumar Sharma .P

  • What about the 50% extra data for new customers?

    I signed up for Verizon HomeFusion 17 days ago.  I copied the following straight off your webpage for new HomeFusion customers:
    "New customers to the service will  receive 50% more data allowance for their first 2 full billing cycles.  Requires new 2-year activation."  Why am I getting data usage alerts and my account is only showing 10 GB allotted for this month. My bill shows that I was allotted 15 GB for only two days (1/24-1/25).  It hasn't been two months yet, barely even two weeks.  Who do I contact to get this fixed? 

        Getting data overage alerts can certainly be concerning flair_2000. Let's get to the bottom of your usage concerns. Customer gets a 50% data bonus on their prorated billing cycle at activation. If you are currently on the 10 GB data plan, with the 50% more data, you will obtain an additional 5GB of data. When is your bill cycle end? Depending on your bill cycle, you will still obtain data usage alerts. For example, the 10 GB of data usage will be prorated depending on when service is activated and your bill cycle ends. The 5GB of extra data will not be prorated.
    To view your usage and prevent any overage, you may review your usage online via My Verizon by clicking http://bit.ly/xB4iTc  Should you have further questions or concerns, please feel free to reach out to us.
    Thank You,
    MichelleL_VZW
    VZW Support
    Follow us on Twitter @VZWSUPPORT

  • Query to retrieve date depending on specific date

    hi all,
    i have a question regarding dates.
    ihave a table with following data
    with table1 as
      select 123 id, 'text' txt, to_date('9/16/2010','mm/dd/yyyy') date1 from dual union all
      select 111 id, 'text2' txt, to_date('9/16/2010','mm/dd/yyyy') date1 from dual union all
      select 222 id, 'text3' txt, to_date('9/16/2010','mm/dd/yyyy') date1 from dual union all
      select 333 id, 'text4' txt, to_date('9/16/2010','mm/dd/yyyy') date1 from dual union all
      select 444 id, 'text5' txt, to_date('9/20/2010','mm/dd/yyyy') date1 from dual union all
      select 555 id, 'text6' txt, to_date('9/20/2010','mm/dd/yyyy') date1 from dual union all
      select 666 id, 'text7' txt, to_date('9/20/2010','mm/dd/yyyy') date1 from dual union all
      select 777 id, 'text8' txt, to_date('9/20/2010','mm/dd/yyyy') date1 from dual
    )i am creating a procedure that will insert data into a table and this procedure will run every day.
    so for example, if procedure runs today, then it will check today's date against table1 and see we have
    4 rows for 9/16/2010 and insert into a table. then tomorrow 9/17/2010 it will see if there is a 9/17/2010 data.
    since there is no data, then the 4 rows with 9/16/2010 should be pick up and inserted with 9/17/2010 date.
    now lets say that today is 9/20/2010 then the query should pick up 9/20/2010 data set.
    for 9/21/2010 the same data set for 9/20/2010 should be pick since that is the latest date less than or equal to 9/21/2010
    here is sample output.
    lets say we run query today. then output should be
    id     txt       date1
    ================================
    123     text     09.16.2010  
    111     text2     09.16.2010
    222     text3     09.16.2010
    333     text4     09.16.2010 now lets say today is 9/17/2010 then query will look at table for the 9/17/2010, since it is not found
    it will be pick the latest less than or equal to 9/17/2010
    output should be
    id     txt       date1
    ================================
    123     text     09.17.2010  
    111     text2     09.17.2010
    222     text3     09.17.2010
    333     text4     09.17.2010 now lets say that today is 9/20/2010, the query will look at the table for date 9/20/2010, it found there there is an entry and will pick up that data set.
    so output should be
    444     text5     09.20.2010
    555     text6     09.20.2010
    666     text7     09.20.2010
    777     text8     09.20.2010if you run for 9/21/2010 , query should pick up latest date less or equal to 9/21/2010 which is 9/20/2010 so output should be
    444     text5     09.21.2010
    555     text6     09.21.2010
    666     text7     09.21.2010
    777     text8     09.21.2010can someone help write a query that given a date can retrieve output above? thanks

    with table1 as
      select 123 id, 'text' txt, to_date('9/16/2010','mm/dd/yyyy') date1 from dual union all
      select 111 id, 'text2' txt, to_date('9/16/2010','mm/dd/yyyy') date1 from dual union all
      select 222 id, 'text3' txt, to_date('9/16/2010','mm/dd/yyyy') date1 from dual union all
      select 333 id, 'text4' txt, to_date('9/16/2010','mm/dd/yyyy') date1 from dual union all
      select 444 id, 'text5' txt, to_date('9/20/2010','mm/dd/yyyy') date1 from dual union all
      select 555 id, 'text6' txt, to_date('9/20/2010','mm/dd/yyyy') date1 from dual union all
      select 666 id, 'text7' txt, to_date('9/20/2010','mm/dd/yyyy') date1 from dual union all
      select 777 id, 'text8' txt, to_date('9/20/2010','mm/dd/yyyy') date1 from dual
    /* substitute trunc(sysdate) with your parameter */
    select t.id, t.txt, trunc(sysdate)  as date1 from table1 t
    where t.date1=(select max(t2.date1) from table1 t2 where t2.date1 <= trunc(sysdate) )

  • Query on Cats data, employees that have not filled in their data.

    Hi,
    I have to create a query that will report on all the employees that have not filled in their timesheets. The 0CATS_C01 cube does not contain that data, it only has the employees that have filled in their  timesheets.
    The route I have decided to take with this requirement is to create a cube with each employee and ecah day of the year and then create a multiprovider with the 0CATS_C01 cube and create an exception report with this multiprovider. I am not sure that this is the best way to go about this report.
    However I am stuck at the new employee cube - I don't know how to add a record for each employee and each day to the cube.
    Experts, could you please suggest a  better way of developing this query, and also a solution to adding a record for each employee and each day of the year, I think that I could do this in the "Start Routine" of the update rule, but am uncertain.
    Please help.
    Thanks in advance !

    I have not worked with CATS data, but consider an InfoSet of employee and the InfoCube. This would provide a list of all emplyees and their CATS data. Create a query, and select by time, and filter by a key figure in the CATS infoCube < 1.
    Also consider using a one characteristic DSO instead of the employee master data of "active" employees and using that in the InfoSet. (We probably don't need to know that an an employee who quit six months ago did not fill in his time sheet!)
    Good luck,
    John Hawk

  • My iPhone 4s says that my software version 5.0.1 is up to date.  Why am I not receiving the notification that the new update is available for me to download?

    I have an iPhone 4s, not jailbroken.   I was able to update to 5.0.1 when it came out last year.  When 5.1.1 came out, I noticed that I never received the
    notification that a new update was available.  I updated my 2 ipads and my wife's iphone 4.  I didn't bother looking into it, since I didn't feel the need to update to 5.1.1.  Now I want to update to ios 6, but when I go to Settings > General > Software Update.  It checks for updates , but still shows me that my 5.0.1 is up to date.  I plug into itunes and check for update there and it still indicates that 5.0.1. is up to date as well. 
    Does anyone know what this is happening and how I can update to ios 6?
    Thanks for the input.

    muneer86 wrote:
    hi, i have iphone 4s with version 5.1.1(9B206). im unable to update the version to ios 6? if im updating my phone in middle it says this an error occur while updating . can anyone help me to update my phone to latest version?
    Follow the instructions that were already given in this discussion.

  • I purchased an iPad mini on October 10th.  I want to return it and get the new ipad mini retina when it comes out.  How do I do that if the new ipad mini release date isn't until "later in November", which is beyond the 14 days from my purchase date?

    I purchased an iPad mini on October 10th.  I want to return it and get the new ipad mini retina when it comes out. I am currently still within the 14 day return/exchange window but how can I exchange it if the new ipad mini release date isn't until "later in November", which would be beyond the 14 days from my purchase date?  If apple announces a new version of a product you just purchased but won't actually release it for more than 14 days, how can you possibly exchange the one you just bought?  Is my only option to return the one I bought on the 10th (so return by 10/24) and then not have an iPad until the new one is available for purchase?  Or would it make any sense to return the one I bought, get a new one, which would presumably have another 14 day return window, and then exchange THAT one for the new ipad mini w/ retina when it comes out (hopefully within that second 14 day window)?

    Call the apple store you got it from and ask them. Sometimes in the past they've extended the 'no questions asked return' but only Apple can tell you for sure.

  • I have a production mobile Flex app that uses RemoteObject calls for all data access, and it's working well, except for a new remote call I just added that only fails when running with a release build.  The same call works fine when running on the device

    I have a production mobile Flex app that uses RemoteObject calls for all data access, and it's working well, except for a new remote call I just added that only fails when running with a release build. The same call works fine when running on the device (iPhone) using debug build. When running with a release build, the result handler is never called (nor is the fault handler called). Viewing the BlazeDS logs in debug mode, the call is received and send back with data. I've narrowed it down to what seems to be a data size issue.
    I have targeted one specific data call that returns in the String value a string length of 44kb, which fails in the release build (result or fault handler never called), but the result handler is called as expected in debug build. When I do not populate the String value (in server side Java code) on the object (just set it empty string), the result handler is then called, and the object is returned (release build).
    The custom object being returned in the call is a very a simple object, with getters/setters for simple types boolean, int, String, and one org.23c.dom.Document type. This same object type is used on other other RemoteObject calls (different data) and works fine (release and debug builds). I originally was returning as a Document, but, just to make sure this wasn't the problem, changed the value to be returned to a String, just to rule out XML/Dom issues in serialization.
    I don't understand 1) why the release build vs. debug build behavior is different for a RemoteObject call, 2) why the calls work in debug build when sending over a somewhat large (but, not unreasonable) amount of data in a String object, but not in release build.
    I have't tried to find out exactly where the failure point in size is, but, not sure that's even relevant, since 44kb isn't an unreasonable size to expect.
    By turning on the Debug mode in BlazeDS, I can see the object and it's attributes being serialized and everything looks good there. The calls are received and processed appropriately in BlazeDS for both debug and release build testing.
    Anyone have an idea on other things to try to debug/resolve this?
    Platform testing is BlazeDS 4, Flashbuilder 4.7, Websphere 8 server, iPhone (iOS 7.1.2). Tried using multiple Flex SDK's 4.12 to the latest 4.13, with no change in behavior.
    Thanks!

    After a week's worth of debugging, I found the issue.
    The Java type returned from the call was defined as ArrayList.  Changing it to List resolved the problem.
    I'm not sure why ArrayList isn't a valid return type, I've been looking at the Adobe docs, and still can't see why this isn't valid.  And, why it works in Debug mode and not in Release build is even stranger.  Maybe someone can shed some light on the logic here to me.

  • HT1338 got the new iphone 5 which needs itunes 10.7. i have searched for soft    software updates and am informed that it is all up to date! This is not a fact as I am currently on osx 10.5.8. How do I get my imac to acknowledge that there are updates ava

    I have got he new iphone 5 which requres itunes 7. My imac informs me that all updtes are up to date but this is not so! my itunes is not and I am currently on osx 10.5.8. why will it not update as usual?

    Updates are free, what you need is an Upgrade...
    First you need to research all the problems people are having with the higher OSX versions, & make sure you have a bootable clone of what you have just in case.
    then you must get 10.6 if they still have it, install it & update to 10.6.8 so you have the App Store to buy & download the huge 10.8 Installer.
    Snow Leopard/10.6.x Requirements...
    General requirements
       * Mac computer with an Intel processor
        * 1GB of memory (I say 4GB at least, more if you can afford it)
        * 5GB of available disk space (I say 30GB at least)
        * DVD drive for installation
        * Some features require a compatible Internet service provider; fees may apply.
        * Some features require Apple’s MobileMe service; fees and terms apply.
    Which apps work with Mac OS X 10.6?...
    http://snowleopard.wikidot.com/
    It's been pulled from the online store & Apple Stores, so you have to call Apple to buy it, last I heard.
    Call Apple Sales...in the US: 1-800-MY-APPLE. Or Support... 1-800-275-2273
    Other countries...
    http://support.apple.com/kb/HE57

  • I shifted from a windows to a mac.. I want to add songs to my ipod tpuch 4th gen.. but if i try to sync with itunes it says my songs will be replaced by the new songs.. Is there any way that i can have my previous data safe??

    i shifted from a windows to a mac.. I want to add songs to my ipod tpuch 4th gen.. but if i try to sync with itunes it says my songs will be replaced by the new songs.. Is there any way that i can have my previous data safe??

    Your iPod can only be synced with one computer at a time.  If you try to sync it with a new computer/iTunes library, it will replace the contents of the iPod with whatever is in the new library. You should probably disable the autosync functionality first by going to Edit -> Preferences, clicking the Devices tab, and enabling the prevent iPods,iPhones, and iPads from automatically syncing option.
    Before doing anything else,  authorize the new computer with your iTunes Account.  In iTunes, choose Store -> Authorize This Computer and enter in the correct credentials. Either copy a backup file from your old computer to your new one or create a new backup of your iPod in iTunes before letting it sync.
    Then right->click on your iPod Touch from under the Devices section in the left hand pane of iTunes and choose Backup. You might also want to take a look at this article to see what it all included in the backup.
    iOS: How to back up
    Now onto synced content such as music, videos, photos, etc.  For iTunes purchases you can copy them back into iTunes by choosing File -> Transfer Purchases.  For all other nonpurchased iTunes content, see this excellent user tip from another forum member turingtest2 outlining the different methods and software available to help you copy content from your iPod back to your PC and into iTunes.
    Recovering your iTunes library from your iPod or iOS device
    Once the backup has been made and all other synced content such as music, videos, and photos are back in your iTunes library, restore your iPod from that backup you made earlier.  Here is more on backing up and restoring your iPod.
    iTunes: Backing up, updating, and restoring iOS software
    If you do happen to lose any purchased content, you can always redownload it from the iTunes Store again at no cost via iCloud.  See this article for information.
    Downloading past purchases from the App Store, iBookstore, and iTunes Store
    B-rock

  • HT1386 I have a new computer and need to sync my iPod touch.  I get a message that says "All existing apps and data will be replaced."  Does this mean progress in the games will be lost?

    I have a new computer and need to sync my iPod touch.  I get a message telling me that all existing apps and their data will be replaced with apps from this iTunes library.  Does that mean I lose all game progress?

    XansMamaw wrote:
    ...  Does that mean I lose all game progress?
    Yes.
    What you need to do is Transfer the iTunes Library from your Old computer to your New computer...
    Copy your ENTIRE iTunes FOLDER to an External Drive... and then from the External Drive to your New Computer..
    Backup iTunes to an External Drive
    http://support.apple.com/kb/HT1751
    An Added Bonus is that you will have a Backup of iTunes.

  • I'd copied some pictures from a PC to a folder in Finder in my new iMac. The 'Date Created' in iMac is not the same as the 'Date Created' in the PC. Why? Is there a way to fix that?

    I'd copied some pictures from a PC to a folder in Finder in my new iMac. The 'Date Created' in iMac is not the same as the 'Date Created' in the PC. Why? Is there a way to fix that?

    View Menu -> Sort Photos is a good way to start.
    Some organising possibilities in iPhoto:
    I use Events simply as big buckets of Photos: Spring 08, July - Nov 06 are typical Events in my Library. I use keywords and Smart Albums extensively. I title the pics broadly.
    I keyword on a
    Who
    What
    Where basis (The When is in the photos's Exif metadata). I also rate the pics on a 1 - 5 star basis.
    Using this system I can find pretty much find any pic in my 50k library in a couple of seconds.
    So, for example, I have a batch of pics titled 'Seattle 08' and a  typical keywording might include: John, Anne, Landscape, mountain, trees, snow. With a rating included it's so very easy to find the best pics we took at Mount Rainier.
    File -> New Smart Album
    set it to 'All"
    title contains Seattle
    keyword is mountain
    keyword is snow
    rating is 5 stars
    Or, want a chronological album of John from birth to today?
    New Smart Album
    Keyword is John
    Set the View options to Sort By Date Ascending
    Want only the best pics?
    add Rating is greater than 4 stars
    The best thing about this system is that it's dynamic. If I add 50 more pics of John  to the Library tomorrow, as I keyword and rate them they are added to the Smart Album.
    In the end, organisation is about finding the pics. The point is to make locating that pic or batch of pics findable fast. This system works for me.

Maybe you are looking for

  • Animated .gif not reloading

    Here's my problem: I'm trying to run an animation whenever a certain button is pressed. The file is an animated .gif. It works... but only the first time. I'm trying to figure out how to work more than once. The image is being loaded in a JLabel. Sug

  • Nokia N8 as a webcam

    Hi, i have a nokia n8 and am using mobiola to make my phone into a webcam. But my friends say that the quality of the video is not good when im on skype. the camera is meant for hd so i dont know why this is happening. what would be the best software

  • Inter company payments

    Hi experts, How to make intercompany payments through F110? what is the customization needs this? and how to give the inputs in the APP? points assured Soma

  • Quality plan deletion

    Hi all,   I have uploaded the inspection plan through BDC .Due to some BDC mistake, MIC text was kept constant for all MICs in all inspection plan. Now when i am trying to change this MIC text through another BDC I am Getting some problems. So what i

  • Flash buttons with IE

    Microsoft Internet Explorer appears to have created a small issue for flash buttons. You have to click on it twice to get it to play. Does anyone out there know how to get around this issue?