What is meaning of  top % 100 values in condition

hi ,
i have exact meaning of   top %  100 values in conditions.
here when ever i ran report it will come out put different values.
the output comes interms of 6000 records.
Regards,
Murali

Murali what Bhanu mentioned will work as thus...
Assume that you get 3 records......
Vendor| Sales
V1 | 100
V2|200
V3|300
Assume that you have got the query output as above where it sorts on the order of Vendor - but then if you want the same to sort on a KEYFIGURE - Sales - then if you apply this condition you would get
V3|300
V2|200
V1|100
Arun
Hope it helps....

Similar Messages

  • Downloaded the app Top 100 Hits. Set the auto lock to never.  Sound stops in 30 seconds, what can I do to correct this?

    Downloaded the app Top 100 Hits.  Set the auto lock to "never".  Sounds stops in 30 seconds.  What can I do to correct this.  MaNUAL DOESN'T EXPLAIN.

    I advise to reply to the one you want to reply to.
    You have had good information here. I will not repeat that here.
    I would like to add:
    you have incompatible software: start in SafeMode, read Woodmeister and see if it is free of issues.
    Akamai is crap software needed or not, Huawei the same.
    It is very possible that the keygenerator you used for generating a key for some softwares has infected your mac.
    The non-regular software with the false key(s) are not compatible probably or generate malware. Luckily you can not update them automatically because the keygenerator blocked the software for contacting the developer... I propose to consider getting rid of those softwares by really good uninstalling.
    You have a beautiful mac, don't degenerate it with crapped software. There are alternatives for expensive software, for example Adobe Photoshop has a free alternative (with a less beautiful interface) in GIMP. And so on.
    Lex

  • Whats the meaning of this value (What does it represent)

    Please can anybody explain whats the meaning of the values after by
    ORA-01652: unable to extend temp segment by 12137 in tablespace SYSTEM
    ORA-01652: unable to extend temp segment by 12140 in tablespace SYSTEM
    ORA-01652: unable to extend temp segment by 12137 in tablespace SYSTEM
    ORA-01652: unable to extend temp segment by 18206 in tablespace SYSTEM
    ORA-01653: unable to extend table AA.Table1 by 4980 in tablespace OTHERS
    ORA-01653: unable to extend table AA.Table2 by 80 in tablespace OTHERS
    ORA-01653: unable to extend table AA.Table3 by 33353 in tablespace HISTORIES
    ORA-01653: unable to extend table AA.Table4 by 4392 in tablespace HISTORIES
    ORA-01653: unable to extend table AA.Table5 by 41 in tablespace CUSTOMERS
    Aqeel Nawaz
    Thanks

    Ummm, because it is ;)
    However, if that isn't enough to convince you, just take a look at the description in the error message.
    If that's not enough, then perhaps this demo might help (note database has 8K block size):
    SQL> create tablespace small datafile 'c:\temp\small01.dbf' size 2M extent management local uniform size 1m;
    Tablespace created.
    SQL> create table t1 (id number) tablespace small;
    Table created.
    SQL> alter table t1 allocate extent;
    alter table t1 allocate extent
    ERROR at line 1:
    ORA-01653: unable to extend table BOWIE.T1 by 128 in tablespace SMALL
    Finally, what temporary tablespace are you referring to, where did the user state the version of Oracle, the type of tablespace they were using or the fact uniform sizes are being used ?
    Therefore, your assumption that the "temp" tablespace has fixed extent sizes might not be correct ...
    Cheers
    Richard Foote
    http://richardfoote.wordpress.com/

  • I install a time capsule and I have to solve the last thing bsGN and it asks me for "a value for bsGN is required", I have no idea what it means. Somebody who knows what to do here? Thank you.

    H E L P !
    I am installing a time capsule and I have to solve a  last problem, bsGN and the system asks for "a value for bsGN is required", I have no idea what that means. Can anybody help me please? Thank you.

    There is no value bsGN in a Time Capsule.
    Where is this request coming from?
    Please give a screenshot.
    Who is the ISP? What kind of modem is it?
    I can find no info relevant to bsGN .. you will need to give us specifics or ring your ISP about it.
    Is bsGN even English?? Is it the ISP name??

  • HT4759 What ((null)) mean on the top of my Apple Mail?

    Does anybody know what ((null)) mean on the top of my Apple Mail? Has something to do with the outgoing smtp server...but what does it mean? Thanks in advance. Joeri

    1. Try doing a reset(no data will be lost):
    Disconnect the iPhone from any computer. Press and hold both the Home button and the Sleep/wake button simultaneously for about 15 seconds and release when the Apple logo appears. Given your information, I suspect this won't work but try it anyway.
    2. If that doesn't solve the issue, backup the device and restore it as new to isolate the issue to hardware failure.
    In that case, use: http://support.apple.com/kb/HT4137
    NB: set up as a NEW device because a software issue will be in the backup. If the issue persists after restoring as new, you should offer the device for service.
    If you get specific error messages/codes in iTunes when updating/restoring, check this: http://support.apple.com/kb/ts3694 for causes and solutions
    Good luck
    Stijn

  • My 3gs has a icon at the top right next to the battery life that looks like a lock with an arrow around it and i dont know what it mean or what i did to get it there any help?

    my 3gs has a icon at the top right next to the battery life that looks like a lock with an arrow around it and i dont know what it mean or what i did to get it there any help?

    Screen orientation lock.  Double click the home button to bring up the recent app bar.  Then finger swipe left-to-right to bring up the iPod controls.  The icon on the far left (circle with lock in it) is the orientation lock button - press it, and the lock will go away.

  • What is mean?AND bar = cfqueryparam value="#attributes.bar#" /

    what is mean?
    AND bar = <cfqueryparam value="#attributes.bar#" />
    </cfquery>
    <cfset attributes.isFooBar = (foo.recordCount neq 0) />
    of
    <cfquery name="foo" datasource="#request.DSN#">
    SELECT
    id
    FROM
    foobar
    WHERE 1 = 1
    AND bar = <cfqueryparam value="#attributes.bar#" />
    </cfquery>
    <cfset attributes.isFooBar = (foo.recordCount neq 0)
    />

    Basically you have a query "foo". It is pulling "id" from the
    table "foobar" where an attribute was passed into the template.
    "attributes.bar"
    Then you are doing a true/false on the recordcount. If it is
    0 you get 0 otherwise you get 1.

  • How to show top 20 values in a Pie Chart

    Hi
    We have a requirement to develop a Pie chart for top 20 Order value locations.but i am not able to plug in top 20 logic in a pie chart.This functionality (TOP N) is avilable in bar chart , but it is not avilable in Pie chart. Could some help me to implement this logic in a Pie chart.
    Your help in this regard is highly appreciated.
    Thanks
    Laj

    Not sure what you are saying here.  Obviously you have to have a place to place the distinct values, whether in another column or in the same column. That's not really a drawback, just a fact of life.
    I'm curious about what you mean by "multiple columns to dynamically select some records with specific criteria from different columns."  If you can give a specific example of what you are trying to do, I there may be a solution.  Are you trying to do something like Excel's filtering on multiple columns?
    If you are you can click the disclosure triangle by the column letter to get a dropdown like this:
    Similar to Excel.
    SG

  • Why is top 100 podcasts gone?

    Any idea why Apple eliminated the "Top 100 podcasts" button beneath the top podcast lists on the music store (for both the general list and particularly the categories)? Ditching this feature seems like a loser for both the user and the podcast provider. I certainly know that it was useful for me to see how our show, which was not on the top 25 but usually within 10 or so of it, was doing. It also means our show will be that much harder for users to find.
    The button was pretty small in terms of screen space, and I can't see what is gained by eliminating it. If anyone from Apple is listening, it would be good to put it back to give users one more tool for finding podcasts they might be interested in, and providers one more tool for tracking their shows' popularity.
    Ahab
    PC   Windows 2000  

    The categories were redone and are back now.

  • What's mean of the object ,tablename,fieldname in transaction bd52?

    in bd52,under the name of message type,have some item with name object ,tablename,fieldname,what is mean of them?is it as same as fields in idoc segment?why some message type have items and some have no?do they store value in transmission?
    Edited by: p y on May 10, 2008 11:23 AM

    hi,
    in ale's u hav a method called change pointers in which u can send some data which has to be changed in reciever system,so u hav to define the fields u want to send through change pointers method in BD52.
    if already exists no need to give,if not exist just give thm and save.
    ex: u hav sent a material from client 100 to 300.
    now u want to change basic uom(meins) for tht material thn u define [ material mara meins] in BD52 and save.
    thn u follow the remaining steps in change pointer method to send changes in uom from 100 to 300.
    reward if hlpful.

  • How to get top 11 values per date range

    I want to get the top 11 values by date range.
    Sample Data
    CREATE TABLE SAMPLE_DATA
        DOMAIN_NAME VARCHAR2(100),
        QTD         NUMBER,
        LOAD_DATE   DATE
    -- Insert
    BEGIN
      FOR lc IN 1..20
      LOOP
        FOR ld IN 1..30
        LOOP
          INSERT
          INTO SAMPLE_DATA VALUES
              'DM_'
              ||lc,
              round(dbms_random.value(0,1000)),
              SYSDATE-ld
        END LOOP;
      END LOOP;
    COMMIT;
    END;
    SELECT *
    FROM
      (SELECT DOMAIN_NAME,
        QTD,
        LOAD_DATE
      FROM
        (SELECT DOMAIN_NAME,
          QTD,
          LOAD_DATE
        FROM SAMPLE_DATA
        WHERE LOAD_DATE = TRUNC(SYSDATE-3)
        ORDER BY QTD DESC
      WHERE ROWNUM <=10
      UNION ALL
      SELECT 'Others' DOMAIN_NAME,
        SUM(QTD) QTD,
        LOAD_DATE
      FROM
        (SELECT DOMAIN_NAME,
          QTD,
          LOAD_DATE
        FROM
          (SELECT rownum rn,
            DOMAIN_NAME,
            QTD,
            LOAD_DATE
          FROM
            (SELECT DOMAIN_NAME,
              QTD,
              LOAD_DATE
            FROM SAMPLE_DATA
            WHERE LOAD_DATE = TRUNC(SYSDATE-3)
            ORDER BY QTD DESC
        WHERE rn > 10
      GROUP BY LOAD_DATE
    ORDER BY QTD DESC
    -- Result
    DOMAIN_NAME                 QTD                         LOAD_DATE                  
    Others                      2888                        24/03/13                   
    DM_1                        1000                        24/03/13                   
    DM_20                       933                         24/03/13                   
    DM_11                       913                         24/03/13                   
    DM_3                        743                         24/03/13                   
    DM_13                       572                         24/03/13                   
    DM_12                       568                         24/03/13                   
    DM_9                        564                         24/03/13                   
    DM_6                        505                         24/03/13                   
    DM_5                        504                         24/03/13                   
    DM_2                        480                         24/03/13    
    Please, Help me get in one query this result using a range of date.
    e.g
    using LOAD_DATE BETWEEN '24/03/13' AND '25/03/13'
    DOMAIN_NAME                 QTD                         LOAD_DATE                  
    Others                      2888                        24/03/13                   
    DM_1                        1000                        24/03/13                   
    DM_20                       933                         24/03/13                   
    DM_11                       913                         24/03/13                   
    DM_3                        743                         24/03/13                   
    DM_13                       572                         24/03/13                   
    DM_12                       568                         24/03/13                   
    DM_9                        564                         24/03/13                   
    DM_6                        505                         24/03/13                   
    DM_5                        504                         24/03/13                   
    DM_2                        480                         24/03/13                     
    Others                      1948                        25/03/13                   
    DM_1                        807                         25/03/13                   
    DM_8                        764                         25/03/13                   
    DM_7                        761                         25/03/13                   
    DM_11                       656                         25/03/13                   
    DM_18                       611                         25/03/13                   
    DM_17                       523                         25/03/13                   
    DM_14                       467                         25/03/13                   
    DM_19                       447                         25/03/13                   
    DM_15                       437                         25/03/13                   
    DM_6                        380                         25/03/13             Thank you in advance.

    I got the solution. Just sharing.
    I used analytic functions that make my job easy.
    Sample Data
    DOMAIN_NAME                 QTD                         LOAD_DATE                  
    DM_1                        807                         25/03/2013                 
    DM_1                        1000                        24/03/2013                 
    DM_2                        226                         25/03/2013                 
    DM_2                        480                         24/03/2013                 
    DM_3                        244                         25/03/2013                 
    DM_3                        743                         24/03/2013                 
    DM_4                        48                          25/03/2013                 
    DM_4                        413                         24/03/2013                 
    DM_5                        164                         25/03/2013                 
    DM_5                        504                         24/03/2013                 
    DM_6                        380                         25/03/2013                 
    DM_6                        505                         24/03/2013                 
    DM_7                        761                         25/03/2013                 
    DM_7                        212                         24/03/2013                 
    DM_8                        764                         25/03/2013                 
    DM_8                        308                         24/03/2013                 
    DM_9                        354                         25/03/2013                 
    DM_9                        564                         24/03/2013                 
    DM_10                       214                         25/03/2013                 
    DM_10                       367                         24/03/2013                 
    DM_11                       656                         25/03/2013                 
    DM_11                       913                         24/03/2013                 
    DM_12                       37                          25/03/2013                 
    DM_12                       568                         24/03/2013                 
    DM_13                       332                         25/03/2013                 
    DM_13                       572                         24/03/2013                 
    DM_14                       467                         25/03/2013                 
    DM_14                       87                          24/03/2013                 
    DM_15                       437                         25/03/2013                 
    DM_15                       450                         24/03/2013                 
    DM_16                       238                         25/03/2013                 
    DM_16                       299                         24/03/2013                 
    DM_17                       523                         25/03/2013                 
    DM_17                       143                         24/03/2013                 
    DM_18                       611                         25/03/2013                 
    DM_18                       145                         24/03/2013                 
    DM_19                       447                         25/03/2013                 
    DM_19                       464                         24/03/2013                 
    DM_20                       91                          25/03/2013                 
    DM_20                       933                         24/03/2013                  Top 11 QTD of DOMAIN_NAME per Data Range.
    SELECT *
    FROM
      (SELECT DOMAIN_NAME,
        QTD,
        LOAD_DATE
      FROM
        (SELECT LOAD_DATE,
          DOMAIN_NAME ,
          QTD,
          (DENSE_RANK() OVER (PARTITION BY LOAD_DATE ORDER BY QTD DESC )) AS RANK_QTD
        FROM SAMPLE_DATA
        WHERE trunc(load_date) BETWEEN '24/03/2013' AND '25/03/2013'
      WHERE RANK_QTD <= 10
      UNION ALL
      SELECT 'Others',
        SUM(QTD) AS QTD,
        LOAD_DATE
      FROM
        (SELECT LOAD_DATE,
          DOMAIN_NAME ,
          QTD,
          (DENSE_RANK() OVER (PARTITION BY LOAD_DATE ORDER BY QTD DESC )) AS RANK_QTD
        FROM SAMPLE_DATA
        WHERE trunc(load_date) BETWEEN '24/03/2013' AND '25/03/2013'
      WHERE RANK_QTD > 10
      GROUP BY LOAD_DATE
    ORDER BY LOAD_DATE ASC,
      QTD DESC
    DOMAIN_NAME                 QTD                         LOAD_DATE                  
    Others                      2888                        24/03/2013                 
    DM_1                        1000                        24/03/2013                 
    DM_20                       933                         24/03/2013                 
    DM_11                       913                         24/03/2013                 
    DM_3                        743                         24/03/2013                 
    DM_13                       572                         24/03/2013                 
    DM_12                       568                         24/03/2013                 
    DM_9                        564                         24/03/2013                 
    DM_6                        505                         24/03/2013                 
    DM_5                        504                         24/03/2013                 
    DM_2                        480                         24/03/2013                 
    Others                      1948                        25/03/2013                 
    DM_1                        807                         25/03/2013                 
    DM_8                        764                         25/03/2013                 
    DM_7                        761                         25/03/2013                 
    DM_11                       656                         25/03/2013                 
    DM_18                       611                         25/03/2013                 
    DM_17                       523                         25/03/2013                 
    DM_14                       467                         25/03/2013                 
    DM_19                       447                         25/03/2013                 
    DM_15                       437                         25/03/2013                 
    DM_6                        380                         25/03/2013 

  • Hello I am just wondering why there is a message of error 1004 when i tryed to make the update on my apps. Does someone know what it means?

    Hello I am just wondering why there is a message of error 1004 when i tryed to make the update on my apps. Does someone know what it means?

    Yes, many know what this means.  You can too.  Just type in "error 1004" in the search box at the top of this page.  Or, just look to the right.  You'll find many links in the "More Like This" box. 
    Always good forum etiquette to search for previous posts on the topic before posting.

  • Safari and calendar won't open due to 'calendar persistence plug in' problem.  Anyone know what this means and how to resolve it please?

    Safari and calendar won't open due to 'calendar persistence plug- in problems'.  Does anyone know what this means and how to resolve it please?
    mac book pro with Mavericks 10.9.5

    Launch the Console application in any of the following ways:
    ☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.)
    ☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens.
    ☞ Open LaunchPad. Click Utilities, then Console in the icon grid.
    Step 1
    For this step, the title of the Console window should be All Messages. If it isn't, select
              SYSTEM LOG QUERIES ▹ All Messages
    from the log list on the left. If you don't see that list, select
              View ▹ Show Log List
    from the menu bar at the top of the screen.
    In the top right corner of the Console window, there's a search box labeled Filter. Initially the words "String Matching" are shown in that box. Enter the name of the crashed application or process. For example, if iTunes crashed, you would enter "iTunes" (without the quotes.)
    Each message in the log begins with the date and time when it was entered. Select the messages from the time of the last crash, if any. Copy them to the Clipboard by pressing the key combination command-C. Paste into a reply to this message by pressing command-V.
    ☞ The log contains a vast amount of information, almost all of which is irrelevant to solving any particular problem. When posting a log extract, be selective. A few dozen lines are almost always more than enough.
    Please don't indiscriminately dump thousands of lines from the log into this discussion.
    Please don't post screenshots of log messages—post the text.
    ☞ Some private information, such as your name, may appear in the log. Anonymize before posting.
    Step 2
    In the Console window, select
              DIAGNOSTIC AND USAGE INFORMATION ▹ User Diagnostic Reports
    (not Diagnostic and Usage Messages) from the log list on the left. There is a disclosure triangle to the left of the list item. If the triangle is pointing to the right, click it so that it points down. You'll see a list of crash reports. The name of each report starts with the name of the process, and ends with ".crash". Select the most recent report related to the process in question. The contents of the report will appear on the right. Use copy and paste to post the entire contents—the text, not a screenshot.
    I know the report is long, maybe several hundred lines. Please post all of it anyway.
    If you don't see any reports listed, but you know there was a crash, you may have chosen Diagnostic and Usage Messages from the log list. Choose DIAGNOSTIC AND USAGE INFORMATION instead.
    In the interest of privacy, I suggest that, before posting, you edit out the “Anonymous UUID,” a long string of letters, numbers, and dashes in the header of the report, if it’s present (it may not be.)
    Please don’t post other kinds of diagnostic report—they're very long and rarely helpful.

  • Top 100 new features in Iphone 3.0

    Top 100 new features in iPhone 3.0
    The full 100+ new features in iPhone 3.0 software...
    1. Cut/Paste

    2. Copy/Paste

    3. Shake to undo/redo typing

    4. Text selection for easy mass deletion

    5. MMS

    6. Landscape keyboard in Notes

    7. Landscape keyboard in Mail

    8. Landscape keyboard in Messages

    9. Forward texts or picture messages

    10. Delete individual texts or picture messages

    11. Sending progress bar in Messages app moved to title instead of over the keyboard area (allows typing new message while the first one is sending)
    12. USB tethering

    13. Bluetooth tethering

    14. Stereo bluetooth (A2DP)

    15. Spotlight search (searches all app titles, mail, media, contact details, and calendar appointments)

    16. Search in Notes

    17. Search in Mail

    18. Search in iPod

    19. In-App purchases

    20. Option to have double clicking the home button go to the Spotlight Search

    21. Option to have double clicking the home button go to the Camera

    22. Preview icon in lower left hand corner for last shot taken in Camera app

    23. Shake to shuffle in iPod

    24. Scrolling of screenshots in App Store

    25. Type of phone used under each call in Recents (i.e., mobile, home, work, etc.)

    26. Call history log (including call duration)

    27. Option to Share Contact in each contact listing

    28. Hold link in Safari to Copy

    29. Hold link in Safari to Open in New Page

    30. Auto Fill contact information, usernames and passwords in Safari

    31. Login to your YouTube account

    32. See Comments in YouTube

    33. Subscribe in YouTube

    34. Rate in YouTube

    35. Shake to undo what you have typed

    36. Option to retry sending failed text messages, indicated by red exclamation point next to text

    37. Turn-by-turn GPS capabilities

    38. Maps can be run inside other applications

    39. Access to dock port for accessories to communicate

    40. Peer-to-peer connectivity using Bluetooth (no Wi-Fi required)

    41. New Voice memo application

    42. Extended Parental controls

    43. Anti-phishing

    44. Wi-Fi auto login

    45. Note syncing in iTunes

    46. Improved Stocks app

    47. New calendar types (CalDAV)

    48. Prompt to confirm deleting a note

    49. Prompt to confirm deleting a photo

    50. Option to select multiple photos to attach to an email

    51. “Find My iPhone” option for MobileMe users

    52. Unlimited size podcast downloads over 3G

    53. Pushing home button on first home screen takes user to Spotlight

    54. Pushing home button on Spotlight takes user to first home screen

    55. Variable speed playback for audio books

    56. App Store subscriptions

    57. Push notifications

    58. Audio/Video tags

    59. New video streaming capabilities (HTML 5 video, h.264 and HTTP)

    60. Calendar subscriptions

    61. iTunes login

    62. iTunes account creation

    63. Encypted profiles

    64. LDAP (directory services)

    65. VPN on-demand

    66. EAP SIM

    67. Proxy support

    68. OTA profiles

    69. Revoke certificates

    70. Exchange ActiveSync Policies

    71. Media scrubber

    72. More languages

    73. Improved keyboards

    74. Failed app updates now are shown in a duplicate icon and labeled “Paused”

    75. When selecting multiple emails to forward/delete, any unread emails’ blue dot are shown next to the red selector dot instead of being overridden by the red selector dot

    76. Non-contact phone calls list their city and state of origin in Recents and Visual Voicemail under the number.

    77. Ability to change ringtones straight from Favorites

    78. Lap time display now displayed smaller and above time in Stopwatch

    79. Polished Phone, Messages, and iPod icons

    80. Swipe to delete notes in the Notes app

    81. Advanced Bluetooth options for Handsfree devices

    82. Option to close a single web page in Safari page view, which immediately opens a new blank page

    83. Improved predictive dictionary

    84. Blue dot now displayed in center of location circle in Maps (V1 only)

    85. Listening to music while charging the battery now displays the album art instead of the battery

    86. Smaller font for song title on lock screen

    87. Option in Phone Settings to choose your phone number

    88. Option to disable text message reminder alerts

    89. Option to disable text message previews

    90. Option to show subject field in text messages

    91. Ability to integrate iPod music into apps

    92. Clickable email links in App Store app descriptions

    93. JavaScript 3x speed boost

    94. 11 homescreens now allowed

    95. Reboots to “slide to unlock” screen instead of homescreen

    96. In Settings>General>Home>Search Results, users can choose what is searched on the phone and in what order.

    97. Application count added in Settings>General>About

    98. Option “Load Remote Images” added in Mail settings

    99. Global address book option available if Exchange account is set up

    100. Speed control in audiobooks

    101. 30 second repeat option for audiobooks

    102. Improved scrubbing speeds when holding white dot in song progress bar in iPod

    103. When sending a text, your text box where you typed smoothly fades from white to green instead of instantly changing from white to green.

    104. When moving an app across homescreens, holding the app on either the left or right side will slowly advance the app one through one homescreen at a time, without leaving empty spots in the bottom right corner or each homescreen it advances through.

    105. Album name displayed on lockscreen iPod controls

    106. Shake to shuffle on lockscreen iPod controls

    107. Podcasts saved on iPhone now show Run Time, Time Left and Date Published

    108. Screen goes from dimmed to full brightness after each song when playing the iPod while plugged in

    109. WAVE file support in Mail

    110. Attachment no longer automatically downloaded until user taps the attachment in Mail

    111. When using a bluetooth headset with iPod, volume bar is removed and bluetooth headset name is displayed in its place.

    112. A hard reset on your phone (holding sleep and home for 10 seconds) now turns it off instead of restarting it.
    113. A space is no longer needed between two words for predictive texting to function.

    I am glad there was a copy paste added but it would have been nice to use your own ringtones and I don't understand why they could not use gps for the direction of the phone too.
    I am sure if they can pinpoint you on the map they could tell what direction your holding the phone on the 3g.
    The cam is very poor on the 3g phone it,s more like an afterthought.
    I don't understand why apple did not have the function of moving your photos and ringtones with drag and drop onto itunes rather than sync to a folder.
    yes there are apps you can buy but even a £20 phone lets you do all of above without added cost to the user.
    and where is the software reset for clearing the memory or is that an afterthought too.
    PS not picking holes it's a fact.
    The HTC phone is a nice phone mate has one.

  • What is the use of initial value in a database table?

    Hi can anyone help me in knowing what is the use of initial value which is present besides primary key while creating a table?

    Initial Value:
    Indicator that NOT NULL is forced for this field
    Use
    Select this flag if a field to be inserted in the database is to be filled with initial values. The initial value used depends on the data type of the field.
    Please note that fields in the database for which the this flag is not set can also be filled with initial values.
    When you create a table, all fields of the table can be defined as NOT NULL and filled with an initial value. The same applies when converting the table. Only when new fields are added or inserted, are these filled with initial values. An exception is key fields. These are always filled automatically with initial values.
    Restrictions and notes:
    The initial value cannot be set for fields of data types LCHR, LRAW, and RAW. If the field length is greater than 32, the initial flag cannot be set for fields of data type NUMC.
    If a new field is inserted in the table and the initial flag is set, the complete table is scanned on activation and an UPDATE is made to the new field. This can be very time-consuming.
    If the initial flag is set for an included structure, this means that the attributes from the structure are transferred. That is, exactly those fields which are marked as initial in the definition have this attribute in the table as well.
    hope it helps,
    Saipriya

Maybe you are looking for

  • Is it possible to capture an entire DV tape into a single .avi

    I am capturing DV tapes and even if I uncheck the "split scenes" option in the capture window, PE7 still splits the scenes into many .avi files. Is it possible to capture an entire DV tape into a single file? Thank-You for your help.

  • Method of cl_srm_rec like FM SRM_RECORD_GETELEMENTS

    Hi, people! I have a problem with Tcode ORGANISER. It allows multiple adding of 1 document (for example Purchase order). I can allow or not allow to add selected document in method IF_SRM_REC_CHECK~BEFORE_INSERT changing return parameter ALLOWED. For

  • Macbook reboots in preparation stage when restoring with time capsule

    I just replaced a hard drive from a disk crash. When I tried to restore from Time Capsule, I get to the stage where it's preparing - reading the size of the restoral categories - and the Macbook reboots before getting out of that stage. When I connec

  • Sharing Airport Extreme with attached HD over WAN to Windows

    So I've never gotten this to work. I have three external HD's attached to my airport extreme, the extreme is set to share over WAN, and any Mac can connect with zero problem using AFP. However, I've never had a Windows computer connect successfully u

  • Finder Locks Up on "Open With" command

    Often, when I find a file in Finder that I want to open with a specific app, I right-click and mouse over "Open With" in the contextual menu. More than half the time I do that now, I get the beach ball and Finder locks up. I can't even force Finder t