How to hide a row in BI Publisher using conditional formatting

Hi,
I am using BI Publisher 11.1.1.5.0.
I need to hide entire row based on the condition (if sal > 0 then hide entire row), please can you help on how  can I achieve this?
thanks

Hi,
I've found the solution in
Report Designer's Guide for Oracle Business Intelligence Publisher Release 11g (11.1.1) Part No. E13881-02 - Section Conditional Formatting.
thanks

Similar Messages

  • How to Hide some Rows in a List view Web Part using JavaScript ?

    How to Hide some Rows in a List view Web Part using JavaScript ?

     Here is the code that worked for me:
    var Elements = document.querySelectorAll('div[id=WebPartWPQ3] table[class=ms-listviewtable]>tbody tr .ms-vb-lastCell.ms-cellstyle.ms-vb2')
    for(var i=0, n = Elements.length; i < n; i++)
     if(Elements[i].innerHTML=="India")
    Elements[i].parentNode.setAttribute("style","display:none")
    WebPartWPQ3 -> ID of webpart Div
    ms-listviewtable -> class name of table in Div
    ms-vb-lastCell.ms-cellstyle.ms-vb2 -> classname of td to get text

  • How to hide input fields on selection screen using variant attribute

    Hello all,
    I want to know how to hide input fields on selection screen using variant attribute conpletely.
    As you know, when setting the attribute of variant "Hide field" checked, the field is temporarily hidden, but when clicking "All Selections(F7)" button on the selection screen, the fileds become appeared.
    I want to hide the field completely. Di you know how to do ?
    Thank you for your support.
    Regards,
    Hideki Kozai

    Use this attribute hide field and save the variant. Then create transaction for this program setting default variant for parameter Start with variant . The user who runs it will have it by defualt set.
    Otherwise
    in PBO simply use LOOP at screen and output = 0 for this field. This will ensure that field is invisible in any case.
    Regards
    Marcin

  • How to hide a column (clnt) in tableview using MVC?

    Hy,
    I would like, please if you cand help me: how to hide a column (clnt) in tableview using MVC for example on sflight table.
    Thanks

    Hi,
    You can use the below logic
    <htmlb:tableView id = "t1"
               visibleRowCount = "10"
               table = "<%= flights %>">
         <htmlb:tableViewColumns>
              <htmlb:tableViewColumn columnNamd = "carrid" />
              <htmlb:tableViewColumn columnNamd = "connid" />
              <htmlb:tableViewColumn columnNamd = "fldate" />
         </htmlb:tableViewColumns>
    </htmlb:tableView>
    define all the required columns using tableViewColumn tag.
    Regards,
    Ravi

  • How do i use conditional formatting to edit the color of other selected other cells?

    I have been playing around with the conditional formatting feature of Numbers, I have figured out how to change font and background color of the cell i am working with.
    However what i am looking to do is apply a background color formatting to another cell (i.e. F2) if conditions are met in (B2).
    the end game is this,
    I want to make a column of check boxes, and using contional formating i want adject cells to change color (I.e. the example above: if (B2) is a check box, then when unchecked the reffered Cell (F2) does nothing, but when check the color of (F2) changes)
    I can make this happen with Logic equations, the give (i.e. F2) some letter or number value, then using conditional formats i can have the color change. but this leaves that particular cell useless to me (i.e. F2) I am not free to enter or edit text in that cell. (i.e. =IF(B2=TRUE,"Paid","Due") ----> then add a conditional statement that chages color when the value is either "Paid" or "Due")
    How do i have F2 change color, when B2 is checked and still retain the ability to enter information (or potential have another formula) in F2? (The Cell is not used up by "Paid" or  "Due" it is editable just like any other cell)
    is there anyway to change cell characteristics like font, color, and background color inside a formula, because in that way i would be able build it manually
    i tried using the formula editor inside the conditional format pane, but the only infor it will allow me to retain is one partictular cell. i cannot add modifiers like "+" or "=" or anything else. what is that space used for then?
    thanks for anyones help

    MC,
    You can do what you want in Numbers. It requires an auxiliary column and it's a bit tedious to set up because conditional formatting by comparison to another cell isn't relative, so each cell has to be programmed individually with no option to Paste or Fill to other cells in a range.
    For explanation purposes, let's say your checkbox is A2, your cell to be conditionally formatted is B2, and your auxiliary cell is  C2. To have the format of B2 determined by the checkbox status in A2, you will:
    1. In C2 write: =IF(A, B, " ") The " " is any string or value that you don't expect to encounter in B normally, and using the space character means you don't have to worry about having it visible if C is in View.
    2. In B2 use Conditional Format: "Equal To" cell C2 and set your text and fill attributes to be used when the box in A is checked.
    That's it. Do that for every cell in the range.
    Jerry

  • HOW TO GENARATE DATE LIKE 12 DEC 2007 USING xp20:format-dateTime(dateTime a

    HOW TO GENARATE DATE LIKE 12 DEC 2007 USING xp20:format-dateTime(dateTime as string, format as string). PLEASE HELP.

    If i look at the w3 org i would say :
    xp20:format-dateTime('yourfield','[D]-[[MN,*-3]-[Y]')
    or just MN will do too.

  • How to hide zero rows from a structure

    Hi
    I have a month structue in rows which consists of 36 months. In the keyfigure coulmn also I have a structure with 6 keyfigures. In normal circumstances there will be values only upto 12 or 15 months. I want to hide the remaning rows. Is it possible.
    I created a counter on one important keyfigure so that when value>0 it is 1 otherwise 0. I call this counter. Then I tried to create a condition to show only the 1. But while creating the condition after the keyfigure a column for month with the different elements of structure has to be selected. And of course the condition does not work.
    Any suggestions how to hide the zero rows of structure
    Ram

    Right click on the key figure structure and characterstic structure select 'Properties' and check the option 'Also use Zero Suppression for Structure elements'.
    Also from the query properties select the 2nd tab display and select the option Suppression "Active All Values = 0" and from Effect on Select "Rows and Columns".
    Thanks.

  • In RTF Template how to Hide a row conditionally

    Hi,
    Have requirement to hide Row based on condition. I have table in that 4 rows are there. Want to hide row based on condition.tried following statement didn't work.
    <if@row:field!="Yes"><?end if?>
    Help me to reslove this issue..
    Thanks
    -srini

    Need more details. What is your field name? You could try this: <?if: field!='Yes'?> (no double quotes) <?end if?>
    Do you have a for-each in your code? Use it after that and enclose all the columns you want to hide between the if and end if condition.
    or send me the template and xml to [email protected]
    Check out the report developers guide and the row formatting section for an example as well.
    You can just use an <?if:condition?> <?end if?> to do this.
    Edited by: BIPuser on Apr 21, 2011 1:55 PM

  • How to hide empty rows in Excel Template

    Hello,
    I have an Excel template that I am using to format some data. I created an XDO_GROUP on a particular section that sometimes has no data in it (see below). When the template is executed, the blank sections in the XML are creating blank rows in the spreadsheet. How can I suppress the blank sections in the template so a blank row is not created in Excel?
    <A_R_Statement_Detail_S9 />
    <A_R_Statement_Detail_S9 />
    <A_R_Statement_Detail_S9 />
    <A_R_Statement_Detail_S9 />
    <A_R_Statement_Detail_S9 />
    + <A_R_Statement_Detail_S9>
    + <A_R_Statement_Detail_S9>
    + <A_R_Statement_Detail_S9>
    Thanks,

    try including the condition in group by taking not null element of that group . can you show any snapshot of current output and expected output by using some image hosting sites if possible.
    sample : <xsl:for-each select="DATA_DS/G_1/G_2[ID!='']">

  • How to hide ALV rows

    Hello All,
    Is there a way to HIDE a row in ALV object? (or any other).  Not to delete the row, I mean, it still be there but not showed.
    Thanks
    Enrique

    Refer:
    [Showing and Hiding Data Rows for Calculations|http://help.sap.com/saphelp_nw04s/helpdata/en/43/4442f470cc1bcce10000000a1553f7/frameset.htm]
    [Hiding Lines Between Columns and Rows|http://help.sap.com/saphelp_nw04/helpdata/en/91/e7eb40c4f8712ae10000000a155106/frameset.htm]

  • How to update multiple rows in one query using php

    i am new to this can any one help me how to update multiple rows at a time i am doing an school attendance page

    Often the situation is such that you have multiple courses across a range of dates.So students may take more than one course, and you need to track attendance for each course date. The following graphic demonstrates this:
    In such a situation, you need four database tables as follows:
    students (student_id, student_name, etc.)
    courses (course_id, course_name, etc.)
    students_courses (student_id, course_id)
    attendance (student_id, course_id, dater)
    A fifth table may also be needed to define the dates of courses, but you may also be able to build this array programmatically by using PHP's robust date functions, which can give you, for instance, all the Tuesdays and Thursdays between a start date and end date.
    The students_courses table simply keeps track of which students are taking which courses, so it has just two columns for the primary keys of both of the main tables. The attendance table is similar, but it also includes a date field. The following view of the attendance table demonstrates this:
    So if David's solution does cover your needs, consider yourself lucky, because this could quickly grow from a beginner-appropriate project to a moderately advanced one.

  • How to fix the row-height in excel using ole2

    hi
    I want to fix row height in excel using ole2.
    i wrote the below code but no effect. please help me.
    Arg := ole2.create_arglist;
         ole2.add_arg(Arg,1);
         rrow := ole2.get_obj_property(WorkSheet,'Rows',Arg);
         ole2.destroy_arglist(arg);
         ole2.set_property(rrow,'Height',50);
    kanish

    It's solved
         ole2.set_property(rrow,'RowHeight',30);
    kanish

  • How to hide the player button when publish a project?

    My predecessor producted several swf files using Captivate 3. And I only get the swf files and don't get the *.cptx files.
    However, now I need to publish them into  a folder format, including the standard.htm, *.htm and *.swf.
    So I tried to build a blank project, insert the swf file, say, test.swf , then publish it (click the "publish to the folder" and "export to html"). then I get the new folder test2, including standard.htm, test2.htm and test2.swf.
    Now there is a problem, in the test2.htm and test2.swf, has two rows of player buttons,
    The upper row of buttons are from the old file, test.swf. This is the real button that work.
    The lower row of buttons are from the new file (test2.swf). But these are not what I want.
    So I am wondering how I could delete or hide the lowe row of buttons from the new file.
    That is to say, the visitor just need one row of player button.
    Your reply will be greatly appreciated.

    Go to Project > Skin Editor and untick the option for Show Playback Controls.
    Then the only buttons will be for the original SWF.

  • How to hide the rows in report which there is no data

    Hi,
    I am using web I rich client Xi R3.1 version. In the report i am displaying data region wise and applied section on the column named 'business unit'. Now i see there is no data for some business units and dont want to show in the report. There are some columns like projectname, manager, status summary which i am displaying region wise for each business region now I dont want to display 'Enterprise Infrastructure services, Equities Technology and Fixed income Technology which there is no data. Could any one please tell how to achieve this.
    I am able to display not the empty rows by the following steps but i also do not want to show the names of business units on the report.
    > Select the block
    > Go to properties tab -> Display
    > Uncheck Show when empty option.
    Thanks in advance,
    Eswar
    Edited by: Eswar Rao on Mar 26, 2010 10:03 AM
    Edited by: Eswar Rao on Mar 26, 2010 10:04 AM

    hi Eswar,
    List the columns for which if there is no data, you want to suppress section details and section name.
    1) Select 'Section on: Field'. Go to Properties tab.
    2) Display -> 'Hide section when the following are empty' . click on the Right side drop down.
    3) select (Check Mark) the appropriate columns which you have listed.
    3rd step is very important as it will decide to display section name or not.
    Please try it again.
    --Vamsee

  • How to hide selected rows on Dashboard

    Hello.
    Assume there is table having about 10 rows. The goal is to let the user select random rows, click on them and make them disappear from the dashboard.
    The user wants to export the dashboard to PDF but each time he needs to hide some of the table rows before export is done. There is no rule which rows should be hidden and which should be visible - user selects rows randomly, based on his current needs (or maybe based on the current weather and his grandmother shoe size, i don't know.)
    Is there a way to achieve this?
    Thanks for your help.
    Kuba

    First the quick answer: no, you can't select a row and make it disappear. But depending on how many columns are in the report and whether every instance of a certain type of row needs to be deleted, you can try this:
    I'll take the worst case scenario. Every column in the report can have multiple values that need to be excluded.
    1) Build multi-select prompts on each column with the operand "not in/not equal to."
    2) Put "Is prompted" on all the columns.
    When the user discovers a value in a column that makes him want to get rid of that row (and all rows with that value), he can select it in the prompt. When he hits the "Go" button, the prompts will filter out all those rows.
    If each row is completely independent of all other rows, then you're out of luck. I would say, download the report in Excel. Delete rows, then convert to pdf.

Maybe you are looking for