Hide/show a column in a report

Hi,
I'm actually looking for a solution to hide/show a column in a report (matrix form)in function of a parameter..
Using the conditionnal formating propertie to hide a column (return false) works, but the colmuns in the right side don't move.. It's not very pretty..
An other way could be to change the elasticity property of a column, and replace the data by "", but apparently, we can't access to this property by the srw command.
I really need a solution, else I'll have to produce as many reports as I've to hide columns...
Thanks a lot
Best regards..
DAvid
null

Hi,
I use 'decode' in sql statement. If your sql statement is applicable to this,you may use it. So you can choose which columns you want to use and also you can concatanate columns to make them one column.

Similar Messages

  • How to Hide/show the columns data while doing Drill down or drill up

    Hi ,
    How to Hide/show the columns data while doing Drill down or drill up in webi report .
    Does it possible BO 3.1 version ?
    Please suggest me on this.
    Thanks & Regards
    Venkat

    While that is not there yet, you can make use of the show when empty yes/no in combination with alerters.
    So I have an alerter applied to every cell of the table.
    When a condition is true (say I drilled down) I just put = "" in every cell, emptying the table,
    because its now empty and doesn't need to show, it wont.
    For the detail table I use the opposite, so when you drilled down it becomes visible...
    Hope this helps all that do not have 40 yet
    Good luck,
    Marianne

  • How to hide/show a column in reports 10g according to the parameter value

    Hi,
    I want to hide a column in the report according to the parameter value, is it possible?
    For example, there is a parameter called P_TYPE. I want to hide a column called 'BALANCE' if the P_TYPE=0.
    This column is not the last one in the table, so if it is hide then that empty space should be occupied by next column.
    Is it possible means please explain me how to do it?
    Thanks in advance,
    SAN

    Create a format trigger (for both the header and the column item) that returns False on you condition.
    Set the horizontal elasticity to Contract (for both the header and the column item).
    Sometimes Contract doesn't work. Try Variable in that case. This has the disadvantage that the field can also expand.

  • Hide/Show Create button on a report/form page

    Hi, I included one form and the related report on one page.
    When I create a new record, it will show in the report below.
    I make the ID column as the link, which assign the ID to the ID item in the form. DML will do the rest work for display.
    However I got a issue. when I click the edit button for one row, the create button doesn't disappear. Although it has a condition of "VALUE OF ITEM IS NULL". I un-hidden the ID item and it do have value when I edit some row.
    Is this because of some refreshing reason or...?
    Your help will be great appreciated.
    Edited by: Gadfly on 2009-3-16 下午8:02

    BTW, this hide/show pattern of 'KEY VALUE is null' works well when I use two pages(one form and one report.)

  • How to show/hide a link column in a report, depending on another column?

    Sorry, thread duplicated.
    Edited by: Andres Vilallave on 14-may-2010 15:31

    Hello,
    I had a situation similar to this. I had NULL selected in the column when I wanted to hide the link. Please find below more explenation:-
    <b>example report </b>
    Interactive Report
    Col1     col2     col3
    1          a1       a2
    2          b1       b2
    -           c1       c2
    -           d1       d2
    -------------------------------------------In the above Report <b><i>col1</i></b> is a link . Upon clicking this, user should will be directed to Page XX
    so, when data in col2 of report is c1 or d1[can be a different display condition, you may want to implement this with CASE or anyother SQL construct] , I selected NULL which will not show the link.
    so, my point is, if the SQL you have in the INTERACTIVE REPORT is creative enough to have NULL in the column, Link is not enabled.
    Hope I got your problem correct.
    Thanks,
    Chaitu.

  • Hide/Show the column content

    Hi Guys,
    Is it possible to show /hide the column contents on particular conditions for a dataTable??
    In other words, there may be a situation where I wanted to hide the object for row1 but not for row2
    I tried with setRendered method. But the problem I am facing is for all row values the last condition is applying
    Please let me know the answer at earliest. Otherwise any alternate solution is also OK
    Thanks
    Sudhakar

    Hi JIM,
    Thanks for reply.
    Yesterday only I got the answer. Thought to post my idea here but got delayed.
    After posting this question, I did some investigation on how dataTable component works.
    Instead of using DefaultDataTableModel i have binded my own bean array which has pre computed values.
    Now it is working fine
    Thanks & Best Regards
    Sudhakar Chavali

  • How can I show groupped columns inisde Diadem report ?

    Hi,
    I am trying to show some values inside a Diadem report. I must show then in a similar way as "groupped columns" inside Excel, comparing different values in columns, just one columns next to the other one, but I do not know how I can manage it inside Diadem. With "bar" and outlined bars, all the columns are located at the same X point, so it is not the same as in Excel. How could I compare values of differet columns?
    Thanks for your collaboration

    Hi koniker,
    Do you mean Y offset? If so, you can do it, but it's not a built-in feature, so again, you would have to shift the Y values up or down by Delta with the FormulaCalculator prior to graphing.
    Normally multiple values occurring at the same X axis point are displayed either as lines and/or symbols. Bar graphs come up occasionally in DIAdem, but they're much more important for business graphing needs, thus the strong support of them in Excel.
    What's your use-case? Are bar graphs the only acceptable choice? I can create and send you VBScript code to shift the bars either in the X direction or the Y direction, as you wish, if that's the optimal diplay. It just won't be a built-in feature.
    Regards,
    Brad Turpin
    DIAdem Product Support Engineer
    National Instruments

  • Hide/show a column for some users in SSAS tabular

    Hi,
    I have a requirement to show one of the columns in a table only to some of the users. I know SSAS tabular only supports row level security. The only solution I came up with yet is to create two different models. Unfortunately this wastes a lot
    of expensive RAM in the server. Is there a better way? Some kind of work-around? ;)
    Best Regards
    Ulf

    One other way is to embed the security level into the table. You can do this by adding a "security_ID" into your structure and join it with a security table and join this to a security table which has a junction of Tablecolumns/User or TableColumns/UserGroups. 
    The next step is to use a Case When in your sql query  and make a decision to show null or real data for any column. 
    Business Intelligence Architect

  • Hide or show column from a report region based on user logged in

    Hi,
    I have this criteria, where I need to display a column on a report page but depends on the users logged in ( APP_User).
    On the field(column page) there is the Conditional Display option
    Conditional Display
    Condition Type: I choose the option where "item value in Expression 1 = expression 1
    *Expression 1*
    App_USER
    *Expression 2*
    I need to add 4 user names here that they allowed to view that column
    My question is how to list the names in expression 2 field, it worked when I added one name, but when I listed 4 names separated by comma, it didn't work.
    I appreciate any help or any solutions from you.
    Thank you.
    Sofia

    If you use "Text in Expression 1 is contained in the Value of Expression 2" then you can provide a comma-separated list. The only thing to watch out for is if you have a user "Bob" and a user "Bob Smith" then you will get a match on "Bob Smith" for the user "Bob"

  • Drill down hide/show report on same page

    Hi,
    Is it possible to create a drill down report where instead of linking to new pages, the details can be displayed using hide/show buttons on the relevant columns? For example, if you have the following fields:
    Region
    Country
    Division
    Account
    Order
    Product ID
    Product Price
    Would it be possible to ,by default, have the report only show distinct regions. By clicking an expand button on a particular region, it's countries are displayed. By clicking an expand button on a country, its divisions are displayed,etc., eventually being able to drill down to order details.
    This seems similar to a tree to me, although I have not used trees before. However, from the way I understand the structure of hierarchy in trees, the way this data is structured it would not be possible through a tree.
    Any ideas? If not I can just settle on a standard drill down report with links to new pages, but if the above is possible it would work much better for my users.
    Thanks

    FJW,
    Yes, it's possible. We typically refer people to this demo from Carl to get an idea of how it can be accomplished:
    http://htmldb.oracle.com/pls/otn/f?p=11933:13
    Regards,
    Dan
    http://danielmcghan.us
    http://sourceforge.net/projects/tapigen

  • Hide column values in report

    Hallo,
    I have created a SQL Report which contain some column, and created a checkboxelement and placed it above the Report.
    waht I want to do, is to hide data from column1(f01) when the checkbox is checked, the column header have to remain displayed.
    I tried it with javascript but it doesnt work maybe i am doing something wrong
    any Idee?
    Many Thanks.
    Edited by: user10773430 on Oct 18, 2009 7:51 PM

    Hi,
    Now I don't know why you need to show the column heading if data won't be shown, but maybe it is something the client thinks it's something "nice" to have.
    Anyway, look at this example that shows/hides entire column depending on the selected value of a check box ( in your case LOV) .
    http://apex.oracle.com/pls/otn/f?p=31517:78:1494600569809382:::RP,::
    You can tweak it as follows:
    Assume in your report you have 2 columns (col1,col2) that you want to be shown/hidden depneding on that LOV , create duplicated of these coulmns ( col1_2 , col2_2) that shows "null" values and are hidden at page load.
    Then tweak that provided code to show the "duplicate" coulmn and hide the original column if corresponding value was seleced in the LOV...something like :
    Col1   Col1_2      Col2           Col2_2
    Mike               Manage
    John              Accountantat load it will look like :
    Col1        Col2         
    Mike       Manage
    John      AccountantWhen LOV selects col1 to be hidden , it will hide col1 and show col1_2
    Col1        Col2         
                Manage
               AccountantHope this helps!
    Sam
    Please reward good answers by marking them correct or helpful!

  • 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 / Show Column in Download to CSV

    Hi,
    I have an IR where I have to show a column in report, but hide it while downloading to CSV.
    I get this by having a condition on this column -
    NVL(:REQUEST,'EMPTY') NOT IN('CSV','XLS','PDF','XML','RTF')  I also have a column where I have to hide it in the report, but show it while downloading to CSV.
    I am able to hide it, but this column doesn't show up while downloading.
    I am using this coundition on this column
    NVL(:REQUEST,'EMPTY') IN('CSV','XLS','PDF','XML','RTF') APEX - 4.0.2
    Thanks.

    Please Update on this..I have a same query as above..Thanks

  • 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

  • Showing Multiple dimension columns in same report

    We need to show revenue data in one report (pivot table) with column headings as Month, Qtr and Year coming from the same dimension.
    The Report should be like,
    Jul Aug Sep Q3-2007 2007
    Revenue
    We are able to create separate views for month, year and quarter in the same report but we need all of them to show up in one line in the same view. If we create 3 separate views then they are not correctly aligned on the dashboard page. Can we create a single view using these columns.
    Any suggestions on how to solve this?
    Thanks.

    use min(month), min(month)+1 , max(month) , quarter, year at qurter level report

