Missmatch APs count between summary and detail

Dear All,
I have a problem on APs count, on WLC (access point summary) I have 83 APs on a/n radio but when I go to detail...there are only 44 a/n radio access point as shown in picture below
what i must to do to make it match?
thanks and regards
Taufan

That is odd.
After sometime it is still showing same mismatch?
Rating useful replies is more useful than saying "Thank you"

Similar Messages

  • Use different Layouts for Summary and Details in Drill down report

    Hi All,
    I have a 2 level drill down report in ALV.
    The summary report has certain fields and the Detail report has different fields. Now my problem is that when i use a default layout (with all fields of summary report) for the summary report, and drill down to the detail report i'm missing the fields on detail that are not in Summary. And if i save the default layout as default (with all fields of Detail) and go back to sumary, I'm missing the some other fields on summary (which are not on detail report).
    Is there a way to make different default layouts for each of those summary and detail reports:
    Also as the layouts are choosen by the user, i cannot hardcode any particular layout;
    So if the user chooses a layout for detail; it has to stay the same layout for the detail report if he goes to summary and then back to detail; unless the user changes the layout again.
    I'm using two different Layout types for each report. but i still cannot get the desired effect.
    Data:
          gt_layout_s             type slis_layout_alv,
          gt_layout_d             type slis_layout_alv,
      call function 'REUSE_ALV_GRID_DISPLAY'
        exporting
          i_callback_program       = g_repid
          is_layout                = <b>gt_layout_s</b>
          i_callback_top_of_page   = g_top_of_page
          i_callback_user_command  = g_user_command
          i_callback_pf_status_set = g_status
          i_save                   = g_save
          is_variant               = gs_variant
          it_fieldcat              = gt_fieldcat[]
          it_events                = gt_events[]
        importing
          es_exit_caused_by_user   = gs_exit_caused_by_user
        tables
          t_outtab                 = it_summary.
      call function 'REUSE_ALV_GRID_DISPLAY'
        exporting
          i_callback_program       = g_repid
          is_layout                = <b>gt_layout_d</b>
          i_callback_top_of_page   = g_top_of_page
          i_callback_user_command  = g_user_command
          i_callback_pf_status_set = g_status
          i_save                   = g_save
          is_variant               = gs_variant
          it_fieldcat              = gt_fieldcat[]
          it_events                = gt_events[]
        importing
          es_exit_caused_by_user   = gs_exit_caused_by_user
        tables
          t_outtab                 = it_detail_disp.

    Here is how you differentiate between the layout of two different grids. There is the parameter, IS_VARIANT in the function. You usually leave it empty or pass only the report name and username. <b>What you need to do is to pass unique string for each grids to the HANDLE field of the parameter IS_VARIANT.</b> You can probably hard code it as HEADER and DETAILS in your case. Once that is done, system identified that these two different layout for different grids.
    Regards,
    Ravi
    Note : Please mark all the helpful answers<u></u>

  • Hoe top create summary and detail report using ABAP QUERY

    Hi ,
    Can any one suggest me how to create summary and detailed report using ABAP Quey.
    Regards,
    Raghu.

    Hi,
    Table Declaration
    tables:mara,mast.
    *Declaring the internal table
    data: begin of itab_new occurs 0,
          matnr like mara-matnr,     "Material No
          ernam like mara-ernam,     "Material Created by
          mtart like mara-mtart,     "Material Type
          matkl like mara-matkl,     "Material Desc
          werks like mast-werks,     "Plant
          aenam like mast-aenam,     "BOM created
          stlal like mast-stlal,     "Alternative BOM
          end of itab_new.
    select-options: p_matnr for mara-matnr.
    CODE A : Retrieving the data from the database
         select  f~matnr f~ernam f~mtart f~matkl m~werks m~aenam m~stlal
         into table itab_new
         from mara as f inner join mast as m
         on f~matnr = m~matnr
         where f~matnr in p_matnr.
    CODE B : Retrieving the data from the database.
        SELECT FMATNR FERNAM FMTART FMATKL MWERKS MAENAM M~STLAL
        INTO TABLE ITAB_NEW
        FROM MARA AS F INNER JOIN MAST AS M
        ON FMATNR = MMATNR
        WHERE F~MATNR = P_MATNR.
        SORT ITAB_NEW BY ERNAM.
    loop at itab_new.
    write:/5  itab_new-matnr,itab_new-ernam,itab_new-mtart,itab_new-matkl,itab_new-werks,itab_new-aenam,itab_new-stlal.
    endloop.
    *TABLES: MARA , MAST.
    *DATA:BEGIN OF ITAB_NEW OCCURS 0,
                 MATNR LIKE MARA-MATNR,
                 ERNAM LIKE MARA-ERNAM,
                 MTART LIKE MARA-MTART,
                 MATKL LIKE MARA-MATKL,
                 END OF ITAB_NEW.
       SELECT MATNR ERNAM MTART MATKL
       INTO TABLE ITAB_NEW
       FROM MARA
       WHERE MTART = 'T'
       ORDER BY MATNR ERNAM MTART MATKL.
    *DATA: BEGIN OF ITAB OCCURS 0,
         MATNR LIKE MARA-MATNR,
         END OF ITAB.
    Thank U,
    Jay....

  • Summary and Detail Fact Tables in one Universe ...

    We have a classic star Schema with a snapshot( summary table by month) and a detail activity table on Daily activity. What is best way to design a Universe to accomodate this requirement.
    1. Seperate Universe for summary Table
              This removes the functionality of Drill down, and Drill down can be only available through links in Webi Reports.
    2. One Universe for both Summary and Fact, and write logic for aggregate awareness. It will complicate the universe since we have close to 100 odd mesasures.
    Thanks

    Hi Devendra,
    Use aggregate awareness irrespective of the "complicated" matter.

  • Need to skip page break between header and Detail sections

    Hello,
    I am combining two reports in one report (one in header section and another report in the body section). when this report is run, there's a page break between these two sections. Is it possible to eliminate it? Ideally I would like the detail section to start as soon as the header section of the report is completed in the same page instead of starting (detail section report) in a new page.
    Any help is highly appreciated. Thanks,
    Sundar

    I'd put them into one section to control the breaks.

  • How to validate date between Header and Detail Block..

    Hi All,
    I was trying to find a way where, suppose I enter 'from date' and 'to date' in the header block.then in detail block all 'from dates' and 'to dates' should be restricted between the dates entered in the header block.
    Thank you

    Or U Can Simply set in the child item lowest / highest Allowed Value
    Invoke Property pallete for child date item and set the following
    lowest Allowed Value :header.from_date (must be prefix with :)
    Highest Allowed Value :header.to_date
    siju.koiply

  • SUMMARY AND DETAIL WORKSHEET

    I have a report which lists all the invoices and totals for each supplier for a specified period.
    What I want to do is have another sheet which just summarises the total for each supplier and not display the individual invoice details.
    Or have just a sheet that displays the totals and the user can drill into the supplier/total for full invoice details etc.
    Can anyone please suggest a way to be able to do this?
    Thanks

    Hi
    If you don't have 10.1.2 then you cannot hyper link between worksheets. The only way to do what you want to do is make use of sub queries. The two queries would be two worksheets inside the same workbook.
    Basically, you create the detail worksheet first. Then you make a second worksheet in the same workbook and create a new condition where the supplier is in the list of suppliers returned by the first worksheet.
    You can do the same thing for the date range.
    Be warned though that making use of sub queries is not very efficient and only works efficiently when the list of suppliers being returned by worksheet 1 is small.
    I hope this helps
    Best wishes
    Michael

  • JFileChooser detecting switch between "List" and "Details" views

    I'm customizing a JFileChooser and would like to provide users a longer version of the file names when in Details mode (Unix showing links).
    This might be accomplished using the getDescription method of FileView, I don't know. My FileView getTypeDescription and getDescription methods are never called but getIcon is. I added @Override annotations to all method, so I think I really am overriding them.
    Thanks!

    Here's a solution. I still think there should be a more official way of doing this.
    public MyFileView(JFileChooser chooser)
              for ( Component c : chooser.getComponents())
                   if (c.getClass() == FilePane.class)
                        filePane = (FilePane) c;
         @Override
         public String getName(File f)
              if (filePane.getViewType() == FilePane.VIEWTYPE_DETAILS){
                   return "Long";
              return null;
         }

  • Toggling between forms and detail items in a panel accordion

    Hi,
    I have a panel accordion that currently has two showDetailItems. Each showDetailItem has a form. I am using one form for new data entry of an object, and the other form is for editing objects from a table (also on the page).
    When one form is disclosed, and I do not entry all of the fields in the form, when I am trying to click on the other showDetailItem, I am getting validations saying that values are required on all of the fields.
    I know that if I unclick the 'Mandatory' checkbox in the EO's, that this issue would be resolved, but the thing is that I don't want to do that, because I do want the validations mandated.
    I just don't want those edits to fire when I toggle out of the form, and switch to another one.
    I would like the validations to only run when the user clicks the 'Submit' button I have on each of the forms, not on focus lost.
    Does anyone know how I can accomplish this?
    Edited by: JRolls on Aug 16, 2010 7:29 AM

    Hi there:
    Please try to set the "immediate" attribute on the <af:showDetailItem> to "true" to delay the validation until the form Submission.
    Please mark it 'Correct' if it is the correct one.
    Good luck,
    Alex
    Edited by: Alexbie on 16-Aug-2010 8:59 AM

  • Can Discoverer drill down include summary and details?

    Let's say I have a set of bonds in different accounts.
    Each bond has an account, product_type, rating_group and book_value.
    I show an initial report with account and sum(book_value).
    then I want to "Drill to related" to see the sum of book value by rating group.
    When I do this, I no longer have the total book value for the whole account. I just have it for each rating group within the account. I want to be able to still see the sum of the book value for all rating groups and also see how it's broken out by rating group.
    For example:
    I start with this:
    Account | Book Value
    C-BASS | $1M
    Then I drill to related -> "Rating Group" and it looks like this:
    Account | Rating Group | Book Value
    C-BASS | AAA | $0.5M
    C-BASS | AA | $0.25M
    C-BASS | A | $0.25M
    I want it to look like this (or something like this):
    Account | Rating Group | Book Value
    C-BASS | All | $1M
    C-BASS | AAA | $0.5M
    C-BASS | AA | $0.25M
    C-BASS | A | $0.25M

    Hi the patch I applied was 5672969

  • Merge play counts between work and home?

    Hi all,
    I use iTunes at work with a moderately substantial library, mostly made up of songs I haven't listened to much at home which I can stick on an SD card and take in. I also use it here but with a library that is about 4x as big.
    Basically I'm wondering if I can constructively merge or sync the two playcounts? I want to be able to export a list of what happened at work - probably the library in text format - and fold that in to my home iTunes, without destroying my bigger playcounts but just adding to them as if I was using an iPod. Is this possible?
    If it's not, is there a 3rd party tool, script, or plugin that I can use to compare two libraries and merge playcounts constructively (adding two two together?) NB no mac so no applescript.
    Thanks in advance - I've been scratching my head for weeks trying to work this one out.
    -forwar direktion:

    There are programs such as Sync-O-Tunes that can be used to keep two libraries in sync, but I do not think that they merge playcounts.
    As you seem to be aware, the thing you want to do would most naturally be accomplished by using your iPod at work. Assuming you will manage your library at home, and be in "listen only" mode at work, that would be easiest. If you need to, equip your office with a set of desktop speakers having an iPod connection.

  • Summary and the Detail Report

    Hi All,
    I want to create a summary and detail report in two different layouts on one single report,based the input summary or the detail report shoud execute...,how to do the same.
    Thanks in advance
    C.Somasundaram

    Hi,
    bring your two different layouts in seperate frames and write format triggers on this frames to show or suppress them (depending on your input). Connect the two frames with an collabsing anchor.
    Regards
    Rainer

  • DIFFERENCE BETWEEN SUM AND COUNT IN SQL

    DIFFERENCE BETWEEN SUM AND COUNT IN SQL
    WHAT IS THE DIFFERENCE VERIFY IN DETAIL/

    21031980, I suggest you upgrade your computer sothat you can access google.
    lol.
    wtfpwnd.Google is also helpful for understanding the strange
    acronyms that show up around here lately (yes, I did
    find and understand this one). :-)Haha, sorry!
    It's the inner-gamer in me rearing its ugly head...
    :-)

  • Link between Delivery schedule line counter from PO and the material docume

    Dear Gurus,
    I have one PO with single line item having delivery schedule -
    Material 1 -
    delivery schedule 01.01.2009     2000
                                                         01.03.2009    5000
    I have received quantity against this Po
    I want to know where I can find the link between Delivery schedule line counter from PO and the material document
    Best regards
    Sar

    There is no link from the MAterial document line item (Table Mseg) to the PO Schedule Line (EKET).
    If this is for Evaluating an on time delivery or GR, you may consider the following approach.
    PO details Po Date  QTY
    Sch1   01Jun2009   200   
    SCH2  08Jun2009   100
    GR Details
    GR1   01Jun2009   180
    GR2   07Jun2009   110
    GR3  09Jun2009      10
    Calculate a *** total qty for the PO Line.
    PO details Po Date  CUMUL QTY
    Sch1   01Jun2009   200   
    SCH2  08Jun2009   300
    Calculate a *** total qty for the ontime GR.
    PO details Po Date  CUMUL PO QTY  CUMUL GR on time
    Sch1   01Jun2009   200                180
    SCH2  08Jun2009   300                 290 (180+110)  the 3rd GR was too late
    Evaluate the PO SChedule Lines as follows:
    Po SCL qty + CUMUL GR QTY - CUMUL PO QTY = ADJ GR ON Time Qty
    SCH1 01Jun2009
    200 + 180 - 200 = 180 on time for 01Jun2009 date ( 90% fill rate)
    SCH2 08Jun2009
    100 + 290 - 300 = 90 on time for 08Jun2009 date (90 % fill rate) the first 20 of the GR on 07Jun2009 went to fill the late, early date.
    Best of luck !
    SCH2 100 +290 - 300 = 90 on time for 07Jun2009 date

  • In tune show all summary activity during sync between nb and apple device. One of the summary is memory space status. Audio mayb3gb, photo 2gb, app with 3gb. What is other? Other consist of what type of file?

    In tune show all summary activity during sync between nb and apple device. One of the summary is memory space status. Audio mayb3gb, photo 2gb, app with 3gb. What is other? Other consist of what type of file? It show quite substantial storage capacity?? Anyone can answer what is in other??

    "Other" includes data such as contact information and photos assigned to contacts, calendar events, Safari bookmarks/cookies/history, notes created with the Notes application, SMS messages, email stored locally or cached, and 3rd party application data created and stored by the application.
    If "other" is more than say .75GB at the most, you had a corrupt sync. Try syncing again and if the problem persists, the recognized fix for this is to restore your iPad.

Maybe you are looking for

  • 1 xml file to multiple xml files with 200 records in each

    Hello Experts, I have below scenario. Please suggest me which might be the best approch to work on. 1) XML file to XML file I will have 1 pretty huge XML file which i need to break in multiple XML files with 200 records each.   1) first approch i can

  • Vertical scrolling in table

    Hello I have a table, and the user does not want to use the default buttons for navigation. Is it possible to attach a vertical scrolling for table? Thank you

  • Need inputs for creating Jar file

    Hi All,   I am doing the scenario as file to mail. so here i am using java mappings for sending the file in mail attachment. as i can see in my system there are already one imported archive exists with name called "java_mappings". in that i can find

  • Import action Update vs Replace in workflow

    Hi! Is it true that we should be using import action Update (all mapped fields) when processing data updates via import manager? I found that if I set the impact action to Replace and when I run my workflow which does a check on old and new value (fo

  • Match RAW to JPEG File

    Hi, I moved my iPhoto library to Aperture over a year ago and so far this has been an excellent move. Previously in my iPhoto library I would import RAW+JPEG. Once the import was completed in iPhoto I would export the raw to an external hard drive fo