Hide the Column in WebI

Hello Experts,
Can I hide column in WebI, for example If certain codition met than hide the column.
Thank you
Ravi

Have a look at:
http://bi.stieper.dk/tip-hide-coloumn-in-web-intelligence-webi-145/
Hope this helps!

Similar Messages

  • RE: Hide a column in web report using table interface class

    Hi,
    I want to hide first column in web template using table interface class. Following is the code i used in CAPTION_CELL and CHARACTERISTIC_CELL. Is this correct?
    method CAPTION_CELL.
    *First column
    if i_x = 1.
    add comment tag
    move '<!-- ' to C_CELL_CONTENT.
    endif.
    endmethod.
    method CHARACTERISTIC_CELL
    First column
    if i_x = 1.
    save start-time column
    move I_CHAVL_EXT to L_STARTTIME.
    add comment tag
    move '<!-- ' to C_CELL_CONTENT.
    endif.
    endmethod.
    When i execute the web template it is still displaying the first column. Do i have to code in any other method?
    Thank you,
    Mala Venkatesh

    Hi , the implementation should look like...
    method CAPTION_CELL .
    *CALL METHOD SUPER->CAPTION_CELL
    EXPORTING
    I_X =
    I_Y =
    I_IS_EMPTY =
    I_IOBJNM_ROW =
    I_ATTRINM_ROW =
    I_TEXT_ROW =
    I_IOBJNM_COLUMN =
    I_ATTRINM_COLUMN =
    I_TEXT_COLUMN =
    I_IS_REPETITION =
    I_COLSPAN =
    I_ROWSPAN =
    CHANGING
    C_CELL_ID =
    C_CELL_CONTENT =
    C_CELL_STYLE =
    C_CELL_TD_EXTEND =
    First column
    if i_x = 1.
    add comment tag
    move '<!-- ' to C_CELL_CONTENT.
    endif.
    Second column
    if i_x = 2.
    close comment tag
    concatenate '--> '
    C_CELL_CONTENT
    into C_CELL_CONTENT.
    endif.
    endmethod.
    method CHARACTERISTIC_CELL .
    *CALL METHOD SUPER->CHARACTERISTIC_CELL
    EXPORTING
    I_X =
    I_Y =
    I_IOBJNM =
    I_AXIS =
    I_CHAVL_EXT =
    I_CHAVL =
    I_NODE_IOBJNM =
    I_TEXT =
    I_HRY_ACTIVE =
    I_DRILLSTATE =
    I_DISPLAY_LEVEL =
    I_USE_TEXT =
    I_IS_SUM =
    I_IS_REPETITION =
    I_FIRST_CELL = RS_C_FALSE
    I_LAST_CELL = RS_C_FALSE
    I_CELLSPAN =
    I_CELLSPAN_ORT =
    CHANGING
    C_CELL_ID =
    C_CELL_CONTENT =
    C_CELL_STYLE =
    C_CELL_TD_EXTEND =
    First column
    if i_x = 1.
    save document-item number
    move I_CHAVL_EXT to l_docitem.
    add comment tag
    move '<!-- ' to C_CELL_CONTENT.
    endif.
    Second column
    if i_x = 2.
    close comment tag
    concatenate '--> '
    C_CELL_CONTENT
    l_docitem
    into C_CELL_CONTENT
    separated by space.
    endif.
    endmethod.
    Activate the methods/class and add this in the Web Template!
    for example:
    <param name="MODIFY_CLASS" value="ZHCOLAPP">
    ZHCOLAPP is the table interface class in this case.
    Best,
    Michael

  • Hide/Unhide Columns in WEBI Report output

    We have a WEBI report which has 2 columns/measures to display the cost in EUR and USD. User would like to have the flexibility to filter the column so as to display USD or EUR cost column. Is it possible to hide/unhide column in WEBI. Can we have a input control on multiple measures so that user can dynamically select which measures they want to see on report.
    Its possible in BEx Analyser using filter option on key figure. Is simillar functionality available in WEBI? We're on BO 3.1 XI. Is thre any other way to achieve this?
    Thanks,
    Milind

    hi,
         i think it is not possible to hide a column based on condition. but in webi 4.0 u have an option using which, u can hide/ show a table based on the user selection. in ur scenario, create two tables, one with value in USD and other in EU, super impose the table. then right onthe table and select "Format cell". in that u ll have a option to hide the table based on condition. select that and apply the condition.
    see the follwoing url for more info : http://bihappyblog.com/2011/11/05/dynamic-visibility-in-webi/
    thank u,
    Edited by: aady89 on Mar 9, 2012 7:39 AM

  • 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

  • How to hide the Columns and Views for Login user in SharePoint 2013

    Hi Friends,
    How to hide the Columns and Views for Login user in SharePoint 2013? Is it possible using OOB features? If not possible how can we hide the Columns and Views for Login user?
    Could you please help on this.
    Thanks,
    Tiru
    Tiru

    Hello Tirupal,
    There is no OOB way to do this.
    Please check this codeplex solution to achieve the same.
    https://sp2013columnpermission.codeplex.com/
    My Blog- http://www.sharepoint-journey.com|
    If a post answers your question, please click Mark As Answer on that post and Vote as Helpful

  • 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

  • Hide the column from ssrs report

    Hello,
    I am creating matrix report , I want to hide the column in which Data Field is null. I did tried by writing this expression
    =IIF(IsNothing((Fields!test_name.Value,
    "matrix1_category")),true,false)
    but problem with this expression is it hide the column on first page,It does not do it on rest of the pages, I have multiple pages grouped on one column and added page break on that group.
    Please give me some solution
    Column 1 -ChildGroup-> Column 2 -ChildGroup-> Coulmn 3  | Column 4 |
        |
    Data      |
    Added Page Break on Column 1 and Column 2
    Thank-you!

    Hi Piyush,
    If I understand correctly, you want to hide the entire column, when it has NULL value of the specify field. We can configure the Column Visibility.
    Please refer to the following steps:
    1. Right click the column, select Column Visibility option.
    2. Select “Show or hide based on an expression” with above expression.
    If there are any misunderstanding, please feel free to let me know.
    Regards,
    Alisa Tang
    Alisa Tang
    TechNet Community Support

  • Hide the columns header

    Hi all, i just want to hide the the row that is a columns header, that is just above the numbers in the result area. The point is it's autoformated, it's just a normal row and that's all, but i need to make like twice bigger and of other color.
    How could i do it.
    Cost center  I Plant I Quantity I Price I Total I
    AMAR        I AMA I  34         I 45     I   78   I
    DART         I MAR I  76         I 23     I   97   I
    So, basically i just need to hide or eliminate the first row with: Cost center, plant etc and make it myself. The problem is that with every refresh, all the formating i've done is gone.:(
    Any ideas?

    You can always use Excel functionality to hide the column headers, and insert your own rows above with the headers, formatted just as you require.
    HOWEVER, that wont work if you then apply extra drill-downs (or remove them).
    As an alternative, don't forget that you can switch off 'Adjust format after data refresh' via Properties. This enables you to apply whatever formatting you wish. But again, watch out for what happens when you drill down, it may come up with some suprises! Oh, and when you make any changes to the query you have to re-embed it, which refreshes the original formatting (so you have to re-apply your own formatting), so I tend to end up creating a macro to automate this.
    That help? Enough for points? lol
    Patrick

  • Hide the column

    Hi,
    Is it  possible to hide column when there is no value not even zero?
    Regards,
    Pooja.

    Hi
    I think you want to hide a column only when there is no values
    So you like to display the column when it has values
    If this is the case, you can do this with the help of macro
    Macros are VBA codes written in the excel sheet. To write, go to the botoom pane of the excel sheet-> right click -? view code...there you have write the code
    You can write a code with the logic.....hide column/remove column when all values are zero
    Or you just want to hide the column even if it has values ......just right click -> always hide the key figure in the Bex query designer
    Assign points if useful
    Regards
    N Ganesh

  • Is there any way to hide the column header in BW workbook?

    I have inserted a query into a workbook. But I don't want the column header to be shown. Is there any way to hide the column header? Thanks.

    Hi,
    If you want to do any custom formatting to the workbook and you do not want it to reset when you refresh the workbook,
    You will have to You can deactivate the function for adjusting the formatting (Adjust Formatting after Refreshing) in the Display Options of the Query Properties.
    When you do this, you can have your own formatting for the workbook and it will not be affected when you refresh the workbook.
    Regards,
    Joe

  • How to Hide the column in the model layer

    Hi,
    My Jdeveloper version is 11.1.1.3.0.
    We can make an attribute visible / invisble by setting Display Hints value in the Control hints tab.
    I want to display the column conditionally.
    Is it possible to do it dynamically in Model Level itself by Display Hints Property?
    Reg,
    Vini

    Fedor,
    Now also i am getting the same output.
    My requirement is i have to create the viewobject as it is in BaseVO and to hide some of the columns dynamically.
    In Appmod level iam doing this:
    String baseVo = (new StringBuilder("sample.model.")).append(baseVoName).toString();
    ViewDefImpl newView = new ViewDefImpl(ViewDefImpl.DEF_SCOPE_SESSION, "DynamicVO", baseVo );
    newView.resolveDefObject();
    newView.registerDefObject();
    ViewObject internalDynamicVO = findViewObject("DynamicVO");
    if (internalDynamicVO != null)
    internalDynamicVO.remove();
    getTransaction().rollback();
    createViewObjectForDef("DynamicVO", newView);
    ViewObject VO = findViewObject("DynamicVO");
    AttributeDefImpl de = ((AttributeDefImpl) VO.findAttributeDef("FirstName"));
    de.setProperty(AttributeHints.ATTRIBUTE_DISPLAY_HINT, AttributeHintsImpl.ATTRIBUTE_DISPLAY_HINT_HIDE);
    //de.setProperty(de.getUIHelper().ATTRIBUTE_DISPLAY_HINT, de.getUIHelper().ATTRIBUTE_DISPLAY_HINT_HIDE);
    return "DynamicVO";
    and in JSPX:
    <af:table rows="#{bindings.DynamicVO.rangeSize}"
    fetchSize="#{bindings.DynamicVO.rangeSize}"
    emptyText="#{bindings.DynamicVO.viewable ? 'No data to display.' : 'Access Denied.'}"
    var="row" rowBandingInterval="0"
    value="#{bindings.DynamicVO.collectionModel}"
    selectedRowKeys="#{bindings.DynamicVO.collectionModel.selectedRow}"
    selectionListener="#{bindings.DynamicVO.collectionModel.makeCurrent}"
    rowSelection="single" id="t1">
    <af:forEach items="#{bindings.DynamicVOIterator.attributeDefs}" var="def">
    <af:column headerText="#{def.name}" sortable="true"
    rendered="#{bindings[def.name].hints[def.name].displayHint!='Hide'}"
    sortProperty="#{def.name}" id="c1">
    <af:outputText value="#{row[def.name]}" id="ot1"/>
    </af:column>
    </af:forEach>
    </af:table>
    and in Pagedef:
    <executables>
    <variableIterator id="variables"/>
    <iterator Binds="DynamicVO" DataControl="AppModuleDataControl"
    id="DynamicVOIterator"/>
    </executables>
    <bindings>
    <tree IterBinding="DynamicVOIterator" id="DynamicVO">
    <nodeDefinition Name="Dummy"></nodeDefinition>
    </tree>
    </bindings>
    but iam not getting the entire columns to be hidden.
    EmpoyeeID FirstName Lastname
    100 King
    101 Kochhar
    i firstname column to be hidden.
    Reg
    vini

  • How to hide the column in JTable

    Hi
    I want to hide a column . But I would be needing the data in that column. ( I have 4 columns )
    I want to hide 4th column
    I have done these steps
    MyTableModel  myTableModel= new  MytableModel(t);
    myTable  = new JTable(myTableModell);                 
    mTable.getColumnModel().removeColumn(myTable.getColumnModel().getColumn(3));When I trying to read the column 1 value it is giving the exception
    myTable.getValueAt(row,3).toString();It is giving the arrayboundexception
    Can anybody tell me what is the correct method to do ?
    Thanks and regards
    Anshuman

    Thanks for reply .
    I have taken the value as the convertRowToModel
    WalterLaan wrote:
    You get an exception because the table doesn't have a column at index anymore, but you can still ask the model.
    table.getModel().getValueAt(table.convertRowToModel(row), 3);
    But it is giving the same error
    java.lang.ArrayIndexOutOfBoundsException: 4 >= 4
         at java.util.Vector.elementAt(Unknown Source)
         at javax.swing.table.DefaultTableColumnModel.getColumn(Unknown Source)
         at javax.swing.JTable.convertColumnIndexToModel(Unknown Source)
         at javax.swing.JTable.getValueAt(Unknown Source)Edited by: techie_india on Jul 6, 2009 10:38 PM

  • How to hide the MS Word Web App in SharePoint Online Document Library

    Hi Guys!
    Badly needed your input on this scenario. I've created a document library in
    SharePoint Online but when I add a document I wanted the MS Word Web App toolbar
    to be hidden as I didn't want to have the document printed  and downloaded. Just want to have the file in read only mode.
    I've come across subscription to IRM of Office 365 as a solution but it's kinda expensive for this need.
    Any idea on how to resolve this scenario would be greatly appreciated.
    Thanks,
    Venus

    Hi!
    Even if I give a view-only permission to the user, still the print button is available and the document can still be downloaded to PDF file.
    Also, the permission rights given to the users of the document library is contributor. But after routing for approval and the content is approved. It should be read-only even to the one who authored the document.
    I've checked also IRM for a solution but unfortunately what we have is E1 package so IRM is out of the option.
    Thanks,
    Venus

  • PowerView option - Drill Down one level at a time also hide the columns other than the hierarchy columns

    Hi All,
    I have a simple PowerView report (Excel 2013) in which I have a hierarchy (three columns), an image column, and a Value column:
    When I change the Show Levels option to "Rows - Enable Drill Down One Level at a Time", image column also hide.
    I want to keep the image column displayed while drill down/up to the hierarchy.
    Is it possible? If yes, then how?
    Thanks & Regards,
    Muhammad Ehsan
    If this answers your question please mark as answer. If this post is helpful, please vote as helpful by clicking the upward arrow mark next to my reply.

    Hi Muhammad,
    According to your description, you have images at child level. Now you want to have the images displayed when have the child level items collapsed. Right?
    In this scenario, when you show the data in a matrix in Power View, those images, Size ID and Prices have been added into a child group. If we enable drill down, all the items within the child group will be collapsed. We can't change it at all in Power
    View.
    For your requirement, we suggest you design your report using SQL Server Data Tools in Reporting Services. In Reporting Services, we can have specific columns toggled by the parent item.
    Reference:
    Add drill-down to a Power View chart or matrix
    Drill-down Behaviour in Power View
    If you have any question, please feel free to ask.
    Best Regards,
    Simon Hou

  • How to Hide the Column Heading of BEx Query Output

    Hi Experts,
    I Designed  BEx Query for BO Xcelsius, at the time of showing Bex Report in  Xcelsius
    it is displaying the like
                 Calday           01.01.2010      02.01.2010.............
    Plant     keyfigure
    P1        Plan                 10                         9
    P1        Actual               8                          5
    P2        Plan                 12                          6
    P2        Actual               9                          4
    we need display without  keyfigure - row like follwing ( when we run report on analyzer it showing without  keyfigure - row,but problem is when we Run in web)
    Plant     Calday           01.01.2010      02.01.2010.............
    P1        Plan                 10                         9
    P1        Actual               8                          5
    P2        Plan                 12                          6
    P2        Actual               9                          4
    Or with out Header Row
    P1        Plan                 10                         9
    P1        Actual               8                          5
    P2        Plan                 12                          6
    P2        Actual               9                          4
    How can we achive this
    In Bex query design
    Rows - Plant, Key figures - Actual,Plan
    Column - 0Calday
    Thanks,
    Chandra

    We do not have any direct setting in BEx to do it. You can write a VB macro code in BEx to achieve this.

Maybe you are looking for

  • Error while Deploying Petstore.ear

    Hi, After installing Oracle 9ias, I tried to deploy the peststore.ear file.After completing all the steps given in the document, I finally clicked on the Deploy button on the deployment summary page.It is taking a lot of time for the process to compl

  • Spotlight doesn't search Word 2008 doc(x)s

    Though Spotlight doesn't have any problems searching within older Word files (all with the .doc extension), it does not search within the new Word 2008 .docx files. It does include the file names of .docx files, but doesn't seem to be able to search

  • Logical stopped applying logs after install STATSPACK

    Pl. help urgent Oracle 10.2.0.1.0 After installing statspack @spcreate installed sucessfully @spauto create job sucessfully But the Logical stdby stopped applying the logs with the following error message alert.log ================ LOGSTDBY stmt: gra

  • Docs For Process Chain

    Hi to all,     Iam new to Process Chains , can any body please send the step by step docs , it will really useful for me.. <b>[email protected]</b> Thnx & Rgds Chaitanya

  • Perplexed by gradient mesh

    I have used gradient mesh along time. Usually it does exactly what I want it to do so I never questioned how it worked. Today, I was working on a project and I can't seem to get the mesh to do what I want. So I went out to do some research and I can'