Performance not showing tile view is not conditional coloring in OBIEE 11 g

Hi Experts,

I have a question showing a conditional coloring for display in mosaic performance.

I have two columns,

1 color column that contains values such as (green, blue,...)

2. other is the measurement column that has numbers in there.

Both are from the same fact table.

So, when I apply the conditional measure column coloring at the level of the criteria (if column color is color green then green in the background and so on). (And same conditions applied to the criteria reflect also on properties of tile performance)

But when I see the results performance tile does not have the given conditional color.

So, when I wanted to compare if his work. I used a table view and a view of pivot with her. And here the color correctly appears in the table view and pivot view but not in the view Percentile.

Do not know why. I tried to make the column color aggregated to the Max but no luck.

Any help would be much appreciated.

Thank you.

Looks like we cannot give conditional coloring based on other columns in the tile of Performance view

Document says Oracle: Performance tiles can not inherit conditional formatting based on another column, or performance tiles have a target of filing excluded.

And this is possible in the tables, crosstabs dynamics and lattice

Thank you

Tags: Business Intelligence

Similar Questions

  • Conditional actions / not conditional actions

    Hello

    I would like, if possible, to run certain actions embedded in other actions not 'conditional actions' but using some sort of "of course run this action.

    I try to explain myself better:

    I have a different actions: Action1, Action2 , Action3 , and and I need to run the two separately, but I want to create another action where I can run all the previous actions in sequence, but not whit a condition.

    ActionALL must therefore:

    -Then run Action1,

    -Run then Action2

    -Run then Action3

    -Close document

    for now the only solution I've found is: If the document is landscape run Action1 and, if not, run Action1, but is not a nice solution, I ask if ther is a better way...

    Thanks in advance.

    Alberto

    You might have an action play other actions.

    Just make a new action to hit record and play the other actions that you want to include.

  • Spinner widget will not change color

    Hello

    When I copy the entire view changes their color according to the dynamic thresholds spinners.

    However, when I create this spinner by drag-and - drop, it do not change colors.

    So my question is: How do this spinner change dynamically the color?

    Best regards

    Victor

    This widget you drag from a dashboard? I just tested host cpu and it seems to be showing with colors

    Can you please send some screenshots?

    Golan

  • Using tiles view

    Is it possible to sort by something while having shown different information. For example, to sort by track number, but have the information shown beside it be the file size or duration instead of the track number? Or sort by name, without showing the size of a picture?

    Hello Hoshi_Reed,

    When you use the tiles view is the information that is displayed by default. You may be able to find third party software that will allow you to accomplish what you are looking for, but the closest you will come to an arrangement with the custom data view would be to use the Details view.

    Using third-party software, including hardware drivers can cause serious problems that may prevent your computer from starting properly. Microsoft cannot guarantee that problems resulting from the use of third-party software can be solved. Software using third party is at your own risk.

    Hope that helps, I look forward to hearing from you.

    Steven
    Microsoft Answers Support Engineer
    Visit our Microsoft answers feedback Forum and let us know what you think

  • My HP psc 1110 does not print colors when I use the shortcut keyboard F12 key to print. considering that it is p

    I just bought printer HP psc 1110 and despite I loaded the print from the HP website driver and together it up correctly, it has new ink cartridges, it does not print color to color text pages when I use the the keyboard F12 shortcut key to show.  I have the microsoft intelli wireless keyboard.  Although that it prints very well in color while I use the method of dialogue of the system either by pressing "Ctrl + Shift + P" keys together.   I have another canon printer canon pixma 1500 a former model, even this canon allows to print in color using one of the methods above to print.  I'm curious to know why HP is behaving as it is with me.  Can someone knowledgeable enough to enlighten us on this issue and help me on this problem, please.  I would be grateful if someone can send me a response.

    My email is: {deleted personal information}

    Naseer Malik

    Hi Ngoyi-Malik,

    OK, when you right click and select print work properly?

    If you come to open a different document in your Word and press Crtl P it prints correctly?

    The question seems that it is related to the program that you use for your missions. You may need to continue to press the Maj LTRC P in order to get the color to print from this application program. Let me know if the Word printing works well?

  • Printer not printing color

    Have Dell V715w printer 3-in-1.  Since arriving in another room, she will not print color. Also, even after installing new ink cartridges, shows ink levels as low. Have uninstalled and reinstalled the software, including updates, nothing helps. Help!

    dearyeats,

    Start, Control Panel devices and printers, your printer, Printer preferences. Make sure that it set to use all of the available ink.

    You can copy a document under the glass? B & W and color?

    Rick

  • Whenever I use a brush that faded color, it is a yellow-orange color, not the color of the brush (black). Opacity is full and I have not touched anything as well level look, I closed and re open photoshop

    Whenever I use a brush that faded color, it is a yellow-orange color, not the color of the brush (black). Opacity is full and I have not touched anything as well level look, I closed and re open photoshop

    This image does not yellow-orange on my side. It seems that we have a color management problem going on here. Have you had your screen calibrated? Do you know what profile is connected to your monitor (or if a customer one has been created due to the calibration)? What you have in your color settings from the Edit menu? You have proof colors enabled in the View menu?

  • When Lightroom does not display color space?

    When Lightroom does not display color space is assigned to an image? It should be in the metadata Panel. In Bridge, it displays color Mode: RGB/B & W and color space: sRGB/Gray Gamma 2.2. Or Lightroom all converted Adobe RGB or ProPhoto RGB?

    The ExifMeta plugin (free) will show the color profile in the metadata Panel.

  • CFLOOP w / FileExists, coding presence or not of color

    Hello

    CF Version: 8

    I have fifty (50) records returned by the query below. I want to loop through those

    documents to see if the file actually exists on the server. If the file is

    There are, then show the name of file in green text if it does not so red.

    My current code takes the first file exists, and that it defines the color green

    as well as all of the information in the document. I know for a fact that some of

    the documents are missing, so the names of documents should be displayed

    in red. The output is correctly display all records, but not changing colors

    with respect to the presence of the file.

    What I am doing wrong? Am I going about this all wrong?

    < cfloop query = "rsDocuments" >

    < cfoutput >

    < div style = "" margin-bottom: 15px; ">"

    #disp_title # < br / >

    < Cfif FileExists(#FilePath#) >

    < span style = "" color: # 093; ' > #doc_file # </span > "

    < cfelse >

    < span style = "" color: #F00 #; ' > #doc_file # </span > "

    < / cfif >

    < / div >

    < / cfoutput >

    < / cfloop >

    Thanks in advance for an overview.

    Leonard B

    First thing I would do is screen #FilePath # as you loop, just to make sure that it contains what you are expectign it contains. Then you can see if there is a model which are and which are not.

    -Ben

  • Hi I am not able to install obiee 10.1.3.4.1

    Hello

    I'm the operating system windows 7 in my PC.
    My problem is i could not able to install obiee 10.1.3.4.1 inside, while install it was showing a message that it will support only windows xp,... another information

    but my PC supports only windows 7 and vista, if I go for Windows XP Home Edition, I will become very slow, I could not able to work on it
    What is the solution for this


    Thank you
    Françoise

    You must change the compatibility of install.exe.Right click > properties > compatibility and change the compatibility.

    Visit this link

    http://onlineappsdba.com/index.php/2010/03/22/how-to-install-OBIEE-on-Windows-7-OBIEE-training/

    Kind regards
    Sandeep

    Published by: Teresa Sanchez on 20-Sep-2010 00:42

  • icons on the toolbar (Messaging, quickfilter etc.) are not in color

    Mozilla Thunderbird, the toolbar icons are simply not in colour.

    The deletion is not red... they are all just... austere black.

    Color helps recognize that the function involved by the icon easier I think.
    But the belief is not the same as knowledge and I'm not a fundamentalist of the color.

    icons on the toolbar (Messaging, quickfilter etc.) are not in color

    I guess the color black and white icons of the toolbar is intentionally in the current default theme.
    You can search another theme.
    https://addons.Mozilla.org/en-us/Thunderbird/complete-themes/

  • HP deskjet 960C does not print color

    My printer goldie oldie suddenly decided to not print color since I plugged my new MacBook Pro.  When I used my old laptop from Apple, there is no problem.  I downloaded the driver (I hope that the right one) and replace the color cartridge.  What I am doing wrong?  Any ideas?

    WoooWhoo!

    I am happy to help and thank you for being a teacher. It's hard work, but so important.

    As the person who started this thread, you may have marked it solved by clicking to the right of your response, I think.

  • Hi, actually I want the program stops when you press the stop button. but the problem is the program is runing in loop only he doesn't return tile view deleted complete execution of any body can help me for this.

    Hi, actually I want the program stops when you press the stop button. but the problem is the program is runing in loop only he doesn't return tile view deleted complete execution of any body can help me for this.

    Here

  • DeskJet 3520: Deskjet 3520 not printing color

    Hey,.

    My deskjet 3520 printer is not printing color.

    I didn't use color for a long time and recently exchanged all the white genuine hp new hp ones.  I run all the updates of status indicating that all cartridges are ready and complete, but unfurtunatly no color comes out. All the test pages have only black color. Tried different devices with different drivers, but without success to get the color.

    Can you please help with some advice.

    The printhead has dried, check your warranty status: http://h20564.www2.hp.com/hpsc/wc/public/home

  • DV6 quick launch button mute does not work properly. He puts the speakers muted, but does not change color.

    Laptop quick launch mute my computer Pavilion dv6-1050us button does not work properly. He puts the speakers muted, but does not change color.  It's still orange, not mater if your speakers are on or off.   His other (white) State works because it is white to start windows, but then goes to orange and does not change when selected but by selecting the button speaker turn the speakers on and outside as it should.

    I've loaded and reinstalled the quick launch driver software (sp46731.exe), but the problem is still there.  The problem is about 2 weeks old.   Have not added any new software that I know.  But computer installs updates as received.

    Simon

    Hello

    First download the audio driver by using the links below and save the installer to your desktop.

    Audio driver - Windows 7

    Audio driver - Windows Vista

    Once the download is complete, right-click on the Setup program and select "Run as Administrator" to launch the installation - ignore the warnings that you can see everything that is an earlier version.  Once the installation is complete, restart the laptop.

    Kind regards

    DP - K

Maybe you are looking for