Hide the lable of column if no data

hi every one
in body section I have more one Reapeating frame
but some Reapeating frame not come data
I want to hide the lable of all column in this Reapeating frame because no data
how this??
thanx alot

You will probably have to create a Formula column at the Group level above to count if there are any non NULL values, when checking if there is any data
in implementing DM's suggestion.
Dave

Similar Messages

  • Can we hide the tables and columns from subject areas in the front end

    Hi,
    Is there any way to hide the tables and columns from the subject area in front end.I need to create a report with some tables which the user does not want to see.So after creating the reprot can I hide those tables and columns in the front end

    Hi,
    Your question is not that clear to me...do you want to hide the entire table/column that dont want to show up in the front end then you could do in Presneation Layer in the RPD by going Permissions in the property of that object.
    But if you want to hide the column in the report that can be visible in the subject Area: go to column properties -> Column fomat...thereis Hide option.
    Can you please elaborate your question...what exactly you are looking for...
    --SK                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

  • When using mail on my ipad, can I hide the left hand column so it is easier to read the mail

    Can the left Hand column be hidden when using an ipad for mail?

    If you holding iPad in landscape orientation then no, if you hold it in portrait then the list of emails/folders should automatically hide when you select an email

  • Hide the expand button if count of data is less than 10

     I have the following requirement. The user wants to hide the expand button on the row grouping and only shows the subtotal when the underlying data count is less than 10
    e.g. if in the two years range, the count of records is less than 10, hide the expand button for NewYork Office and disallow users drill down to year and month
    Perry Zhou
    SharePoint; TFS; SSIS SSAS SSRS
    blog
    email linkedin

    Hi Perry,
    As far as I know, OOB it's not possible, so you have to rely on some javascript code to do the same for you. You can use JSOM or REST api to get the count of items in list and then use jquery to show/hide the expand/collapse button and remove the onclick
    event of Group Name.
    Hope it will solve your problem.
    Best Regards,
    Brij K
    http://bloggerbrij.blogspot.co.uk/

  • How to hide the table control column in module pool

    Dear Experts,
    Please help me on this
    I have 2 screens 9000 and 9001 . In screen 9000 I have 2 radio buttons if I select the 2nd radiobutton then the screen  9001 should display inthat some column has to be hide inthe table control. I have used this code but still it is not hiding please help me on that
    I used this code in PBO of 9001 screen
    LOOP AT SCREEN.
        IF wopr = 'X'.
          IF screen-group2 = 'ABC'.
            IF screen-name = 'ZMMT_EKKO-MATNR' or screen-name = 'ZMMT_EKKO-BANFN'.
            screen-active = ''.
              screen-invisible = '1'.
              screen-input = ''.
              MODIFY SCREEN.
            ENDIF.
          ENDIF.
        ENDIF.
      ENDLOOP.
    Even I tried this code also in the same screen 9001
    loop at tbl_rfq-cols into cols.
    IF wopr = 'X'.
    IF screen-group2 = 'ABC'.
    IF cols-screen-name = 'ZMMT_EKKO-MATNR' or cols-screen-name = 'ZMMT_EKKO-BANFN'.
    cols-screen-input = '0'.
    cols-invisible = '1'.
    endif.
    MODIFY tbl_rfq-cols FROM cols INDEX sy-tabix.
    endif.
    endif.
    endloop.

    Hi Balaji,
    To hide a column in a table control on screen.
    In the PBO of the screen, inside
    loop with control <tab_ctrl_name>.
    module modify_tab.
    endloop.
    Say for a column, you take group1 as 'ABC'.
    In this module you can use the group for the input/output fields and the display/hide them as per your requirements.
    if <condition>.
    loop at screen.
      if screen-group1 = 'ABC'. "say textbox (column for a table) has group1 as ABC
       screen-invisible = 'X'. "hide a column
       screen-active = ' '.
      endif.
      modify screen.
    elseif <condition>.
    loop at screen.
      if screen-group1 = 'ABC'. "say textbox (column for a table) has group1 as ABC
       screen-invisible = ' '. "display a column
       screen-active = 'X'.
      endif.
      modify screen.
    endif.
    Similarly, you can use this code for other columns also.
    Hope this solves your problem.
    Thanks & Regards,
    Tarun Gambhir

  • Hide the Description of KF, only show data

    Hello all,
    I have a scenario where in BEx Analyzer I see repeated description somewhat like this:
    2005...no.Products
    2006...no.Products
    2007...no.Products
    2008...no.Products
    I have used 'query properties'-display-Hide repeated key figures (checked) but its not working for me.
    Acutally I don't want to display description 'no. Products', only its data is important to show.
    when I go into Properties of 'no.Products'-display- there I can use 'Hide' but then its does not show anything: not description 'no.Products' and also no data.
    Also I tried to delete the description of this CKF and in that case the technical name of 'no. products' is shown in BEx Analyzer
    is there any way where I show data but not the description
    best regards
    Ahmad

    Thanks for replying
    Well I have already tried this but this doesnot work for me. I have CKF 'no.Products' which is created at global level and using it in a query.
    Selecting this KF-properties-General tab-description: 'no.Products' but when I delete this description and save the query then there is no effect in BEx Analyzer; still I can see 'no.Products'. I come back in Query designer and 'no.Products' Description is there (which I deleted myself).
    I even created a new CKF 'no.Products' without any Description (where it show 'new calculated key figure') and used that in my query but in that case 'Technical name' of this CKF is shown in BEx Analyzer.
    the scenario is
    ..................................................................Region1,Region2,Region3
    2005...ProductCategory1...no.Products......30........40...........50
    ...........ProductCategory2...no.Products......35........45...........55
    2006...ProductCategory1...no.Products......37........44...........30
    ...........ProductCategory2...no.Products.....111......34...........88
    2007...ProductCategory1...no.Products.....49.........49..........49
    ...........ProductCategory2...no.Products.....28.........47..........02
    2008...ProductCategory1...no.Products.....42.........42..........21
    ...........ProductCategory2...no.Products.....68.........43..........99
    This description 'no.Products' I don't want to see,  only its values like
    ............................................Region1,Region2,Region3
    2005...ProductCategory1........30........40...........50
    ...........ProductCategory2........35........45...........55
    2006...ProductCategory1........37........44...........30
    ...........ProductCategory2.......111......34...........88
    2007...ProductCategory1.......49.........49..........49
    ...........ProductCategory2.......28.........47..........02
    2008...ProductCategory1.......42.........42..........21
    ...........ProductCategory2.......68.........43..........99
    Also tried 'hide repeated KF' in Query properties. It works fine for the year where I see 2005 only once not repeatedly  but not for 'no.Products'. Acutally I don't need this description 'no.Productrs' at all.
    any solution to it
    Best regards
    Ahmad

  • Hide the content area border on prePrint

    I would like to hide the content area border of a date field dynamically on the prePrint event using Javascript. This is the Appearance field on the Field tab on the Object tab. Is that possible?

    Hi Michael,
    You can achieve this with script in the prePrint and postPrint events.
    I have a sample here: http://assurehsc.ie/blog/index.php/2010/06/laying-out-a-form/
    You should look t page 2, in particular the pre-print border changes example in the middle column.
    Hope that helps,
    Niall

  • On SSRS Export or Print, Select the first 9 columns out of 15 columns

    Hello Every1,
    My Greetings for the day!!!
    I am Hiren Parikh from India.
    I am developing a SSRS report (Tablix) which has 15 columns. While developing the report, I have come a crossed a strange requirement.
    When the reports gets loaded in SSRS Preview or in Sharepoint, it should display all the 15 columns.
    However, if the user exports the same report or print the report in that case only the first 9 (columns 1 to 9)should come and the remaining 6 (columns 10 to 15) should not come in the print or export.
    I request you all to suggest me.
    Thanks in advance.
    Regards,
    Hiren Parikh.
    Hiren Parikh

    Hi Hiren Parikh,
    Per my understanding that you want to hide the remaining 6 columns when print or export the report but display all the column when view in Sharepoint, right?
    I have tested on my local environment and if your SQL Server version is 2008 R2 or higher, you can take reference as the method below:
    This method is use the expression to show/hide the 6 columns in the report, when you print/ export the report it will hide, only when you preview in the designer or view the report in the server you can see all the columns
    Details information below for your reference:
    Check the entire column and right click the column to select the "Column Visibility"
    Check the "Visibility" on the left pane and check the "Show or hide base on an Expression"
    Expression:
    =iif(Globals!RenderFormat.IsInteractive,False,True)
    Repeat the step1 and step2 to hide the other columns.
    If your version is SSRS 2008 and older, you can create a Parameter name 'Display or Print' and can give 2 values one Display and another Print.
    Create two tablix: one have 15 columns (Tablix1)and another 9 columns (Tablix2)and when choose "Display" show the tablix1 and hide the tablix2 and when select the "Print" hide the tablix1 and show the tablix2.
    If you have any problem, please feel free to ask.
    Regards
    Vicky Liu
    Vicky Liu
    TechNet Community Support

  • Hide the Column Or Remove the extra data

    Hi ALL ,
    I have developed using the development procedure from Simon_Hou and it works perfectly fine . Thank you Simon_Hou
    http://social.msdn.microsoft.com/Forums/office/en-US/842e2dcb-d949-4297-9d91-eac989692cb5/difference-between-the-grouped-column?forum=sqlreportingservices .
    Now then the requirement was to add Total to the developed report that's also solved.
    http://social.msdn.microsoft.com/Forums/office/en-US/3536c818-c7f0-4757-953c-003d19921311/grand-total-for-matrix-based-report?forum=sqlreportingservices
    Now an  issue is there extra column that get's generated dynamically ... For that i tried
    =IIF(ReportItems!Textbox2.value is nothing, true, false . 
    The expression does work but the
    Total  row cells values get repositioned to one cell to the right from it's original position .
    Now am fine with the extra empty column only issue  if the tablix contain only a single row or two rows of Data  then that empty column shows numeric data which is not required. Please refer to the below figure for
    clarity . I just want that the
    extra column is blank its doesn't show extra numeric data on a single or 2 rows or if it can be hidden without affecting the original position of the total cell .
     please kindly help because just due to this the reports are not going for production deployment .
    Thanks
    Priya

    Hi Priya,
    According to your description, you want to hide the blank column which is dynamically generated in matrix. Now when you put an expression to hide the column, only the cells inside of group are hidden but the cell in total row is not hidden. So it looks to
    be repositioned into one cell to the right. Is my understanding correct?
    In this scenario, we also already encountered this issue when we tested in our local environment. It seems to be an issue of internal implement for visibility control in Reporting Services. Now I am trying to involve someone more familiar with Reporting
    Services for a further look at this issue. Sometime delay might be expected from the job transferring. Your patience is greatly appreciated.  
    Thank you for your understanding and support.
    Best Regards,
    Simon Hou

  • How to hide the table header if no data present

    Hi
    I need to hide the table header if no data present. Table has 5 column. if no any clolumn has data then this table section should not be display.
    i am using <?if:count(Installation_Event_S19)= 0?> but this is not work for me.
    Could you please help me out.
    Thanks
    Indrajeet Kumar

    Hi Priya,
    Thank you very much !!! its work fine.
    Thanks
    Indrajeet Kumar

  • How to hide the data in particular table in oracle 10g

    How to hide the data in particular table in oracle 10g
    i want steps

    If its on Report u can  always hide the column - Keyfigure or Selection - Display - Hide......y do u want to have it on the report if it is to be hided in the first place?

  • Is it possible to hide the data in a formatted cell until the data from the relevant cells has been entered?

    I have a balance sheet and I'd like to be able to hide the data in the balance column until the 'In' or 'Out' for that day has been entered
    Any ideas greatfully received!

    Hi Quinn,
    I am surprized that apple makes me go to a custom rule to chose a white font color.
    To get
    Or use the colour window: View > Show Colors (shift command c).
    Click on a colour to apply it to text of selected cells.
    Drag a colour to the selected cells to apply it as the Fill:
    Some of the features that we thought were lost are just Hidden in Numbers 3! (I can't wait for a decent User Guide).
    Regards
    Ian.

  • How to hide the columns at the end user level thru personalization

    Hi all
    how I can hide the columns that are displayed on the portal. Any personalize option for the end user? Any righ click or some thing?
    I am looking at hiding columns not while developing the iViews / Pages, But in the browsers as the end user.
    i can hide the columns what ever i want while creating the iViews for MDM data. but we cant provide the content administrator role to the end user for hiding the columns what ever they want. they want to hide the columns thru pesonalization option at the end user level.
    Can you please let me know whether we can able to hide the columns at the end user level thru personalization ?? is it posible with standard iViews??
    Regards
    Sunil

    Hi Sunil,
    I understood your requirement properly and seems valid and I tried this at my end but i didnt get the solution. Field list is not visible in Personalize option. I dont think it is possible with MDM standard iViews.
    I was thinking an alternative is if some how we manage to give the permissions to end user only on Result Set iView but if it would be possible it will not be a good design.
    Lets wait for some inputs from others.
    Regards,
    Jitesh Talreja

  • Can we hide the lines between the columns and rows of an alv in wd abap

    HI all ,
      I know that we can colour cell/column/row in an alv in wd abap.
       but, can we hide the lines between the columns and rows of an alv in wd abap.
         i have checked this link [hiding lines b/n rows and columns of an  alv|http://help.sap.com/saphelp_nw04/helpdata/en/91/e7eb40c4f8712ae10000000a155106/content.htm]
         but didn't  understand, can please anybody provide some example or any material..? it will be very helpful.
                                                                         THANK  YOU.
    Edited by: arfat111 on Feb 15, 2010 7:05 AM

    Code some like this in the WDDOINIT method of your view which defines the ALV component as used component.
    instansiate the ALV component
    data lo_cmp_usage type ref to if_wd_component_usage.
    lo_cmp_usage = wd_this->wd_cpuse_usage_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_usage_alv().
    data lo_value type ref to cl_salv_wd_config_table.
    lo_value = lo_interfacecontroller->get_model().
    hide the grid lines
    lo_value->if_salv_wd_table_settings~SET_GRID_MODE( value = '01' ).
    Thanks,
    Abhishek

  • How to hide the data in any object(keyfiguer)

    hi expects,
           What is the procedure to hide the data under an object. In my case i supposed to hide the data which is under Tax column, I don't want to be viewed by others. pl. help me in this.
    thanks
    vijay

    If its on Report u can  always hide the column - Keyfigure or Selection - Display - Hide......y do u want to have it on the report if it is to be hided in the first place?

Maybe you are looking for