Zero suppression is set active for rows & columns - but find empty rows

hi,
In the query properties i set zero suppression active for all rows and columns, but in the workbook, when i execute the report i still find empty rows. i refreshed the query from the workbook, and have done everything, but still i find empty rows.
Can anyone help me in this regard?
thanks,
rani

Hi,
you found empty rows in WorkBook, what about the Query Output ?
please check the below: 
Re: Suppressing result rows when KF values are zero?
Hope this helps you
Regards
ReddY A

Similar Messages

  • Display only one row for distinct columns and with multiple rows their valu

    Hi,
    I have a table having some similar rows for some columns and multiple different rows for some other columns
    i.e
    o_mobile_no o_doc_date o_status d_mobile_no d_doc_date d_status
    9825000111 01-jan-06 'a' 980515464 01-feb-06 c
    9825000111 01-jan-06 'a' 991543154 02-feb-06 d
    9825000111 01-jan-06 'a' 154845545 10-mar-06 a
    What i want is to display only one row for above distinct row along with multiple non distinct colums
    ie
    o_mobile_no o_doc_date o_status d_mobile_no d_doc_date d_status
    9825000111 01-jan-06 'a' 980515464 01-feb-06 c
    991543154 02-feb-06 d
    154845545 10-mar-06 a
    regards,
    Kumar

    Re: SQL Help

  • Setting sql for a column

    Hi, is there a way to set sql query for a column?
    the query should take value from column in the table.
    in my case, it has come down for a need to have a nested select query inside my query:
    select app.application_id,
    (SELECT LISTAGG(typ.verification_name, ', ') WITHIN GROUP (ORDER BY typ.verification_id) FROM
    typ,chk where
    chk.application_id = app.application_id
    GROUP BY app.application_id ) AS verification_type,
    from tablea,tableb where....
    <note that application_id is coming from the bigger query , aka another column from another table.>
    i've tried
    CAST ( EVALUATE_AGGR('LISTAGG(%1,%2) WITHIN GROUP (ORDER BY %3 DESC)', "typ"."verification_name", ', ', "chk "."application_id ") AS CHARACTER ( 50 ))
    but my query need more than few EVALUATE_AGGR resulting in huge query in the log plus it's hard to put more details from other tables when you do this since everything buble down to the group by in the end of the query.
    pls help if there's something even close to this

    Hi jan ,
    thanx for your interest but let me clear with my requirement. What I want to do is that after executing the view query I want to navigate through records and sets some property or a group of property ( think it as a java object which holds properties ) for that cell and after that when I Navigate through record I don't want to run my logic for calculating properties again and I should be able to get those properties which I set earlier. There can be any number of records and most of time value will remain same then why should I calculate properties every time I navigate.
    Currently I am storing these values in a separate class (with row and column no.)but now I am searching some way so that I can store those values in my view only.
    Is it possible in BC4J view ? I heard that something like this is provided in BC4J view but not able to find out..
    thanx once again
    I welcome some other suggestions on it..

  • Significance of BC Set Activation for GRC AC 5.3

    Dear Members,
    Request you to please help me understand the significance of the BC Set Activation in an HR implemented ABAP system,
    w.r.t. AC 5.3
    The AC 5.3 runs separately on the a java instance and connected to ABAP with the help of JCo's.
    Kindly assist, if you have any clue regarding the documentation for the same.
    I want to understand, the criticality of activating the VIRSANH and VIRSAHR BC Sets on ABAP side for the proper functioning of the GRC AC 5.3 and if their is any variation in the results of GRC , if the BC Sets are activated/ or if not activated.
    Many Thanks !
    Regards,
    Edited by: Molwana Lokisang on Feb 2, 2010 11:02 AM

    Molwana,
    the BC Set needs to be activated as part of the post-installation process. It will also provide you with data that the RTA needs to work.
    I have done this for many customers, there is no risk involved. All the "extra" data is in a separate namespace.
    Frank.

  • Set Width for a column, Merge cells in Excel

    Hi all,
    I am using jacob.dll to open and modify an Excel file. And I am stucking in below trouble:
    Dispatch workbook = Dispatch.invoke(workbooks, "Open",
              Dispatch.Method,
              new Object[]"D:\\02042005.xls",
              new Variant(false), new Variant(false)},
              new int[1] ).toDispatch();
    Dispatch sheet = Dispatch.get(workbook,"ActiveSheet").toDispatch();
    System.out.print(sheet.get(sheet,"Name") + "\n");
    Dispatch a1 = Dispatch.invoke(sheet, "Columns",
              Dispatch.Get,new Object[] {"A:A"},
              new int[1]).toDispatch();     
    Dispatch.put(a1,"Width","8");
    Error message is that I can not set value Width for object RANGE! so strange... Is there any ways to set Width for a certain column?
    Any help is appreciated.
    Regards,
    YukiNguyen

    Hi all,
    :) At last I can work done with Jacob, so great :) take me all yesterday to find more... just hope this post can help someone like me save one day to find how :)
    //Get Range
    Dispatch orange = Dispatch.invoke(osheet,"Range",Dispatch.Get,new Object[]{"A1:I1"},new int[1]).toDispatch();
    //Get Column I & set Width
    ocolumn = Dispatch.invoke(orange,"EntireColumn",Dispatch.Get,new Object[]{"I"},new int[1]).toDispatch();
    Dispatch.put(ocolumn,"ColumnWidth","60");
    //Merge cell
    orange = Dispatch.invoke(osheet,"Range",Dispatch.Get,new Object[]{"C12:D12"},new int[1]).toDispatch();
    orange.call(orange,"Merge");
    Is it exciting, huh? :) I am trying to set HorizontalAlignment... beginner always stuck in somethings :)... but I have learnt so much
    Regards,
    YukiNguyen

  • TS2972 I have 5 devices set up for file sharing, but can't recall which ones they are.  Is there a way to find this out?

    i HAVE 5 DEVICES SET UP FOR FILING SHARING.  HOW DO I FIND OUT WHAT THOSE DEVICES ARE?

    To see all the History and Cookie settings, select:
    * Tools > Options > Privacy > History: Firefox will: "Use custom settings for history"
    *https://support.mozilla.org/kb/Options+window+-+Privacy+panel
    *http://kb.mozillazine.org/Cookies
    See also Clear Recent History:
    *https://support.mozilla.org/kb/Clear+Recent+History

  • How to set format for a column in repository

    Hi all,
    i have some columns for which i would like to set a default format of the data directly into the repository.
    For example, a numeric code is shown as 1.234,00, i want the BM to show by default 1234.
    Or a date shown as 03/03/2013 04:00:00 AM i want it to be shown by default as 2013-03-03.
    Is it possible to make these settings into repository?
    Thanks in advance

    NQsconfig check for
    DATE_TIME_DISPLAY_FORMA
    In Answers you may go for
    Column properties->Data format->
    and then Save button to save that format in webcat side.
    If helps mark :)

  • BC sets activation for GRC 10.0 Risk Management

    Hi ,
    I am new to  Risk management,please suggest  the required list of   BC set for activation.
    Thanks in advance,
    Varun

    Hi Varun ,
    Apart from the common BC sets , You also need to activate RM Specific BC sets.
    You can find the list in  Installation Guide " SAP Access Control, SAP Process Control, and SAP Risk  Management 10.0/10.1"
    ( https://websmp108.sap-ag.de/~form/sapnet?_SCENARIO=01100035870000000202&_SHORTKEY=01100035870000718172 )
    Here is the list for your quick reference:
    BC_SET_ANALYSIS_PROFILE
    BC-SET_ACTIVITY_TYPES
    BC_SET_BENEFIT_CATEGORY
    BC_SET_DEFINE_CATEGORIES_POWL
    BC_SET_DEFINE_THREE_POINT_ANALYS
    BC_SET_DRIVER_CATEGORY
    BC_SET_IMPACT_CATEGORY
    BC_SET_IMPACT_LEVEL
    BC-SET_INFLUENCE_STRENGTH
    BC_SET_MAINTAIN_DEFAULT_QUERY
    BC-SET_MAINTAIN_OPP_RESP_TYPES
    BC_SET_MAINTAIN_USER_RESP
    BC_SET_OBJECTIVE_CATEGORIES
    BC_SET_PROBABILITY_LEVEL_ID
    BC_SET_PROBABILITY_LEVEL_MATRIX
    BC-SET_RESPONSE_EFFECTIVENESS
    BC-SET_RESPONSE_TYPE
    BC_SET_RISK_APETITE
    BC_SET_RISK_LEVEL
    BC_SET_RISK_LEVEL_MATRIX
    BC_SET_RISK_PRIORITY_MATRIX
    BC_SET_ROLES
    BC_SET_SPEED_OF_ONSET
    BC-SET_LOSS_MATRIX_COLORS
    BC_SET_UNIT_MEASURE
    BC-SET_RISK_RESPONSE_TYPE
    BCSET-GRRM-GRFNV_POLICYTYPE
    BCSET-GRRM-GRRMVPOLICYRESP
    BCSET-GRRM-GRFNV_POLICYTYPE 
    BCSET-GRRM-GRRMVPOLICYRESP 
    Thanks & Regards
    Uma Shankar T

  • Setting width for af:column

    I am using af:table. I want the column width to be fixed. If the data is less than the width, I don't want the width to change. When data is longer it should wrap.
    But if I give noWrap=false, the width is not fixed - it changes according to data.
    Is there any way to solve this problem?

    adf , jsf Wrong forum: this is APEX, not ADF.

  • I have web dynpor alv tables set up for multiple selections but not working

    Hi ,
    I have numerous alv tables within my application and i have following the steps needed to set them up for multiple selection.
    The context node selection property is set up as 0..n
    I also have the modify method set up with the method call
    CALL METHOD lo_value->if_salv_wd_table_settings~set_selection_mode
        EXPORTING
          value = cl_wd_table=>e_selection_mode-MULTI_NO_LEAD.
    I also have the no lead selection option set so initially there is no entry selected
    I can select one entry without a problem.
    I can also select one entry and then if i use the shift button when selecting another record it will select all the records in between.
    However i cant pick numerous individual records at the same time.
    I try by selecting a record and the n using the control button to select a second record but it wont work.
    Any ideas what i am missing or what i am doing wrong.
    Any help is greatly appreciated.
    Regards
    Brian

    I tried the code listed above but it throws nothing but error messages
    The exact code i have in my modifyview method is as follows
    data lo_cmp_usage type ref to if_wd_component_usage.
    data lr_config TYPE REF TO cl_salv_wd_config_table.
    data lr_column TYPE REF TO cl_salv_wd_column.
    data lr_link TYPE REF TO cl_salv_wd_uie_link_to_action.
    data lr_column_settings type ref to if_salv_wd_column_settings.
    data lr_column_header type ref to cl_salv_wd_column_header.
    data lr_table_settings type ref to if_salv_wd_table_settings.
    data lr_columns type ref to cl_salv_columns_table.
    lo_cmp_usage =   wd_this->wd_cpuse_my_act_alv( ).
    if lo_cmp_usage->has_active_component( ) is initial.
      lo_cmp_usage->create_component( ).
    endif.
    DATA lo_INTERFACECONTROLLER TYPE REF TO IWCI_SALV_WD_TABLE .
    lo_INTERFACECONTROLLER =   wd_this->wd_cpifc_my_act_alv( ).
      DATA lo_value TYPE ref to cl_salv_wd_config_table.
      lo_value = lo_interfacecontroller->get_model(
    CALL METHOD lo_value->if_salv_wd_table_settings~set_selection_mode
        EXPORTING
          value = cl_wd_table=>e_selection_mode-MULTI_NO_LEAD.
    lo_value->if_salv_wd_std_functions~set_aggregation_allowed( abap_true ).
    lo_value->if_salv_wd_std_functions~set_group_aggregation_allowed( abap_true ).
    lr_column_settings ?= lo_value.
    lr_table_settings ?= lo_value.
    lr_column = lr_column_settings->get_column( 'ACTIVITY_NO' ).
    CREATE OBJECT lr_link.
    lr_link->set_text_fieldname( 'ACTIVITY_NO' ).
    lr_column->set_cell_editor( lr_link ).
    lr_column = lr_column_settings->get_column( 'ACTIVITY_DESCR' ).
    lr_column->set_width( '160' ).
    lr_column->delete_header( ).
    lr_column_header = lr_column->create_header( ).
    lr_column_header->set_text( ls_dashboard_display-ACTIVITY_DESCR ).
    More code to set up individual columns  *********************
    lr_table_settings->set_visible_row_count( -1 ).
    lr_table_settings->set_footer_visible( 0 ).
    endmethod.
    The code listed in the note looks completely different to what i currently have , i dont read any nodes when setting up the alv table . Am i putting the code in the wrong place?
    Edited by: Brian Ramsell on Nov 10, 2009 2:21 PM

  • I only create Read Only folders can't set permissions for any file but mine

    My issue is I have 25 users and an X-Serve and it seems like all the users
    do not have the same permissions. More specifically if a user creates a
    folder on the server only that user can access it. This is the same if the
    user creates the folder on there desktop and then copies the files to the
    server. But if they copy a "read only" folder or file (this happens more
    with files) to there desktop and then they open the file save it and place
    it back on the server there is no problem.
    I also, have a user that whenever she creates a folder it automatically
    set's itself to read only. No matter whether she copies from her desktop to
    the server or visa versa. Every folder she creates is protected this way
    here settings are all the same as everyone else. So I'm not sure if she is
    unique or if the settings for my users are incorrect.
    I did not set up the server or the user's so I'm really trying to catch up
    quick. We are really suffering in that it totally slow's things down almost
    to a crawl in some cases. I really hope you can help me out with this I've
    attached some screen shot's and the X-Serve system profiler for background.
    --

    I suggest posting to the Xerve forum http://discussions.apple.com/forum.jspa?forumID=854

  • Cisco SA 520W set up for load balancing but traffic not routing properly?

    Forgive me cause my networking skills are a bit rusty. So we have an SA520W that sits in-between both of our ISP connections. One connection is 4 bonded T-1s and the other is a shared 50/20. I have configured the SA520W with the optional port set to load balancing. I set the protocol bindings to be HTTP and HTTPS to go over the optional WAN which is the 50/20 yet when I do speedtests I am getting very mixed results. Sometimes it reflects that I am on the 50/20 and other times I just get 5 down and 5 up. and then other times it is a mix between the two, like 5 down 15 up.
    It is just weird. I don't understand am I missing some other protocols I need to bind other than HTTP and HTTPS? It isn't just speed tests either I have noticed some weird web page loading issues as well. You can go to a page and it loads really fast and then later on...
    This topic first appeared in the Spiceworks Community

    Hi accidentexchange,
    Did you fail to log in when accessing the SA 520W thru both HTTP and HTTPS?
    https://LAN_IP_address_of_SA520W/
    http://LAN_IP_address_of_SA520W/
    Furthermore,  can you give us an overview of your network topology and user info.  If  possible, can you provide us the configuration and dbglogs from your SA  520W so that I can forward to the development team?
    To get the dbglog from SA520W, login through web UI and in the browser enter the following URL:
    https://LAN_IP_address_of_SA520W/scgi-bin/dbglog.cgi        
    These   logs will store password, so please remove any password sensitive   information. Also if you are not comfortable posting the dbglog on the   community, you can send it directly to me through private message.
    Cheers,
    Julio

  • TS2972 Home sharing is switched on in ITunes. However it is not visible on my Apple TV. Also I have my IPad set up for WiFi connection but it is not showing in ITunes

    Can anyone supply a answer to the above problem?

    I have the same problem. Turned sharing on and off in itunes and on the appletv.
    Apple - is this an issue - others have been complaining too. I am not impressed with the Appletv 3 so far!!!
    Adam

  • Setting different Tabel Cell SemanticColor for Multiple Columns of each row

    Hi,
    I have requirement of setting different colors to different columns for each row based on some condition in table data.
    The data to table is coming from model, hence table is mapped to model node and attributes.
    I have created Seperate Node CellColorNode with attribue CellClr1 and CellClr2 of type TextView Semantic Color.
    Set the calculated, read only attribute to True. Mapped table columns text view to the CellColorNode->CellClr1 and CellColorNode-->CellClr2 correspondingly.
    Now, my query is how do i set the colors to CellClr1 and CellClr2 attributes. As I need to set the color for multiple columns of each table row.
    Is it in method getColorCellCellClr generated? Any  Example Code?

    Its resolved by following below link
    http://scn.sap.com/thread/158286

  • Set filter for only one column in tableview

    Hi
    i am using in MVC a htmlb:tableview with filter in only one column of 8.
    This is all working fine, except that the user can enter a searchsting in the filterfield for all columns, but in handle_event (of the controller) ; i only react to a text in the filterfield of column 4 and ignore all other filtertext , which were maybe entered in the other columns.
    My question:
    how can i  enter the filter only for one column, in a way that the user cannot enter any text in the filterfield of the other columns, only in column 4 ?
    my view:
    <htmlb:tableView id             = "requirements"
                     table          = "//model/pdst_reqs"
                     filter         = "APPLICATION"                
                     keyColumn       = "EXTID"
                     iterator        = "<%=model%>"
                     footerVisible   = "FALSE"
                     encode          = "TRUE"
                     visibleRowCount = "<%=model->rowcount%>"
                     width           = "100%"/>
    Best Regards
    Britta

    You can disbale the Filter for the particular column by setting the DISABLE_FILTER in the Iterator method IF_HTMLB_TABLEVIEW_ITERATOR~GET_COLUMN_DEFINITIONS. Here is the sample code
    method IF_HTMLB_TABLEVIEW_ITERATOR~GET_COLUMN_DEFINITIONS .
      CLEAR p_column_definitions.
      CLEAR p_overwrites.
      data tv_column TYPE TABLEVIEWCONTROL.
      tv_column-COLUMNNAME          = 'FLDATE'.
      tv_column-SORT                = 'X'.
      tv_column-EDIT                = 'X'.
      tv_column-ONCELLCLICK         = 'MyCellClick1'.
      tv_column-title               = 'Date '.
      APPEND tv_column TO p_column_definitions.
      CLEAR tv_column.
      tv_column-COLUMNNAME          = 'PRICE'.
      tv_column-horizontalAlignment = 'right'.
      tv_column-verticalAlignment   = 'middle'.
      tv_column-ONCELLCLICK         = 'MyCellClick2'.
      tv_column-title               = 'Currency'. 
      tv_column-EDIT                = 'X'.
      tv_column-DISABLE_FILTER      = 'X'.    " <-------Like this
      APPEND tv_column TO p_column_definitions.
    endmethod.
    Hope this will solve your problem.
    Raja

Maybe you are looking for

  • NWBC opens GUI in the wrong system

    Hi all, I have a problem with GUI transactions opening in the wrong system. The description for the logonpad in the NWBC system connection is correct, but i do have multiple definitions for the same systems (e.g. different cockpits, etc). In short I

  • Photoshop elements 12 dvd won't load windows 7

    Hi, When I insert other DVD's including Canon EOS solutions DVD, they load and install without issue.  But every time I try my new PSE 12 DVD nothing happens.  Should I try to download it and then insert the serial number? Thanks! 

  • HOW to use new Oracle 9i Features in Pro*C

    Hi All, I am an Pro*C developer. I tried using Oracle 9i Features like RIGHT OUTER JOIN, FULL OUTER JOIN, CASE ... etc inside proc program. But I am getting error while compiling it. My sample code: EXEC SQL DECLARE CARD_CUR CURSOR FOR SELECT A.EMP_N

  • Font weirdness

    Just upgraded to Snow Leopard, and am now unable to change fonts, sizes or styles in Mail. What happened? How can I fix it?

  • Ipad disabled connect to itunes  this is what my ipad says i need help?