Is it possible to hide / show columns in the dashboard?

Hi all

It is my very first post in this forum OBIEE.

My requirement is to allow users to select what they want to see answers of columns asking in dashboard. For example in the application of responses he is 10 columns and 5 of them are hidden. Is it possible to change this property hide these columns hidden in the Dashboard?

Thanks in advance.

If you are thinking about a multiple selection prompt that has your names of columns as values, then no, you can't. But don't forget to uncheck the "Automatically refresh when a new column is selected" at the top of the display of the column selector. This will allow your users to choose all the appropriate columns before clicking on the button 'Go '. Which ' forget to mark the message useful (s) (at the top right of the post there) If you helped.

Thank you!

Edited by: David_T May 21, 2010 07:08

Tags: Business Intelligence

Similar Questions

  • Master-detail-shape; Hide/show columns in the form of details according to the column

    Hello

    I have a form master detail. In the long form, I have the columns:
    ID, MASTER_ID_FK, PC_SOURCE, A_C1, A_C2, A_C3, B_C1, B_C2, B_C3

    The PC_SOURCE of the column must be a LOV with values
    NULL VALUE
    A
    B

    So if I choose or enter a master record the detailed form appears and I can enter one or more detail records.

    PC_SOURCE is the first column.
    If I choose one, the columns B_C1, B_C2, B_C3 should disappear as there should be no possible entry.
    If I have B, A_C1, A_C3, A_C2 columsn should disappear as there should be no possible entry.

    Is this possible?

    I tried a bit of my own, but without success. I tried to put in the first column (lov SOURCE PC) in the attributes of the element a javascript call like onChange = "do_Refresh('#PC_SOURCE#'); »

    The javascript funktion do_Refresh tries to grab the value of the column and the value of a hidden item P1_SOURCE as document.getElementById('P1_SOURCE').value = v_source;

    But this does not work, because there is not the value of the recovered column.
    And probably can´t work because of more lines of a detail.

    Thank you and best regards,
    Matthias

    Hello

    The html code of your detailed form will be an array of the elements of entry with names f01, f02, etc.. The columns of the key of the fields are normally hidden, so your PC_SOURCE column will probably use the name f03. A_C1 column name will be f04 etc.

    Once you have the input names for your columns, you can create a dynamic action (DA) to hide the items you want.

    You want the DA to fire when any element PC_SOURCE is changed if you want when to be:
    Event: change
    Selection type: jQuery Selector
    jQuery Selector: input [name = "f03"]
    Condition: no strings attached

    The action is to hide an element in the same line, if the changed item is a value. The action must therefore:
    Action: Run the JavaScript Code
    Fires when the event is: true
    Code: if(this.triggeringElement.value=="A") {$x_Hide ('f04_' + this.triggeringElement.id.split ('_') [1])}

    You then need a lot of real actions for each item that you want to hide.

    Rod West

  • How to hide a column in the report when there are only zeros.

    Hi Experts.,.

    Is it possible to hide a column in the report when there are only zeros.

    Thanks in advance
    Vincent

    Vincent Krishna wrote:
    Hi Experts.,.

    Is it possible to hide a column in the report when there are only zeros.

    Thanks in advance
    Vincent

    No out-of-the-box, but there are several workaround solutions if you want to continue an any of them:

    (1) use a view selector. A single report will be a pivot table with the column, the other will have the same report less column. Users can switch reports.

    (2) use a column selector. The two choices would be this column or an empty space. If white is chosen (because the user has no values), the column "will disappear" according to the report.

    (3) guided use NAV. This method involves the intervention of the user. Build a small report using the single column and put a filter "is not equal to" 0. Because there is only a single column, so all lines are 0, the report returns no rows.

    Use this report in the properties of guided navigation from one section of the dashboard. Assign to this "If the report returns lines" and put the report that contains the column in this section. Now add another article on your table edge and in the properties of guided navigation of this section, set on "If the report will return no rows" and it points to the small report as well. In this section, put a second version of your report without the column in it.

    When the column contains all zeros, the second section with column will not display in it; the first section is not displayed. When at least a line contains a value not zero, the first section is displayed with the column, and the second part will not be.

  • Possible to hide / show the slideshow captions?

    Is there a way to hide/show the captions in the slide show? I would like to make something similar to this: http://www.geschewuerfel.com/GalleryMain.asp?GalleryID=117628 & AKey = DSWC4N8C . If you click on one of the images is full screen, then the 'i' button below will reveal the legend.

    Hello

    You can try to use Lightbox composition and then insert balloon in the container box.

    In the ToolTip settings, select stacked position and transition as vertical, it would be a similar effect as you mentioned. Organize the legend, the buttons of navigation in the same area when it should appear as inline.

    Thank you

    Sanjit

  • Hide / show column for download in CSV format

    Interactive report how to include a hidden column of the report for download file (CSV).

    For example, if I have the 'Note' field, which is hidden in the IR, but what happens if I need this field to downloaded. CSV file.

    Thank you

    Copied OK delete now

  • Tabluar form hide/show items on the loading of the page

    Hi all

    Apex 4.1

    I use JS to display or hide fields, based on the values of other fields, cela in a tabular presentation. So it is used as a work-around as dynamic actions are not able to do out of the box on tabular forms (that I know of).
    The code I use is something like this:

    In the page header:

    function test (pThis) {}
    get the index of line curren on changes
    var currIndex = $('select[name="'+pThis.name+'"]').index ($x (pThis.id));
    If (pThis.value < 0) {}
    . style.display $('input[name="f06"]') [currIndex] = 'block ';
    }
    else {}
    . style.display $('input[name="f06"]') [currIndex] = 'none ';
    }
    }

    In the attributes of the item in the column 'source '.
    OnChange = "JavaScript:test (this); »

    This fires that when the source column is changed, but not working when you load at the start page when it is filled with already stored reports. So it works only when a field is changed to the hand.

    How can I force this action shot the loading of the page so the rule (hide fields) also gets applied to existing records?

    Concerning
    Bottom

    Down de Klerk wrote:
    Hi all

    Thanks for the comments.
    So far I m unable to make it work. Fire code (debug using alert messages, and these show upwards), but the suggested procedure does not work.

    I tried all kinds of entry points, as for example the test via dynamic when a button is clicked, tried action on loading the page, and also via the $(document) .ready (function
    The function is executed and nothing happends, no error does not code so should be ok.
    I'll investigate further and let you know what happends. Don't know if the class type of the associated field f06 might have something to do with it, but one is LOV/Select list type

    This code is looking for input i.e. text, checkbox etc and will not find a slelect list.

    You must change the jquery like this selector

     $(document).ready(function () {
          jQuery.each($('select[name="f06"]'), function () {
               hide_field(this);
          });
     alert("function executed");
     });
    
  • Trying to hide a column but the header reappear on the following pages

    Hi all

    Here is my little problem, I have a table, a bit normal. What I try to do is the following:

    I wish I could hide a full column based on the data. I was actually able to hide a column, but my problem is that when the table breaks into a second page, "header cell" on the second page of the column I hid reappear.

    Here's how I did my stash:

    -In table Initialize script, I check a condition, and if this condition is met, I'm hiding the header cell.

    If (Verif.name4_we.rawValue == "" or Verif.name4_we.isNull) then

    HeaderRow.Cell3.presence = "hidden".

    endif

    -For normal lines, I always check the same exact condition and if the condition is met, I hide the cell.

    If (data. Page1.test.Table1.Verif.name4_we. RawValue == ' ' or data. Page1.test.Table1.Verif.name4_we. IsNull) then

    .its presence $ = "hidden".

    endif

    This facility works pretty well if I only have one page:

    Before.png
    5 is my header name (I know it might be confusing, I'm sorry), it's page 1, column 6, and 7 are in fact hidden.

    It's what happens on the following pages:

    after.png
    As you can see, only the header reappear, you can clearly see that the elements are still hidden, but because the header appear, it looks
    as there was a full column.

    Does anyone have an idea of what could be my problem?

    Thank you very much!
    Max

    Are you able to change the width of your columns?

    This is the last trip, I did:

    You must first, double-click the rule to open the palettes of drawing AIDS (or go into the top-> palettes-> drawing AIDS menu) and set the units to Points.

    You need tables and a structure, a table which will show real information and a structure that will be imported into your program with the correct width (column DialogResult.Cancel will have a value of 0.001 in the structure). The structure is hidden in the page layout.

    In your table initialize script, write something like this:

    Set the width of columns by using our structure.//Empty imported have a width of 0.001

    var width = Concat (data. Page1.struct.Col1, "pt."

    data. Page1.struct.col2, "pt."

    data. Page1.struct.col3, "pt."

    data. Page1.struct.COL4, "pt."

    data. Page1.struct.col5, "pt."

    data. Page1.struct.col6, "pt."

    data. Page1.struct.col7, "pt."

    data. Page1.struct.COL8, "pt."

    data. Page1.struct.col9, "pt."

    data. Page1.struct.col10, "pt")

    Table.columnWidths = width

    Explanation: You concatenate each rawValue of your table that contains the width of your columns with "pt" (the unit), in this way, you can set the widths of all columns in a single command (Table.columnWidths = width).

    This should resize the entire column, including the header. (It works on my side)

    Don't bother to ask if you have any other questions

    Max

  • Is it possible to hide a button on the screen

    Is it possible to hide a button... I mean I want to create a button and hide... Button should not be visible on the screen... butfocus to go...

    Also, you can use NullField late Manager to scroll down.

    NullField nullField = new NullField(Field.FOCUSABLE);
    

    Concerning

    Bika

  • Hide/show agrregates in the PivotTable based on click of a button

    Hello

    I have a PivotTable in which I view aggregates.

    Is there a way to hide/show the aggregated based on click of a button.

    Thank you

    Anil

    It worked:

    To remove totals:

    cubicEditor.removeLayer (DataDirector.ROW_EDGE, 0);

    Def LayerDefinition = new LayerDefinition("OrganizationCode");

    cubicEditor.addLayer (DataDirector.ROW_EDGE, 0, def);

    To show totals:

    cubicEditor.removeLayer (DataDirector.ROW_EDGE, 1);

    cubicEditor.removeLayer (DataDirector.ROW_EDGE, 0);

    LayerDefinition layerDef = new LayerDefinition ("OrganizationCode");

    TotalDefinition td = new TotalDefinition (AggType.SUM, "OrganizationCode", AggLocation.BEFORE);

    layerDef.setTotalDefinition (td);

    cubicEditor.addLayer (DataDirector.ROW_EDGE, 0, layerDef);

    layerDef = new LayerDefinition ("ItemName");

    cubicEditor.addLayer (DataDirector.ROW_EDGE, 1, layerDef);

  • Hide a column, if the total of column is 0 (zero)

    Hello

    I'm trying to hide the entire column if the column total is 0.

    Model example:

    NUM

    IF Amt1 end if

    Amt2

    IF Amt3 end if

    F NUM

    IF $0.00 end if

    $0.00

    IF $0.00 end if E

    Totals

    IF $0.00 end if

    $0.00

    IF $0.00 end if

    Sample data:

    NUM

    Amt1

    Amt2

    Amt3

    10 P

    108.25

    28,00

    0.00

    0020445.000.00003100.12472.000.00004145.00872.000.000054:30 pm25.320.00

    I use the below expressions that does not work.

    <? If@column:sum (amt1)! = 0 ? > <? amt1? > <? end if? >

    <? If@column:sum (amt3)! = 0 ? > <? amt3? > <? end if? >

    I want to hide the entire cloumn Amt3 and leave the '0' at such amt1 what. Any help would be appreciated.

    You can try as

    before the table do the sum (amt3) column using the variable and store that value in a variable, then use this variable as u stored the value of the sum (amt3) column.

    F cal variable to get the sum of column E of amt3

    NUM

    Amt1 end IF

    Amt2

    Amt3 end IF

    F NUM

    If $0.00 end if

    $0.00

    If $0.00 end if E

    Totals

    If $0.00 end if

    $0.00

    If $0.00 end if

    Then use

    If it doesn't work for you send me xml and the model to my email, I can try on my side and send model u updated.

    my email: [email protected]

  • hide a column in the report

    HI Apex community
    I want to hide a column in a report based on an item(#item#) of the same report.
    for ex, if the Bill is zero line DUE to hide then this particular customer
    I tried with the condition is null value equal to #invoice # but it hide the entire column instead of individual columns.

    Pls suggest me how to implement this.


    4.1.1 Apex oracle 11 GR 2, oc4j, linux.


    Thank you

    Well Yes, I had this problem once - it happened only in some browsers.

    I do not think that I solved it with great elegance, only by obscurity

    NVL2 (my_value, ' / i/blank.gif ',' / arrow_down.gif/i ')

    then set the target page as a result.

    In theory, I think you could add an id to those you want to hide, and then run some jquery to hide all items.

    Scott

  • How to set ' hide / show ' regions during the loading of the Page mode 'hide '.

    How to 'Hide' under regions on a page on the loading of the page, but don't show the region above in mode 'show' on a page?

    I have multiple regions, one under the other on a Page. All models on those who are assigned to the regions 'Hide and Show '. When the initial page loading - my goal is-displays only the Top more Region in "Show" mode, while setting all the other (regions to 'Hide' in low mode).

    Can someone please suggest ideas on how to achieve this? Dynamic action? or other approaches? Examples/steps please would be greatly appreciated.

    My request for a theme is set to 23 Crimson. Apex 4.1.x

    Thank you.

    VSKumar

    Hello

    What needs to be done is:
    Set up the STATIC ID for all regions with the exception of the first region.

    For example:
    REGIONTWO
    REGIONTHREE
    REGIONFOUR
    REGION 5

    Then go to the properties of the Page to the section head and footer. In the footer section, add the following:

    
    

    You can for example see http://apex.oracle.com/pls/apex/f?p=60428:5

    P.S. If you switch to another topic you should check if the classes are the same. Otherwise it will not work.

    Kind regards
    Aljaz

    Published by: Aljaz on 6.3.2012 0:04

  • Column in the dashboard selector

    How can implement us a column Chooser in the dashboards as below?  Is there a way to tweak to get the column Chooser in the dashboard?

    Dahboard1.JPG

    Thank you!

    I don't really know why you can not have two reports you decide to display in an analysis (where you are then able to use a column for both selector) since the only thing they do not appear to have in common is the measurement column, but you can always get what you're trying to do by creating a line of dashboard and use it as a column selector.

    1 - create a dashboard quickly with a prompt variable and set the values you need. For example for the purpose, I use the values of 'Company' and 'Brand '.

    2. in your analyses, create the following formula in the column you want to act as a column Chooser:

    BOX WHEN ' @{pv_column} {company} "= 'Society' and 'Offices', THEN '. '" D4 Company' WHEN ' @{pv_column} {company} "= 'Brand' AND 'products'". "" P4 Brand' END

    3 - all put together in a dashboard page and you should get the following result

    If I understand what you want well, that should do the trick.

  • Interaction of value of navigation from one column to the dashboard prompt

    Hi all

    I am fairly new to OBIEE and employs 10g. Currently, I am trying to format our dashboard to track usage. So, I have a report that I want to be able to select a column ("dashboard") and use navigation value interaction or another method to pass its value in a quick dash in a different tab, so I can sort by this column ("Dashboard") for the six reports it. I can get the navigation to work tool to go to another report or dashboard, but it will not filter by the selected column, nor can I get it in the dash line. I was search the forumns and google like crazy, and can happen anywhere... This funcationality still exist?

    Any help would be much appreciated!

    M

    941044 wrote:
    Hi all

    I am fairly new to OBIEE and employs 10g. Currently, I am trying to format our dashboard to track usage. So, I have a report that I want to be able to select a column ("dashboard") and use navigation value interaction or another method to pass its value in a quick dash in a different tab, so I can sort by this column ("Dashboard") for the six reports it. I can get the navigation to work tool to go to another report or dashboard, but it will not filter by the selected column, nor can I get it in the dash line. I was search the forumns and google like crazy, and can happen anywhere... This funcationality still exist?

    Any help would be much appreciated!

    M

    Try this:

    (1) create a small report with a single column, the column that you use in your source in relation to the Interaction of the value.

    (2) on your six reports, put a filter on the same column, conversion to the "filter based on another request.

    (3) points to the report small and the column of the report.

    Your reports will be properly filtered.

  • Hide/show columns only when exporting to CSV on an IR

    Hello

    I would not include a column displayed in my interactive report when you export one. CSV.

    I've seen on the blog of andy that it is possible to do it on a region in relation WWV_FLOW.g_excel_format = false;

    Is is it possible to do it also on an IR with something else?

    Thank you

    Published by: Ujitsu on June / 09/2010 20:00

    Hello

    You can set the column conditionally by request.
    For example the condition function body of PL/SQL returning a Boolean column set that you do not export

    RETURN NVL(:REQUEST,'EMPTY') NOT IN('CSV','XLS','PDF','XML','RTF');
    

    I have some examples here
    http://Apex.Oracle.com/pls/OTN/f?p=40323:63
    EMPNO column is not exported by the report

    BR, Jari

Maybe you are looking for