Hide a row in the PivotTable according to State

Hi, I use PivotTable that is in below format.



I - date 1 | day 2 | day 3 | new calculated item

measure 1 v1 v2 v3 v4
measure 2 v5 v6 v7 v8
measure 3 v9 v10 v11 v12
measure 4 v13 v14 v15 v16




now I need to hide the date 2 (IE v2, v6, v10, v14) column in the PivotTable, (which is actually a value in a row to a column named as_of_date)
is it possible.
Please let me know the solution.

then use presentation variables val1 in the command prompt and use the filter

asOfDate is equal to {val1}

or asofdate is not equal to {val1}

According to your needs.

Tags: Business Intelligence

Similar Questions

  • 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);

  • set the height of the rows in the table according to the integer value

    Hello.

    jdev version - 11.1.2.3

    My requiremnt is that I have an integer input value, when I provide a value for it assumes that 10, then only 10 lines should be visible on the rest of the table should come when scroll us. Basically, I want to adjust the height of the lines on the change in value of my entry value providied.

    Thank you

    If the counter returns a number, you can convert entire

    public void button(ActionEvent actionEvent) {
    Number n = spinbox.getvalue();
    table.setFetchSize(n.intValue());
    }
    

    Timo

  • Hide columns in Table B, based on values LOV in another row of the table:

    Hello

    Jdev 12.2.1.0

    I have two tables A and B and I hide columns b based on the value of row of table A LOV. For example, I have a line in A table that has a column with the x, y, z values lov. Now, if I select the row in the table has and change the LOV to x, I had to hide some of the columns in the table (B) is there a way to get this feature? Any help would be appreciated.

    Thank you

    Assume:

    1 table a call "DepartmentId" column this column has LOV.

    B 2-table a column "ColumnInB" this column will be visible depending on the value of "DepartmentId".

    Try to do the following:

    1 - from data controls, drag "DepartmentId" attribute and drop it on the page as inputText then together make this inputText to false (you can remove it, but don't forget the corresponding binding in pageDef. not deleted).

    2. copy the value of the inputText which will be as "#{bindings." DepartmentId.inputValue}"and go to the"ColumnInB"column and visible property beyond the copied value.

    3 - the ColumnInB visible will be the condition as:

    4-set DepartmentId autoSubmit = 'true '.

    5-set table partialTriggers table B has id and id of DepartmentId LOV

  • Hide/no equla to the last row of records

    Hello

    I mentioned below records in Mount so each time I have select any mount it should now show the last line of this mount i.e. test No-3
    all records of Assembly that will not display the last rank of the number of test

    Mount day test_No and org2 to org3 org4 org1
    299,00 1 0 1 1 0 7186
    299,00 1 0 2 1 0 7186
    299,00 0 3 3 0 7186
    298,00 0 4 1 0 7186
    298,00 1 0 2 1 0 7186
    298,00 1 1 3 1 0 7186

    You want to show or hide the last row?

    If you want to display only last row, use the following query...

    select mount, day, org1, test_no, org2, org3, org4
    from
    (
      select mount, day, org1, test_no, org2, org3, org4,
               row_number()
                    over (partition by mount order by test_no desc) rn
      from your_table t
      --"Use the below filter if you need"
      --where mount = &your_value
    )
    where rn = 1;
    

    If you want to hide only last row, use the following query...

    select mount, day, org1, test_no, org2, org3, org4
    from
    (
      select mount, day, org1, test_no, org2, org3, org4,
               row_number()
                    over (partition by mount order by test_no desc) rn
      from your_table t
      --"Use the below filter if you need"
      --where mount = &your_value
    )
    where rn != 1;
    

    Published by: JAC on 7 February 2013 15:58

  • Show or hide the rows of the datagrid

    Gidday

    I have color of the lines of code in a DataGrid as a status property in the dataprovider for each line.

    I would also like to have the option to tick a checkbox to show or hide State 3 lines.

    This would be possible with a dataprovider, or I have to keep two dataproviders - the one with the 3 State and the other without the swap the dataproviders depending on the State of the checkbox?

    Thank you guys

    It is possible, but you would probably have a custom cellrenderer class.

    It would be easier to use dataproviders filtered to show/hide some rows.

  • 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

  • Sort the rows in the pivot table

    Hi all

    I have a category, grade and region columns sales and I want to use the PivotTable to display the category, region and sales values with category sorting by column rank, however I don't want to display the value of ranking in the PivotTable.

    The XML is already sorted according to their rank, but in the PivotTable, it is sorted by category name.

    Thank you

    Sushil

    You can change the code below, so that you can sort by rank, even if you do not rank display.

    CATEGORY_NAME{ROW, o = a}'; REGION {o = a, t = t} '; ' SITECOUNT ';' amount '? >

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

  • Can not put any desktop icon in the row of the bottom on my screen...

    Windows 7 64 x
    My the desktop resolution is 1920 x 108. I have my taskbar on the right and it's on auto-hide mode. I can remember, I have also put articles on the last row of my office (where the taskbar should normally be). But now, for some reason, I can't any more, or rather I can but it looks really boring like half of the image of the icon does not and therefore is not displayed just in his name. Help, please! : P

    (I tried spacing icon in the advanced settings, does not :/)

    Hello

    Thanks for posting this question in the Microsoft Community.

    If I understand correctly, you are not able to arrange the icons on the bottom row of the display.

    To help you to propose measures to solve the problem, I would appreciate if you could answer the following questions:

    1. What is the brand and model of the computer?

    2. Since when are you facing the issue?

    3 are you aware of any changes made to the computer before the show?

    You can try updating the video card drivers and check if it helps. Visit the manufacturer's Web site or use the link provided.

    Here is a link with the right information on the desktop. You can also see the article for more information about the Office Customization.

    Hope this information was helpful and let us know if you need more assistance. We will be happy to help you.

  • Get the values of default table row when the page loads

    Hello

    I am running JDev 11.1.1.7. We have a page that contains two tables in a relationship of the master / detail of nickname. We can do a real master ADF / detail with view items related because the query for the 2nd table is complex and works best when queries with binding settings. The View object for the 2nd table has a request with 2 link params as it can get in the first table. Thus, when a line is selected in the first table we want to execute ExecuteWithParams on the object from view of the table 2. We do it in the Bean managed for the page in a method that is the selection to the first table listener. It works fine except when the page initially loads, the first line is selected by default. When the default value is selected the selection listener is not triggered.

    I've seen the suggestion of not having a line selected by default when the page loads by removing the value selectedRowKeys on the table. However, we do not want that the 1st row of the table secondary master to be selected by default and we as the table of detail to show the correct corresponding lines.

    Steve

    Steve,

    Not really sure when you say that the 2nd table is complex and may not use the master detail. If the settings link in the parent table, you can set the ViewLink accordingly and it should work, right?

    In any case, if you're after the execution of methods on the loading of the page, you will find the links below.

    If it's a working group, you can add a methodCall as activity by default and UTF, you can use phase listener (if listener server does not).

    https://blogs.Oracle.com/aramamoo/entry/an_epic_question_how_to

    Advice from the Oracle Johny: ADF: how to run the ViewObject with a ViewCriteria on the PageLoad in Application Web ADF

    It will be useful.

    See you soon

    AJ

  • Number of columns in the PivotTable to BEEP

    Hello

    I'm not able to add more than 4 columns of the PivotTable of BI publisher. How can I add?

    Tried to add in the model WORK RTF too... max, I can add is of 4 columns to dimensions of the PivotTable list.

    Thank you

    Through the wizard, only 4 columns can be added to the max. But you can add as many required column by manually.

    Customizing PivotTable is delicate, please share your xml data (also mention, which are columns in the row and column wise) and we will work it out.

  • ADF Table how to change the color Selected row in the array unfocuse.

    Hi all

    I have a requirment where I select the row of the table ADF and unfocuse on the table.

    According to the framework it gives me the light yellow color.

    How can I change this color with another color.

    Pls suggest.

    Thanks to Advans

    Barry Mucheli.

    Hello, Barry Mucheli.

    To change the color of the selected row when it loses focus, add the following code in your skin css file.

    AF | : the table-row data: selected: inactive af | : the column cell data

    {

    background-color: Green;

    }

    RFH.

  • Measures by lines in the PivotTable? OBIEE 11 g

    Hello

    Is it possible to display the measurements that the lines and columns attributes? I have only one value in my attribute columns.

    example:
    --------Company(Oracle)-----Country(India)
    Sales        100                  20000
    Units         50                  40000
    Thanks in advance.

    869650 wrote:
    Hello

    Is it possible to display the measurements that the lines and columns attributes? I have only one value in my attribute columns.

    example:

    --------Company(Oracle)-----Country(India)
    Sales        100                  20000
    Units         50                  40000
    

    Thanks in advance.

    In the PivotTable, you have a column for rows, columns and measures.

    Try this:

    Place labels of measurement in the lines section, the column of company in the columns section and your measurements in the action section.

  • Limit the number of records in the PivotTable

    Hello

    How can I display only first 10 runners in a custom report?

    Thank you.

    Hi Luis Simioni

    It is very very very simple.
    Select the State of the active or active history
    Include columns, the name of the account, active, quantity and once again the amount.
    In the fourth column of quantity, please apply the formula (partially fx) RANK ('-quantity "." ") Quantity per account. The account name')
    After the application of the formula, you select the filter lower at 11.
    You can hide the fourth column.

    The RANK function would rank each asset based on their quantity. We apply the sentence per account. "" Account name " while the ranking is done separately for each account name. We then apply the filter under 11, while only 10 records are displayed in the report.

    Once the number of records is limited, then you can apply the pivot accordingly and get the result.

    Let me know if you are still facing problems.
    You can send me to [email protected] for any question.

    Kind regards

    Paul

    Published by: Paul-CRMIT May 19, 2011 11:17

