Display only top 10 Customers

Hi,
I have report showing the customer name and Shipped Quantity in the table view, i want to display only top 10 customers by Shipped Quantity,
how i can do....?
Thanks

Try putting a filter on shipped quanity - is in Top - Value 10.

Similar Messages

  • Mail displays only top portion of message

    The past week or so, any mail message I view only shows the beginning part of the message (whether they're new messages or those I've received prior and had moved to other folders in Mail).
    When I scroll down within the message, only then does the complete message show up when I scroll back up to the top of the message.
    Some kind of a display problem I guess.
    Are there settings in either Mail or OS 10.4.11 that I need to tweak?
    EDIT: I clicked on 'Rebuild' which at first looked like it worked on 2 new messages; but alas, any stored messages still had the same half-message displays when I re-opened those.
    Thank you in advance to any suggestions
    Message was edited by: DHodges
    Message was edited by: DHodges

    Hi,
    Not certain, but this can fix myriad Mail problems...
    Safe Boot from the HD, (holding Shift key down at bootup), it will try to repair your Disk Directory while the spinning radian is happening, so let it go, run Disk Utility in Applications>Utilities, then highlight your drive, click on Repair Permissions, then move these folder & file to the Desktop.
    Move this Folder to the Desktop...
    /Users/YourUserName/Library/Caches/Mail/
    Move this file to the Desktop...
    /Users/YourUserName/Library/Mail/Envelope Index
    Reboot.

  • Top 10 customers

    Hi,
    I have 7 branches and n number of customers in each branch , how can i get only top 10 customers net sale value from the tables into the report.
    thank you
    Edited by: 960991 on Oct 9, 2012 6:30 AM
    Edited by: 960991 on Oct 9, 2012 6:56 AM

    hi,
    take a look at the below select statement,
    SELECT r, branch_code, customer_name, net_sale
    FROM (SELECT ROWNUM r, branch_code, customer_name, net_sale
    FROM (SELECT branch_code, custome_name, net_sale
    FROM branch_master
    ORDER BY net_sale DESC))
    WHERE r <= 10
    hope it could help you.
    Hi,
    no dought this is correct query in sqlplus , but i need a query in reports 6i.
    looking for help ...

  • How to display top 10 customers in FR

    Hi,
    I've a requirement in FR. When i select an entity from POV, it should display top 10 customers out of 100 customers in that entity (for ex. top revenue customers). Can any one pls. help on how we can achive this dynamic reporting through FR. The rank function displays the ranks, but what i would like to see is, the report should display top 20 customers only. Pls. help
    Thanks,
    PVR

    Hi,
    I am not sure what version you are, from version 9.3 I think there is a "Top" function, just highlight the row, tick the option for "Top", set the number and the column
    Failing that if you need to use rank could you not hide the column.
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • Top 3 customers group by product in OBIEE

    Hi,
    Can somebody assist me how can I display a report in oracle Bi answers consisting of three columns called Product, Customer and Revenue. In the report, I need to display Top 3 customers group by Product. How can I use the "group by" function in oracle BI? Please assist me.
    Thanks,
    Bk.

    to get the top3 customers you have a specific function topN in oracle answers.
    if you say you want to group by only product remove the customer column from answers and SUM Revenue....i assume revenue is summed in rpd.
    -bifacts
    http://www.obinotes.com
    Edited by: bifacts on Oct 19, 2010 7:03 AM

  • Want to generate a report for displaying the top 30 revenue generating regn

    Hi Team
    I was trying to generate top 30 revenue generating regions using " Edit Formula " option (Ofcouse there are other methods to do it , but i was trying out with this one ).
    The scenario is : -
    I have selected four columns i.e Year , Region , Product Type and Revenue.And i wanna display the top 30 revenue generating regions.
    Steps I follwed : -
    1> Selected the 4 columns (Year , Region , Product Type and Revenue )
    2> Arranged the Revnue Column in descending order.
    3> Went to --- > Revenue Column ---> Edit formula (fx) and used the COUNT(*) function.
    i.e select "F1 Revenue"."1-01 Revenue (Sum All)" from "Sample Sales" where COUNT(*) <30
    but I am getting error while doing so
    Please guide
    Thanks Rohit

    Hi Paul
    Thanks for the quick response.
    But I only want to restrict my output to 30 top records. Is there any way out ..?
    and moreover Could you please suggest what went wrong in my previous query..?
    Thanks
    Rohit

  • Displaying only the luma channel in Speedgrade when using direct link. Is it possible?

    Hi!
    The idea here is to be able to display only tle the Y (luma) channel i preview window of Speedgrade. I know that this is possible when grading in a new crated project in Speedgrade.
    Timeline/View/Channel Display. I know that there are shortcuts to display the separate RGB channels but there is no short cut to display the isolated luma.
    Do You guys know if there is a solution to customize shortcuts in Speedgrade? Or is there another method to display the luma when working in SG on a directlink created project?
    The reason for this is a project thats supposed to be graded in BW with an ability to manipulate colors/channels values underneath the bw display. Because after adding the BW "filter" or decreasing the saturation value all of the controls become "some sort" immune to  color data below the bw grade witch gives no ability to preform corrections to particular channels/ colors with live preview in BW. Of course we could try to desaturate the monitor but turning the colors back and forth every time would be a  coffin nail in production time
    Any hints greatly appreciated.
    Cheers Max

    Hey Max,
    Correct me if I'm misunderstanding your issue, but I believe Speedgrades layers apply effects linearly based on the information passed to them by the layer directly below. Could you achieve your solution by using two  (or more) primary layers, with the bottom layer being used for manipulating colours, and with the top layer to desaturate?
    If switching back and forth is important, you could add a single effects layer over the entire projectt on a track above, and then just apply a primary that desaturates to that effects layer. Then you could just switch it on and off by toggling the visibility of the track.

  • Conky displays on top in openbox. [Solved]

    Probably a dum question, but I have been trying out openbox lately.  But conky when it starts displays on top of everything.  I am coming from fluxbox where it diplays properly on the bottom layer. 
    here is my autostart.sh and conkyrc
    # Set wallpaper
    eval `cat ~/.fehbg`&
    cp ~/.gtkrc-2.0_conf ~/.gtkrc-2.0&
    ## Apps after openbox starts
    conky&
    (sleep 2 && pypanel)&
    # set to yes if you want Conky to be forked in the background
    background no
    cpu_avg_samples 2
    net_avg_samples 2
    #out_to_console no
    # Use Xft?
    use_xft yes
    # Xft font when Xft is enabled
    xftfont snap
    own_window_colour 222222
    # Text alpha when using Xft
    xftalpha 0.8
    # Update interval in seconds
    update_interval 1
    # Create own window instead of using desktop (required in nautilus)
    own_window yes
    own_window_transparent yes
    own_window_hints undecorated,below,skip_taskbar
    own_window_type override
    # Use double buffering (reduces flicker, may not work for everyone)
    double_buffer yes
    # Minimum size of text area
    minimum_size 120 1
    # Draw shades?
    draw_shades no
    # Draw outlines?
    draw_outline no
    # Draw borders around text
    draw_borders no
    # Stippled borders?
    stippled_borders no
    # border margins
    border_margin 1
    # border width
    border_width 1
    # Default colors and also border colors
    default_color white
    default_shade_color white
    default_outline_color white
    # Text alignment, other possible values are commented
    #alignment top_left
    alignment bottom_left
    #alignment bottom_right
    #alignment top_right
    # Gap between borders of screen and text
    gap_x 2
    gap_y 2
    # Add spaces to keep things from moving about? This only affects certain objects.
    use_spacer no
    # Subtract file system buffers from used memory?
    no_buffers yes
    # set to yes if you want all text to be in uppercase
    uppercase no
    TEXT
    ${font Arial-size=8}┌─${font}[ ${sysname} ${kernel}
    ${font Arial-size=8}├────${font}[ CPU: ${cpu} %
    ${font Arial-size=8}├────${font}[ Memory: ${memperc} %
    ${font Arial-size=8}├────${font}[ Uptime: ${uptime}
    ${font Arial-size=8}└────${font}[ Battery: ${battery}
    ${font Arial-size=8}┌─${font}[ Filesystems
    ${font Arial-size=8}├────${font}[ / : ${fs_used /}/${fs_size /}
    ${font Arial-size=8}└────${font}[ /home: ${fs_used /home}/${fs_size /home}
    ${font Arial-size=8}┌─${font}[ Packages
    ${font Arial-size=8}└────${font}[ ${execi 120 python /home/semperfiguy/bin/pacnotify.py}
    Last edited by semperfiguy (2008-01-05 14:52:55)

    Your problem is the Own_window_type option being 'override', I believe. Set that to 'desktop' and hopefully you'll be good to go. (if not, I can post my .conkyrc here, which works fine in openbox and you can copy the relevant parts of it out)

  • Profit and loss of the sales of my top 100 customers

    Hi,
    I would like to have a query in SAP BW which delivers me the following information:
    the profit and loss of the sales of my top 100 customers (customers with the highest sales per month). So basically I would like to compare the sales from these customers of the current month to the previous month.
    Thank you for any help!

    hi,
    u can compare values by creating restricted 2 RKFs.
    RKF1  : selling price is restricted by 0CALMONTH.create a variable on 0CALMONTH(single value,mandatory,ready for input...etc).
    right click on structure--->new selection...drag and drop selling value and 0CALMONTH.
    RKF2 :selling price is restricted by 0CALMONTH.use the same variable which u created and set Offset value '-1'.
    so it will give u sales price for previous month(if u ente current month in selection screen)...
    take customer in rows and these RKFs in columns(in  structure).
    later use condition to display top 100 customers..
    hope this helps..
    pl dont foget to assign points to helpful answers....thats the way to say thanks here.
    regards

  • Report with Top 5 Customers per year for last 5 years (total  25 records)

    Hello
    Can anyone help?
    How to display top 5 customers per year for last 5 years in a report
    E.g.
    Year Customer name Revenue
    2009 A1 5000
    A2 4000
    A3 3000
    A4 2000
    A5 1500
    2008 B1 3000
    B2 1200
    B3 800
    Regards,
    SMA

    Hi
    see this...
    http://oraclebi.soundvoid.net/2008/09/using-the-top-n-filter/
    And close your all threads if they answered...

  • ALV REPORT FOR TOP 10 CUSTOMERS

    hI,
    sap guys
    I need a help on alv. iam getting alv report. now i need to get TOP 10 customers in my report.
    My report having selling price , cost price , GP , GP% .
    Final internal table iam sorting based on Selling price. But how to Get the  Top 10 customers in my report.
    Plz help me..

    hi
    good day brother
    Before youve given the solution for top 20 cust as well as subtot.. iam getting a prob for one branch for subtot.
    Plz see the code..
    Ive dev the smart form for top 20 customers by Branch wise.. I have 17 branches in final itab.
    Every thing is fine except one branch for the Subtot.
    For getting  Subtot as well as Getting the top 20 cust.. the below code ive used.
    First branch like lt_br_out2 got 503 records
    lt_br_out3 == 213
    lt_br_out4 == 0
    lt_br_out5== 82
    lt_br_out6  ==89
    lt_br_out7 ==118
    lt_br_out8 == 45
    lt_br_out9 == 64
    lt_br_out10 == 53
    lt_br_out11 == 47
    lt_br_out12 == 56
    lt_br_out13 == 20 *************** "Problem with this internal table.
    lt_br_out14 ==170
    Problem: All Branches are getting subtotal and top 20 cust except " LT_BR_OUT13"...Before its going to cal the top 20 cust. its has only 20 records.
    Actually iam counting the top 20 cust as well as cal subtot and passing to Final Internal Table..
      SORT lt_br_out13  BY p1_a_p DESCENDING.
      CLEAR : lwa_out6.
      LOOP AT lt_br_out13 INTO lwa_out6.
        IF sy-tabix > 20.
          CLEAR: lwa_out6.
    ***adding the subtot
          lwa_out6-ort01 = lv_text.
          lwa_out6-p1_a_p = lv_brtot.
          lwa_out6-p2_a_p = lv_brtot1.
          lwa_out6-act_gross_p = lv_br.
          lwa_out6-act_gross_perc1 = lv_brperc1.
          APPEND  lwa_out6 TO lt_br_final.
          EXIT.
        ELSE.
    ***calc the sub tot
          lv_text    = 'Sub Total'.
          lv_brtot   = lv_brtot  + lwa_out6-p1_a_p.  " selling price
          lv_brtot1  = lv_brtot1 + lwa_out6-p2_a_p. " Cost price
          lv_br      = lv_brtot - lv_brtot1.
          lv_brperc   = ( lv_br / lv_brtot ) * 100.
          IF lv_brperc NE  0.
            WRITE lv_brperc TO lv_brperc1 LEFT-JUSTIFIED.
            CONCATENATE lv_brperc1 '%' INTO lv_brperc1 SEPARATED BY space.
          ENDIF.
          APPEND lwa_out6 TO lt_br_final.
        ENDIF.
      ENDLOOP.
    If i put sy-tabix >= 20, thne iam getting subtotal but iam getting only 19 records.
    Could u plz advice me.. Ive solved yesterday problem
    Regards

  • Need print popup to display only once

    Hi Experts ,
    I have a customer account statement in smartform . For multiple customers the clients wants the print dialog to be displayed only once and the options mentioned in the first display to be carried for other customer accounts . Please any suggestions for the same .

    Hi,
    If using a custom print program you can achieve this using functions SSF_OPEN and SSF_CLOSE:
    [Printing Several Forms in One Print Request|http://help.sap.com/saphelp_nw70/helpdata/en/64/bf2f12ed1711d4b655006094192fe3/content.htm]
    This way the print dialog will be displayed only once no matter how many times the smartform is called.
    Che.

  • I'm running windows 8 with PSE11 some of my pic don't display only a gray box with a paper in side,

    I'm running windows 8 with PSE 11 ans some of my pic don't display only a gray box with a paper in side it, when i go to a albums most of my pic don't display

      Try selecting the thumbnails (Shift+Click) or (Ctrl+A) to select all, then click on the top menu
    Edit à Update Thumbnail For Selected Items
    If that doesn’t work close Elements and delete the thumbnail cache by navigating to:
    C:\ProgramData\Adobe\Elements Organizer\Catalogs\MyCatalog
    In side the MyCatalog folder (or whatever name you gave your catalog) you should find a CACHE file:
    thumb.5.cache
    After deleting that file restart the elements Organizer and wait whilst it regenerates thumbnails.
    N.B. The ProgramData folder is sometimes a system hidden file, in which case please follow these instructions before starting.
    http://windows.microsoft.com/en-GB/windows-vista/Show-hidden-files

  • WebHelp display only skin but no content

    I used CustomerCare sample project supplied by RH7 to test
    contents-sensitive help with existing JSPs. There were two methods
    described in various sources. First put a reference to <script
    src="RoboHelp_CSH.js"></script> in head section and create
    a link like this
    <a
    href="javascript:RH_ShowHelp(0,'WebHelp/default.htm>WithNavPane',
    HH_HELP_CONTEXT, 5)">Help</a>
    in the body. And at the end my project did not display at
    all. I tried calling WebHelp using URL with this format
    X:/helpfolder/startpage.htm#path/target_topic_1.htm
    and the project was displayed with no contents or buttons,
    just the frame with skin. Looks like I am missing something and I
    can’t figure out what. Can you help?
    Thank you.

    Hi,
    I am getting the below error after following all the steps when i navigate to open a system object.
    I have created a custom display only System Admin role ,
    com.sap.portal.pcm.Title
    Portal runtime error.
    An exception occurred while processing your request. Send the exception ID to your portal administrator.
    Exception ID: 03:30_07/08/12_107697350 Refer to the log file for details about this exception.
    Do we need to ResetChild Permission in the Portal Content top level folder after adding the role in the permissions?
    Any impact if we reset the child permission in the top level?
    Thanks in advance.
    Regards,
    Senthil Kumar S.

  • Displaying metadata, how to display ONLY the Date

    I would like to display the Date below each image in Aperture 3. When I select "Date" in the Browser & Viewer Metadata window, the result is a very long string with the Date, the Time and the Time Zone. meaning that most of the time I see nothing because the string is much too long to be displayed...
    How to display ONLY the Date ?
    Thank you.
    Olivier

    om28 wrote:
    I will do that but still... if the Date could be ONLY the Date "without time and time zone", I would be able to display more information.. and it will look nicer.
    I said at the top of my first response above: +Afaik, there is no way within Aperture to change the date format of the date metadata overlay.+
    Send Aperture feedback to Apple via "Aperture→Provide Aperture Feedback"
    In the past I used Expression Media and the config for displaying such info was better.
    Aperture has a strange interface for it (and for other parameters), it does not behave at all like an Apple software (for the GUI), probably an external development team... but I agree it is more complex than iPhoto.
    Aperture is 10x more complex than iPhoto.
    If you want to see a rigid, boxed, "engineer"-style image database interface, take a look at Lightroom 3. It's a great program -- but it's a very different concept of information presentation and interaction.
    Thanks again.

Maybe you are looking for