Hide the columns according to the guests?

Hello

I want to hide columns in a report according to the guests... For example, A, B, C columns in my report, I have and when I select a value for A starting prompt A display... If I select a value for one (all options), this column will shy away...

I tried to do with the preparation of different reports for each of them. But there is no useful for me...

Is it possible to do?

Hi Onur.

Maybe Vincent can be of any help to your problem:

http://oraclebizint.WordPress.com/2008/03/20/Oracle-BI-EE-101332-choosing-multiple-columns-in-a-column-selector-varying-multiple-columns-in-a-report/

Good luck

Daan Bakboord
Scamander Solutions

Tags: Business Intelligence

Similar Questions

  • How can I remove the guest account?

    I would just remove the icon from the screen that appears when I turn on the laptop.

    How to hide the guest account:

    1. Click Start and then click Control Panel.
    2. Click on user accounts.

    3. Under or pick an account to change, click comments.

    4. What you want to change about the guest account page, click on stop the guest account.
      from: http://www.petri.co.il/disable_the_guest_account_in_windows_xp.htm

  • 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.

  • Hide the PivotTable columns

    Hello

    I'm trying to hide the columns of the pivot table DYNAMIC.

    I want to show specific to the table columns.

    The values(ABC,PQR,XYZ) come from the unique column.

    acb.JPG

    For 2015, I want to show the PQR for 2014, I want to just show ABCand ABC and XYZ.

    Thank you

    Mayur_A

    Check your filter logic. Take a look at the above example on SampleApp406: ' Stockplus Inc. ' and 'Tescare Ltd' for 2010 were given, but because of the filter in 2010 only "Genmind Corp" is returned from the database and therefore the pivot see the value of this single column for 2010.

  • How to hide the column in a table in the adf.

    I created the table of the ADF and surround it in the collection of panels, the data in the table from the bean to support variable. Depending on the State, there are a few columns that must hide with the user. I used visible = "false", where the false value will come from backing bean. However the user to the table always have the ability to display the column. Is there any one to hide the column with the user at all times. Fixing the code example:

    < af:column sortable = "false" headerText = "column1" id = "c13" visible = "false" >

    "" < af:outputText value = "{row.columns1} ' id ="ot13"/ >

    < / af:column >

    Hello

    Use the rendered property?

    Concerning

  • Hide the values of the columns in the tables of the af

    Hi all

    I have a page with a table created using a basic VO EO af.

    I have a requirement where I need to hide the values in a particular column (see the empty value) for the given line when the value is greater than 100

    I tried the two expressions following groovy with failures. Can anyone suggest the phrase please correct groovy to achieve this

    Groovy expression Results
    #{row.bindings.JointAcNo.inputValue lt '100'}This hides values such as 2,3 as well (similar to a chain Treaty)
    #{row.bindings.JointAcNo.inputValue lt 100}

    crashes with the following error message

    Cannot convert the type oracle.jbo.domain.Number of class 0 class java.lang.Long

    ADF_FACES-60097: for more information, see the error log of the server for an entry beginning with: ADF_FACES - Exception during the PPR, #2 60096:Server



    JDev version - Studio Edition Version 11.1.2.0.0

    Hello

    The problem here is that the number 100 is java.lang.Long type and you compare it to #{row.bindings.JointAcNo.inputValue}, which returns the value of type oracle.jbo.number.

    To remedy this, you must convert 100 type oracle.jbo.Number. You can do this by writing a method in your bean managed as:

    oracle.jbo.domain.Number public getNumber() {}

    return new oracle.jbo.domain.Number (100);

    }

    Now, you can put your attribute visible/rendered as #{row.bindings.JointAcNo.inputValue lt yourscope.beanreference.number}

    The numer attriute in the beanreference automatically calls this value bean method and return of type oracle.jbo.Numer.

    Hope this helps,

    Assani

  • I can't hide the column grid overlay in Adobe Muse?

    Hello

    I would like to know whether or not I can hide the column grid overlay in the Muse?

    Reason is I want the faster preview as I can get, because I saw the page quite often.

    Usually, I click on Cmd - P and wait 6-7 seconds before the Web page is displayed in the Muse in preview.

    When I click on Cmp - E to generate HTML and jss files, it takes about the same thing.

    So I thought why not hide the column grid and watch the page as a preview immediately. Something like Cmd - W in Indesign.

    Is this possible?

    Under display: display / hide grid Overlay (5th from the bottom)

  • I have a document shared in the cloud. When users click the link, they see a column on the right of the document's details. How to hide this column (at least on the first charge)?

    Hello

    I would prefer that users who click on the link I send do not see the right column of document's summary information. Can I hide it? It is in order of appearance, no secret.

    Unfortunately, there is no way for you, the sender, to remove this default. I will submit your request to the product team.

    There is a way for the recipient to hide the right panel. Simply click on this button:

    (I realize that this is not what you're asking, but thought I would mention it.)

  • 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]

  • Some columns are exculded of hide the panelCollection function?

    Hi all

    All first of all CONGRATULATIONS to OTN developers/users of the forum for the new AVATAR in the forums. [clap... clap!]

    I use panelCollection for the hide and show columns in my table. There is now a primary key column in my table. What I want to do is, the user cannot hide this column never panelCollection/hide menu. Can this column be excluded in the menu visible in panelCollection?

    Jdev Version 11.1.1.6

    Hello

    You could do this so well featureOff. Check this: https://blogs.oracle.com/aramamoo/entry/what_does_featureoff_attribute_do

    Arun-

  • Hide the values in a column?

    Hi, I have this requirement to hide all values in a column and but not the Total of this column in the PivotTable.

    When I try to hide the values, he hides the Grand Total too... I need to show.
    Help, please.

    I use CSS Style - display: none for this particular column in PivotTable.

    Sigma sigin on PivotTable-> Format values-> text-decoration: none;
    For the column using the style css: color:rgb (242,245,249); or use display: none;

    Appreciate if you mark as correct

  • 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

  • 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

  • Hide the column in RPD problem

    Hi all

    We want to hide 3 columns in RPD and did the same thing in the permissions.

    However, we can still see them.

    Is someone can you please help me what could be the problem here?

    Regds
    Mano

    Hello

    Simply restart your services and check it once. It should work.

    Make sure that you restrict access to this particular user/group or not and also turn it off for everyone.

    Thank you
    Ananth

Maybe you are looking for

  • IMac goes wrong

    Hello I brought my Imac into Apple and they ran a diagnostic. I was told it was material matters, but everything came back fine. I explained to them that the computer is very slow. Browsers open slowly, when I type emails or documents letter letters

  • Samsung note3 does not ring when you receive a call

    The new version of Skype is bad. My operating system is 4.4.2 kit kat almost 100% of the time Miss l name because it does not ring. When I make a call and do it on the loudspeaker, it just for no reason rebascule on the speaker internal and if I'm on

  • Is my laptop Toshiba Satellite L new or second-hand?

    HelloHow will I know if my toshiba is new or used?

  • Cannot use the Terminal

    Hello I tried to uninstall a version of Java and got the instructions how to do the site of Java.  They said to sign as an administrator, click Terminal Server in public services and enter the 2 lines of command starting with sudo, but 1) when I get

  • AppStore appears not

    Hi all - when I click on the App Store, a blank screen appears. Rest of the Apple TV seems to work very well, including those that I downloaded previously. Ideas?