Maybe you are looking for

  • Satellite L555-10R - support quad-core processors?

    Hello I'm new to the forum. I have a Satellite * L555-10 * and I would like to know (* 1) * what kind of motherboard, it is equipped and(* 2) * that supports the processors quad core (for example intel Q9100) I used the CPU - Z software, but he has n

  • Back button with a focus for 5 d Mark III. How do I put in place?

    How can I configure button back focusing on my new 5 d Mark III.  Can not find the instructions manual supplied Canon or third book.

  • Would have someone seen this virus? Suggestions.

    My HP dv6500nr under WinVista 32 bit home premium laptop crashed when running a Windows Update installation. Display showed a screen gray/white zig - zag with a blade of knife 1 inch in the middle of the screen. Has not taken a picture, because it wa

  • Can I get free Vista?

    My friend installed 7 Windows Professional on my computer I heard talking about XP support will soon end and wanted to have an operating system that would continue to receive assistance. The problem is that my PC doesn't seem to be running anywhere n

  • Confusion between upgrading to DC after I bought the XI

    I do not understand why my Acrobat Pro XI says I have an upgrade and his DC and if I update I lose my XI?  This is ridiculous.  What I see is a reminder every day to upgrade my Acrobat XI and there is no upgrade to XI but in DC.  And I must have a mo