Hiding values through conditional formatting (colour change)

Hi all,
OBIEE version is 10.1.3.4.0.
I have some reports where I'm supposed to hide some values as soon as they surpass a certain threshold. Hide, not filter that is. Conditional formatting being the obvious choice I wanted to simply set the colour to the background colour when the threshold is surpassed.
However, since all affected reports use alternating row highlighting, the background colour may change. I.e. it's not simply about colouring the values #FFFFFF
I can't use CSS style display:none by the way, since this actually shifts the following columns to the left
Without display:none
!http://lh4.ggpht.com/_kh3-h2s8BmA/So5ZmnvXnOI/AAAAAAAAAzk/aL9QznSGGF0/s800/0001_actual_values.jpg!
With display:none:
!http://lh6.ggpht.com/_kh3-h2s8BmA/So5ZsTj694I/AAAAAAAAAzo/0cYGr9dUe1I/s800/0002_values_with_display_none.jpg!
Any thoughts on this?
Cheers,
C.

We did achieve conditional formatting for pivot tables. This is the workaround. See if this helps.
Create a new column measure at the BMM layer (Lets call it 'M'). This is the measure based on which the conditional formatting on another measure has to be done. Add this column 'M' to the report columns in the pivot table.
Now, we get 2 measures. The report shows data for both these measures, side-by-side in the results. Now to use conditional formatting in the column that we just added-
Use the images (traffic signals, colored lines, colored arrows etc) provided by OBIEE in the 'Format' tab after applying the conditional formatting. OBIEE provides a choices to "Display Images only". Choose this option.
Now the report has 2 measure columns side-by-side with value and the image. We have to merge these columns for the visual effect. Use the column border property for both the measures. In the first mesure select the column border as 'C' and in the adjacent column select a mirror image of 'C' (mirror on right side of 'C'). This provides a visual effect that the two columns are one.
This concept can be use to hide values also.
Cheers,
A