Maybe you are looking for

  • How do I get firefox to stop telling me it stopped the web site I am on from opening a new window even though it has gone to the next page I have clicked on?

    This happens even on my banking sites and bill pay sites. The little bar comes down at the top of the page. Gives me the option of allow, when I right click it does not do anything. I have to click the x or allow to make it go away.

  • Flash Video / XHTML

    When I use the Insert > Media > Flash Video function in Dreamweaver CS3, the code that is automatically generated does not validate as XHTML. The errors are mainly in the code I have copied below. Here are some of the errors I get when I try to valid

  • What's the maximum cpu speed?

    My KT3V manual says that I can use 2.8GHZ CPU or higher. Mine is a 1.7GHz one. What's the limit to the above "higher". I have heard that a friend of mine uses a KT3V with a 3.2 GHZ (the latest released by MSI) Thanks for claryfing this to me J. Mulet

  • Using output type ET01 for Material Label

    Hello, We are looking to implement a label for Deliveries through various processes which include manual and MIGO. We have already implemented the GR label using the output type WEE1, however, we need to implement another label for Goods Issue as wel

  • Controlling PPT animation timing in Captivate 4

    I imported a PPT to Captivate.  I want to control the timing of the PPT animations, but each object just comes in quickly - one after another.  Is there a way to control this and have each object come in when I want it to? Thanks, Howie