Similar Messages

  • Conditional formatting (colour) lost when form is saved and reopened?

    Hi All
    This one has got me confused! I have set drop downs to change color depending on the selection using the following code:
    if ($.boundItem(xfa.event.newText) == "1") {
      this.resolveNode("$").ui.oneOfChild.border.fill.color.value = "153, 204, 0";
    if ($.boundItem(xfa.event.newText) == "2") {
      this.resolveNode("$").ui.oneOfChild.border.fill.color.value = "255, 153, 0";
    etc
    I have this in the 'Change' event and the 'Layout Ready' event, I have also tried it in the 'Initialize' event but with no success. The issue is this: the colour changes fine as the user fills in the form however is lost when they save and reopen (the selection values are fine just the color coding is lost)
    BTW I am saving the PDF with 'Extended Features' as I thought maybe this could be a 'licence' related issue with Adobe Reader
    Does any one have any idea of where to look to solve my problem please?
    Many thanks
    Ellis

    Hi - yes Iv'e tried in in several events inc 'Initialize' anbd 'Layout Ready', 'Doc Ready' - just cant seem to get it to work.
    Here is the troublesome portion of the form, if you add some impact ratings the color will change, then save and close the form, reopen and the color formatting is lost
    Dropbox - BIA Impacts for forum.pdf
    Any help appreciated
    Thanks
    E

  • Check for null values in conditional formatting when no rows returned.

    I have a report that is showing facts for different months.
    For some months there is no row in the facts table.
    But in the report, I have to show a * when there is no data.
    If there is a row in the facts table with null value for data, the conditional formatting successfully shows a * when data is null.
    But when no row is present in the facts for a particular month , conditional formatting is unable to detect any null, as none exist.
    How we can check that no rews returned for a particular month and then show *?
    thanks

    Hi,
    which obiee version r u using?
    My Blog ref:
    http://obieeelegant.blogspot.com/2011/06/replacing-null-as-0-in-obiee.html
    in obiee10g its working fine.expect obiee11g
    also see the bug reference
    How to replace null as 0 in  obiee11g pivot table view?
    obiee11.1.1.6.0 also have the same issues.
    Thanks
    Deva

  • How to get session variable value in conditional formatting

    I am trying to format my column according to value of a session variable. Normally when comparing to a static value I select value from add button and write the value. What I want is to be able to do this using a session variable. I select variable presentation and as the variable expression I tried MYDAY, NQ_SESSION.MYDAY, VALUEOF(NQ_SESSION.MYDAY), VALUEOF(MYDAY) but nothing works. By the way it is a date value, I don't know it makes any difference
    Any help would be appriciated

    I am surprised that it is not possible to select a session variable when you want to use conditional formatting. Apparently you can only base conditional formatting on presentation variable or values within a column.
    As a workaround you can create an extra column in your request and use a CASE WHEN statement, where you compare the value of the date with the session variable. Then you can base your conditional formatting on that column.
    Regards,
    Stijn
    Message was edited by:
    Stijn Gabriels

  • How To use the page total value for conditional formatting

    Hi
    I am very new to xml publisher report.. I have calculated the report total like this--
    <?add-page-total:pt;'ENT_AMT'?> now i display it in a table colomn by using the syntax
    <?show-page-total:pt;'#,##0.00'?>
    Now what i want to do is if the value of the page total is greater than 1000 the color of that coloumn in the table will change. But by any means i cannot access the value and do the condition checking..
    Plz help..
    Thanks and Regards
    Joydeep Mitra

    Hi Mitra,
    You can use this if you want to change the color of a cell:
    <?if:total>1000?><xsl:attribute xdofo:ctx="block" name="background-color">red
    </xsl:attribute><?end if?>
    Regards,
    Marius

  • Change bit of field to bold at runtime (not conditional formatting)

    I know you can use conditional formatting to change the look of a whole field at run time. But is it possible to alter just a portion of a field at run time.
    For example at run time the field "letter_text" contains the value:
    "This is a test chunk of text but I want this word to display as bold - *BOLD* - but the rest to show as normal text"
    Is there anyway of outputting the word "BOLD" as bold but the rest of the field as normal no-bold text?

    Nope. This functionality is not possible in oracle reports. This is possible in Apex reports.
    Is the width of the value to be bold is fixed or does it always start in the begining?.
    Below are my thoughts.
    1. Create 2 more fields at the same field where you want the value to be displayed and make these fields conditional.
    If your query is select ename,dept from emp change it to
    Select ename, val1 , val2 , dept from emp;
    val1 will have the value to be bolded .( Use instr&substr to get the value to bolded)
    val2 will have the value without bolded value
    2 Toggle between original field and val1/val2
    Create a format trigger for original field and hide the field when there is some value in Val1filed.
    Also display Val1 & Val2 when there is some value in Val1
    So for the end users, when the value to be bolded is there , then Val1 with bolded value is shown and rest of the value is normal in Val2
    Rajesh

  • Can we preserve Conditional Formatting in excel even after export ?

    Hi,
    I have requirement where I need to preserve the formulae and conditional formatting when exported in excel format.
    The user is supposed to be changing the values and so the final result values and cell formats should change as well.
    I tried the workaround to preserve the formulae as directed in other threads but would like to know if we also have a workaround to preserve the conditional formatting of the cells.
    I know OfficeWriter can help me to get this requirement done but still I wonder if we have any workaround for this requirement.
    Thanks.

    Hi Rikz,
    According to your description, you want to preserve the formula and conditional formatting when export report to excel format.
    According to my knowledge, In earlier versions of Reporting Services, there was limited support for translating expressions in RDL to Microsoft Excel formulas. Since SSRS 2008, when you export a report to Excel, RDL expressions are not translated to Excel
    formulas, which is documented at
    http://msdn.microsoft.com/en-us/library/ms143380(v=SQL.100).aspx by Microsoft. When we export a report to excel, only the final data is exported. If some user want to preserve specify cells’ conditional formatting, we can use IIF function as a workaround
    as below:
    IIf(Globals!RenderFormat.Name Like "EXCEL*", Excel Formula, RDL Formula)
    For more information about export formulas to Excel, please refer to the following feedback:
    https://connect.microsoft.com/SQLServer/feedback/details/488517/ssrs-2008-export-formulas-to-excel
    If you have any more questions, please feel free to ask.
    Thanks,
    Wendy Fu

  • Conditional formating based on excel formula

    Hi experts!
    I have a problem with BPC formatting. Under my EVDRE expansion, I inserted a column to validate some data before sending it. The value of this formula can be TRUE or FALSE and it validates each row of the expansion.
    Now, if the value is false, the row or at least some fields of it must turn red so the user knows were are the mistakes.
    I have defined under the format range an entry for the heading to evaluate in rows and in format I create the next conditional formatting:: =$I38 = FALSE ---> background red.
    When I push the refresh button, the format applies to al heading under the expansion, but the conditional format formula changes to =$I1064034 = FALSE
    If I lock the row number, it won't iterate for each row and the format will be based just on one cell instead of one cell per row.
    ¿Any ideas? ¿Other ways to achieve this? I've also tried to format the cell inside the expand and eliminate the entry on the format range but it doesn't expand to the rest of the cells...
    Thanks in advance

    Hi Nilanjan!
    Thanks for the answer, the individual conditional formatting is working fine!
    The reason why it wasn't working the first time was because it's incompatible to do individual conditional formatting with conditional formatting on format range.
    I gues I'll have to do all the formatting on individual cells...
    Thanks agains!

  • Excel 2013 Conditional Formatting problem

    Hello!
    A customer of mine has recently transitioned from Office 2007 to Office 365. This has been a major hurdle for them, and they're still experiencing some issues with things not behaving the way they used to. I'm not an Excel expert, so I have no idea if the
    following issue is some sort of bug or compatibility issue, or if the user is just expecting behavior that isn't going to occur in this version of Excel.
    She has a spreadsheet that she uses to schedule people. She uses conditional formatting to change the color of numbers based on their size. For example, everything less than 2 is red, everything between 2 and 4 is green, etc.
    So, let's say she has two rows that have been formatted already. Then she adds a third row, inputs the data, then highlights the entire row and tries to format it. Once she adds her rules and clicks "Ok", that row is formatted...but rows 1 and
    2 have now been cleared of all formatting. So basically, she can't format things on the go, as she puts them in, she has to format everything at the same time, every time.
    It doesn't happen to every row that has already been formatted. If she has 20 rows that are formatted, sometimes only 2 of them will lose their formatting after she applies her rules to a new row. It's usually the rows that are right next to the new row.
    I have very little experience with Excel conditional formatting, so I don't know what would cause this, or if there's a fix or workaround. Also, I'm not sure if I'm explaining it clearly. Any help or suggestions would be welcome!

    Hi,
    According to your description, this issue seems occur with the special spreadsheet. In my view, it might be more related to the file itself, such as incorrect range with conditional formatting rule, double rule with same cell range or other.
    would you like to send the sample file to me ([email protected])  if possible? I want to test it.
    Regards,
    George Zhao
    Forum Support
    Come back and mark the replies as answers if they help and unmark them if they provide no help.
    If you have any feedback on our support, please click "[email protected]"

  • Conditional Formatting of a Direct Database Request Columns in OBIEE 11g

    Hi All,
    I need to do the conditional formatting like changing the
    column color based of some condition, but i can do to the conditional
    formatting in the normal answers in the column properties. But i want to do
    it in the rows of Direct Database Request.
    When i check the Column properties conditinal format is disabled.
    Regards
    Shanker

    Hi Shanker,
    It is a limitation, You cannot use conditional formatting in Direct Database Request
    Regards,
    Dpka

  • Conditional Formatting - how to change cell colour based on cell value

    I am in the process of moving some Excel spreadsheets into Numbers on my iPad. The Excel spreadsheet had conditional formatting in certain cells. If the cell value was less than a certain amount (<46 for example), the cell background would automatically turn yellow.
    Is there any way to make Numbers on iPad do this?
    Thanks for any help you can provide.
    Scott

    I beleive this is one of those doable tings on desktop that gets taken out on ipad. If you would like to suggest this as an idea for apple to put in, please go to http://www.apple.com/feedback

  • HT4648 So if you import a numbers document from a mac to iPad which has a conditional format rule such as a cell with a score between 1-10 fills with the colour black will still work on the iPad? Not being able to edit it just means you can't change this

    I want to use numbers on my iPad mini for a team I coach. I have a spreadsheet on my mac I want to import onto the iPad mini for players to enter in wellness ratings. On this spreadsheet (on the mac) I have a conditioning formatting rule that when a player enters in their numbers the cells fill with black so others can't see their entries (to maintain privacy). Will this function import across onto iPad numbers? From the discussion I saw on this site it only partly answers my question stating "it cannot be edited" does this mean the conditional formatting rule cannot be changed and therefore will still work or the whole spreadsheet can't be edited and you can only view the spreadsheet and make no new entries to it?

    Yes, I have posted this thread to different forums after I realized that Lenovo "customer care" is not likely to help me out and even wirelessforums.org members couldn't come up with any ideas for days, that's why. I have already written that helper applications like SMAC (or etherchange or macshift) don't work, because they do the same thing in the system as I change it in the driver panel, so they use the same method which simply does not work.
    Locked? Definitely not. If yes, why can I change the MAC of my adapter under Ubuntu Linux using b43 open-source driver if it's really locked? Or you mean it's locked from software, because Lenovo or Broadcom didn't want their users to change their MACs or they just forgot to release a fully-functional driver? Well, then I would like to have a driver in which it's not locked, because this is a basic feature of my adapter of which the hardware is capable.
    I have already contacted Broadcom, see their (automatically-generated) answer in my initial post, but I will try to do that again with more foresight.

  • How do you copy a conditional format rule down successive rows in a Numbers spreadsheet, maintaining continuity between two values within the same row?

    I have a spreadsheet with multiple rows and I want to copy a conditional format pattern on each row.
    e.g.
    Condition: row 1/col A (A1) = row 1/col BC (BC1). Conditional Format: Italic, Fill Green. Now I want to copy that to succeeding rows in my spreadsheet.
    A2 = BC2 => Italic, Fill Green
    A3 = BC3 => Italic, Fill Green ..... and so on.
    I should be able to drag the format down through the spreadsheet, with the BC column increasing (2, 3, etc.) along with the A column, but that does not happen. if I try to drag the format through the spreadsheet, the BC column remains locked on BC1. You have to physically go into each iteration and change the BC column iteration. This is one major difference between Numbers and Excel. Never had the problem in Excel. I prefer Numbers, and that is why Im looking for help in this matter. Thanks much.
    Eugene O'Connor

    Hi Eugene,
    This is the designed behaviour in Numbers. To register your desire for a change, Provide Numbers Feedback, using the link in the Numbers menu (in Numbers), or using the link in this message. Make a Feature Enhancement request.
    There is a bit of shortcut in editing the cell references in the rules you have now:
    Select all of the cells that will contain this rule.
    Set up the rule for the first (A1), using BC1 as the cell reference.
    Set up your table (hide columns) so that you can see both columns (A and BC ) while the Conditional format rules dialogue is open.
    Starting at A2, use this loop:
    - Click the BC1 reference in the rule to select it.
    -Click on cell BCn in the table.
    -Click the Edit button twice (toggles to Done, then back to Edit).
    -Press the down arrow to move to the next cell.
    -Repeat.
    An even shorter method is to add a column before or after column A, use a formula to test if A1=BC1, etc. (which will increment as you fill down), then set the conditional rule for that columns cells to
    Text is TRUE
    Set default text colour to white, and conditional text colour to match the conditional fill colour. This will flag the cells matching your condition by colouring the adjacent cell (and hide the text by matching the background colour in both default and conditional modes).
    Regards,
    Barry

  • Some colours change from Photoshop to Illustrator in Swatches saved in Exchange format

    When I save a colour swatch in Photoshop Extended CS3 in the .ase format and load it into Illustrator CS3, some of the colours change completely - e.g. a bright orange #ffbb29 (in Ps) appears as a pale grey blue #B2BACE (in Ai). The problem seems to be with the use of upper or lower case - if the orange is question is saved as #FFBB29, it appears correctly in Illustrator (although bizarrely this seems to only affect some colours that feature (hex) letters).
    Is there a way of getting Photoshop to automatically give the values in upper case? I know I could just retype them all, but it would take ages (I use Swatches all the time) and it kind of defeats the whole Exchange idea. Or is there another way round the problem? My colour settings are synched (via Bridge) across CS3 Design Premium. Thanks in advance.
    Running XP Pro SP3 (32 bit), Dual Intel 5160s, 4GB RAM (yeah, I know)

    Treza500 wrote:
    how can I import spot from PS to Illustrator
    Duotone/ Multichannel files (TIFF, PSD) where each channel is a spot color. Off the top of my head I'm not sure if JPEG even supports this, but it may.
    Mylenium

  • Graph Quadrant Colour/Conditional Formatting

    Hi Experts,
    I have scatter graphs representing the % growth YoY (Y axis) and MoM (X axis.)
    Due to the variable percentages, the axis are not fixed and the scales on various graphs are different.
    There is a requirement to colour the quadrants of the graphs with the top right being green, top left amber, bottom right orange and bottom left red.
    Alternatively, the points can be coloured/changed based on which quadrant they are in.
    Can anybody help?
    Kind Regards,

    Thanks for the help but this does not give the desired effect.
    The entire quadrants need to be coloured or the points within that quadrant coloured.
    This is because the points on the graph vary to an extent that one graph may show ve X, ve Y, another, -ve X, -ve Y.
    Should there be a way to conditionally format the points such as they are a particular shape/colour depending on whcih quadrant they are in, is there a way to label the points on the graph with the same labels in the legend, thus ensuring that there can be no confusion over what each point represents?
    Any ideas/help would be greatly appreciated.
    Kind Regards,

Maybe you are looking for

  • Block in bpm

    HIi The following statements seems to be contradicting...........are they true ?? Elements of the superordinate container are not visible in subordinate containers Inner block can access the Outer Block steps. thanks kumar

  • Terminal doesn't "catch" d key

    Hi I've this problem: I use Arch with XFCE and terminal doesn't recognize d key but it recognize D key! in other applications "d" works fine. I think this problem is come after pacman -Syu. And if I paste a word with "d" inside, terminal doesn't put

  • Why am I seeing this:  Built-in Input by Apple Inc. is overloaded!!!

    I see this message in the console every 3 minutes and sometimes 3 times in a row (individual messages) and last message repeated 3 times: 2/24/08 3:34:39 PM [0x0-0x18018].com.apple.dock[185] 2008-02-24 15:34:39.208 DashboardClient[2614:ad0b] * Audio

  • PO price changes & Versions

    Dear Experts... I have two doubts... 1.  Is it possible to change the price in the PO after partial Goods Receipt? (I know it is not possible) Supposing that the *PO price     changes after the partial delivery*, how can we bring this in to the syste

  • HP 3420 not working in win7

    Dear Hp I have followed each and every step u told me for installing an alternative driver from downloading the hp 3600 driver to managing in device managger but after follwing each n every step i still cant find solution for my issue,, when i try to