Traffic (dynamic Images) in the analysis of OBIEE11g

Hi all

I'm trying to deliver a dashboard alert page. This alerts page contains a table with four columns:
Names 1) measure.
(2) real value of measures.
(3) target action.
(4) status. (Red, green or yellow signals)

I am able to fill the first three values in the above list in my page. Now I have to fill the fourth column so that:
case 1) real value if > target value, then a picture of the Green Signal must fill.
case 2) real value if < target value, then an Image of the Red Signal must fill.
case 1) real value if value = target, then a yellow Signal Image must fill.

I need help/advice on how complete this fourth column. I did the same thing in Cognos. Need help for OBIEE11g.


Thank you best regards n
Dev

Hi Dev,
Follow these steps

Criteria-> 'Choose the 4 column' column Proparties-> conditional formatting-> add a Condition->' choose column 4'
Choose the condition and value
Press OK

@ Edit Format-> Style - Section "cell"
Click on the square next to the Image
@Graphics -? choose 6st image or any other

Mark correct or useful if pls help

Tags: Business Intelligence

Similar Questions

  • Dynamic Image in the XML editor problem

    Hi all

    I was working with a dynamic image in the Xml editor with the reference of this link, step-3

    http://www.erpschools.com/articles/display-and-change-images-dynamically-in-XML-Publisher

    I have three Logo saved in OA_MEDIA with the name as 80.gif, 81.gif, 82.gif.

    I created a formula column outside the Group of data and given the link in the RTF, inside the url of the Image Alt text: {//CF_LOGO1} and his works fine.

    But when I created the formula column in the dataset, how do I give the path inside the image.

    I tried with this url: {...} CF_LOGO1} but his does not work. Could all help with that.

    Thanks and greetings

    Srikkanth M

    Please check if you placed the logo with the Group and the image is called correctly.

  • Can we change text "Grand Total" in the analysis of OBIEE11g

    Hi all
    Can we change "Grand Total" text with other text in the analysis OBIEE11g.

    Thank you
    Archie

    Yes, you can. When you apply the summation, then you have an aption to change labels. Give your own text it

  • Automatic cutting of the multiple images in the analyses

    Hello

    I get a rough bunch of scans and the first thing I have to to with it is their culture in individual images. We are talking here about hundreds of photos, with 6 + images on each raw scan. Do it manually is time-consuming and may not be 100% reliable.  We should think about a kind of software was able to do this automatically (PS plugins?), if anyone has an idea please let me know!

    To avoid confusion, I did a quick illustration of what features are required:

    scan_autocrop.jpg

    I think I * could * use something other than Adobe *- but in desperation I try in any case this forum... ! It would be GOOD to be able to do all of this repetitive work, in one lot.

    Thanks for all comments on the approach of this

    File-> automate-> crop and straighten Photos

  • a dynamic image in the plugin model generator does not work

    Hi all
    The documentation says:
    Direct insertion
    Insert the jpg, gif or png image directly into your model.
    +... This works of course.
    Reference URL
    1 insert a dummy image in your model.
    2. in the image of Microsoft Word Format dialog box, select the Web tab enter the following syntax in the alternative text box to reference the URL of the image:
    URL: {'location http://image'}
    For example, enter: url: {'http://www.oracle.com/images/ora_log.gif'}
    +... This also works when I encode a url in the form url: {"http://www.google.com.tr/images/firefox/mobiledownload.png"} +.

    The element of the XML file reference
    1 insert a dummy image in your model.
    2. in the image of Microsoft Word Format dialog box, select the Web tab enter the following syntax in the alternative text box to reference the URL of the image:
    URL: {IMAGE_LOCATION}
    where IMAGE_LOCATION represents an element of your XML file that contains the full URL of the image.
    +... This, however, does not work. +

    I use Apex' report query tool and my query is like
    Select 'http://www.google.com.tr/images/firefox/mobiledownload.png' IMAGE_LOCATION of... (a single results set for my model)
    the xml data is generated by an IMAGE_LOCATION tag. I have load to plug-in model of word. The Url appears correctly in the report if I get a simple ordinary field.
    But when he is at the image-> Internet-> alt as a url text format: {IMAGE_LOCATION} no image displayed.
    I need to keep this simple design for a user procedure simple word could design a report using the just of the plugin model generator. I do not wish to explore the region of xsl - fo... yet.
    Could you tell me why I can't get this url: {IMAGE_LOCATION} to work?
    Concerning

    PS: My BI version: 10.1.3.4.1

    Published by: oeren June 8, 2011 12:28 AM

    Try to replace IMAGE_LOCATION .//IMAGE_LOCATION
    It worked for me.
    Kind regards
    Joshua

  • get the Bitmap Image of the web site or remote location

    Hi, yesterday I asked for some ease of image horizontal scorlling with blackberry. It's work very well. Thank you for all.

    But I could not do my job. What I need, that I have to get the Image from a web site (not in the project of ths) and display it in the BB device. I can do this and I get byte array and show the image using BitmapField. But this installation of scrolling does not work with the bitmap field.

    Is is them possible to get my web site dynamic images of the Bitmap object?

    Here is the code that you sent me.

    // ------------------------------------------

    package com.falseflag.blackberry.recipes;

    Import net.rim.device.api.system.Bitmap;
    Import net.rim.device.api.ui.Graphics;
    Import net.rim.device.api.ui.UiApplication;
    Import net.rim.device.api.ui.component.Dialog;
    Import net.rim.device.api.ui.container.MainScreen;

    class ScrollingImageRecipe extends UiApplication {}

    private class ScrollingImageScreen extends form {}
    private static final int HORZ_SCROLL_FACTOR = 10;
    private static final int VERT_SCROLL_FACTOR = 10;

    Bitmap bitmap;
    int left = 0;
    high int = 0;
    int maxLeft = 0;
    maxTop int = 0;
           
    public ScrollingImageScreen() {}
    bitmap image = Bitmap.getBitmapResource ("test.png");
           
    If (bitmap == null) {}
    UiApplication.getUiApplication () .invokeLater (new Runnable() {}
    public void run() {}
    Dialog.Alert ("Failed to load image");
    System.Exit (0);
    }
    });
    return;
    }
               
    If (bitmap.getWidth () > Graphics.getScreenWidth ()) {}
    maxLeft = bitmap.getWidth () - Graphics.getScreenWidth ();
    }
               
    If (bitmap.getHeight () > Graphics.getScreenHeight ()) {}
    maxTop = bitmap.getHeight () - Graphics.getScreenHeight ();
    }
    }
           
    protected void paint (Graphics graphics) {}
    If (bitmap! = null) {}
    graphics.drawBitmap (0, 0, Graphics.getScreenWidth (), Graphics.getScreenHeight (),
    bitmap, left, top);
    }
    }
           
    protected boolean navigationMovement (int dx, int dy, int, int time status) {}
    left += (dx * HORZ_SCROLL_FACTOR);
    top += (dy * VERT_SCROLL_FACTOR);

    If (on the left< 0)="" left="">
    If (upper-< 0)="" top="">
    If (left > maxLeft) left = maxLeft;
    If (top > maxTop) top = maxTop;

    Invalidate();

    Returns true;
    }
    }

    Public Shared Sub main (String [] args) {}
    ScrollingImageRecipe app = new ScrollingImageRecipe();
    app.enterEventDispatcher ();
    }
       
    {ScrollingImageRecipe()}
    pushScreen (new ScrollingImageScreen());
    }

    }

    //-------------------------------

    Please be so kind to give me a solution for this issue.

    You can use a browserfield to display web content in your application.  Take a look at the browserfielddemo provided with the BlackBerry JDE for example

    If you ask how to connect to a web site, please see the httpdemo.

    This example shows how to create a scrolling image field.

    -Creates a scrolling Image field
    Article number: DB-00681

    http://www.BlackBerry.com/knowledgecenterpublic/livelink.exe/fetch/2000/348583/800332/800505/800345/...

  • My dynamic image deform after cropping

    I have a dynamic image with the Liquify Filter, and when I crop my image, my image change.

    I used the Liquify Filter mask, and, I think, my mask disappear after cropping, or other... but it's strange!

    Do you have any idea why that?

    fluidity.jpg

    (Sorry for my bad accent...)

    Possible workaround: convert the er to a CG before cropping.

  • How to insert a dynamic image from a database

    I recently started using Dreamweaver CC to set up a dynamic site (PHP pages with a mySQL database).  With perseverance and downloading new behaviors Server depreciated and links panels I was more or less managed to accomplish my tasks.  I'm still having trouble getting an image to display in the database of mySQL server.  In the revisions of CC before it was easy and well documented.  I downloaded the extension from DMXZone HTML5 data links.  I can almost get my task of dynamic image, but the extension DMXZone HTML5 data links said that I now have to get the the "incomplete but functional on" DMX Zone Database Extension, in addition to the HTML5 Extension of data links to select my data source in the database.

    I am thinking of dumping Dreamweaver CC altogether and just install CS6 until the path gets better paved.  Any other ideas?  Example of code?  Work around?  Thanks in advance

    KevinatCirris wrote:

    I recently started using Dreamweaver CC to set up a dynamic site (PHP pages with a mySQL database).  With perseverance and downloading new behaviors Server depreciated and links panels I was more or less managed to accomplish my tasks.  I'm still having trouble getting an image to display in the database of mySQL server.  In the revisions of CC before it was easy and well documented.  I downloaded the extension from DMXZone HTML5 data links.  I can almost get my task of dynamic image, but the extension of data bindings DMXZone HTML5 says that I must now get the the "incomplete but functional on" DMX Zone Database Extension, in addition to the Extension of data bindings HTML5 to select my data source in the database.

    I am thinking of dumping Dreamweaver CC altogether and just install CS6 until the path gets better paved.  Any other ideas?  Example of code?  Work around?  Thanks in advance

    Really, you'd like any other piece of information in your database.

    Store the actual images in a folder on your server and the name of the image file in the database - myImage.jpg

    Then he echo the page following the convention of other data that will resonate on the page:

    ['images'] top being the name of the field of data base in which you stored the image name and the $row_rsRecordSetName being the variable created by the Recordset (yours will be different)

  • SSRS 2008 SP4 - header or footer of the report contains the dynamic image does not change

    Hello

    Our version of Reporting SERVICES to current production is 2008 (not R2). And we have the problem that the header or footer of the report contains the dynamic image does not change accordingly.

    According to this hotfix, the problem has been resolved in the last SP R2 and we tested, it works.

    https://support.Microsoft.com/en-us/KB/2563216

    So we applied the latest SP to SQL Server 2008, however, the problem persists.

    However, we do not expect to upgrade the SQL Server 2008 to 2008 R2 for the moment.

    Guys have faced the same problem before and has an idea how to solve this problem on SSRS 2008 or any workaround?

    Thank you

    Kind regards

    Dan

    Hi Dan,.

    For assistance on questions related to SQL Server 2008 and SSRS 2008 SP4, ask your questions here:

    https://social.technet.Microsoft.com/forums/WindowsServer/en-us/home

    https://social.msdn.Microsoft.com/forums/en-us/home?category=SQLServer

    Hope the information is useful.

  • Add a link to the images in a dynamic Image slideshow

    Hello

    I have a dynamic image slide show. I would like to include a link to the page for each image and pass a parameter (for example. Company_Id). I don't know how or where to do. I guess I should include the code of the link where I build the page P81_IMAGES element. Please can someone advise me how to do this. Also, if I want to have a different transition effect/slideshow style, how would accomplish this?

    My Code is as follows.

    I have a process with the following code where I create a page item with my images (of a collection) I want to display header.

    declare

    cursor c1 is CBC select c001

    of apex_collections

    where collection_name = "CO_IMAGES";

    v_cnt number: = 0;

    Start

    : p81_images: = null;

    for img loop c1

    If v_cnt = 0 then

    : p81_images: =: p81_images | ' < img src = "#WORKSPACE_IMAGES #" | IMG. CBC | "" alt = "Slideshow Image" class = "active" / > ";

    on the other

    : p81_images: =: p81_images | ' < img src = "#WORKSPACE_IMAGES #" | IMG. CBC | "" alt = "Slideshow Image" / > ";

    end if;

    v_cnt: = v_cnt + 1;

    end loop;

    end;

    I have an HTML region where I display the slideshow using the value of element of Page (P81_IMAGES). Source area contains the following items.

    < script type = "text/javascript" >

    function slideSwitch() {}

    var $active = $("#slideshow IMG.active");

    If ($active.length == 0) $active = $("#slideshow IMG:last");

    This allows to take images in their order of appearance in the tag

    var $next = $active.next () .length? $active.next)

    : $('#slideshow IMG:first');

    $active.addClass('last-active');

    $next.css ({opacity: 0.0})

    .addClass ('active')

    . Animate ({opacity: 1.0}, 3000, function() {})

    $active.removeClass ('active last active');

    });

    }

    {$(function()}

    setInterval ("slideSwitch()", 2000);

    });

    < /script >

    < style type = "text/css" >

    / * the value width and height to match your images * /.

    {#slideshow}

    position: relative;

    height: 400px;

    Width: 460px;

    }

    #slideshow IMG {}

    position: absolute;

    top: 0;

    Left: 0;

    z index: 8;

    opacity: 0.0;

    }

    {IMG.active #slideshow

    z-index: 10;

    opacity: 1.0;

    }

    {IMG.last - active #slideshow

    z index: 9;

    }

    < / style >

    < div id = "slideshow" >

    & P81_IMAGES.

    < / div >

    I will really appreciate it if someone can guide me here.

    Concerning

    Dominic

    Dominic Dovale wrote:

    I have a dynamic image slide show. I would like to include a link to the page for each image and pass a parameter (for example. Company_Id). I don't know how or where to do. I guess I should include the code of the link where I build the page P81_IMAGES element. Please can someone advise me how to do this. Also, if I want to have a different transition effect/slideshow style, how would accomplish this?

    My Code is as follows.

    I have a process with the following code where I create a page item with my images (of a collection) I want to display header.

    Generate the URL of the link required as part of the collection (using the URL APEX syntax if the link is to another page in the application). Wrap the img items in the link elements:

    declare
    cursor c1 is select c001 src, c002 url
        from apex_collections
        where collection_name = 'CO_IMAGES';
    v_cnt number := 0;
    
    begin
        :p81_images := null;
      for img in c1 loop
        if v_cnt = 0 then
          :p81_images := :p81_images || 'Slideshow Image ';
        else
          :p81_images := :p81_images || 'Slideshow Image ';
        end if;
        v_cnt := v_cnt + 1;
      end loop;
    end;
    

    and change the IMG elements in jQuery and CSS selectors to a elements:

      
    
      
    
    
    &P81_IMAGES.

    That said, you should probably consider to implement this requirement with a slideshow plugin regionor a classic report with a custom template for a better separation of concerns.

  • Dynamic links affecting the levels/color images

    Hello

    I encounter an unusual and frustrating error with dynamic link between Premiere and After Effects, updated to the latest version of CC.

    I had initially a tool for editing in the first before using dynamic links to apply effects on almost all of the clips from my calendar. Everything worked very well and it's a workflow seamless.

    I then ranked the images in the first (which was now all connected through dynamic links) and everything was good. I needed to make slight adjustments to my original effects and returned to my After Effects project, which is where the problems started.

    For some reason, after returning to the After Effects project and then back to the first, however passed all related images and clips have been much darker with black crushed etc.

    I traced back to After Effects error, which seems to be to display all my clips with both darkest levels in the compositions and the project bin. I tried to reload images etc. no luck and I'm stuck for options.

    I hope someone can help!

    Thank you

    All color management settings had not changed and the number of bits, but I have since been able to solve the problem by saving a new version of the copy of the After Effects project and reissue of links then clips from the first to him.

    Do not know what has caused this bug but happy that its now been bypassed.

  • Dynamic PDF up to 200 images, the size of the pdf is greater, cannot save the data and images to the form

    Hi all

    My client would like to dynamic images up to 200 photos to my forms. It works very well. However, when I add images up to 35 images. I could not add images to shape more. Then I save data on the form. All the images and the data entered on the form are missing. I don't know why.

    If I add only 10 images - I can record data and images on the form. 15456 KB is the size of the pdf.  I was unable to add more photos or data on the form.

    There may be a problem the size of the pdf? How big can make a limited dynamic pdf?

    Can save us the information and images as much as we want?

    I spent two weeks to work and trying to figure out this problem. However, it is not successful.

    Help, please

    Cindy

    You must ensure that your users do not import large images.

    Therefore, you can use a script on the change event of an image field that checks the size of the data and warns the user if the file is too large.

    function formatNumber(number) {
        var num = number + '',
        x = num.split('.'),
        x1 = x[0],
        x2 = x.length > 1 ? '.' + x[1] : '',
        rgx = /(\d+)(\d{3})/;
        while (rgx.test(x1)) {
            x1 = x1.replace(rgx, '$1' + ',' + '$2');
        }
        return x1 + x2 + "KB";
    }
    
    var sizeLimit = 200, //allow upto 200KB images
      thisSize = Math.round((this.value.oneOfChild.value.length * 3 / 4) / 1024);
    
    if (sizeLimit > 0) {
      if (thisSize > sizeLimit) {
      xfa.host.messageBox("Note: With " + formatNumber(thisSize) + " the size of the imported image is greater that the recommended maximum of " + formatNumber(sizeLimit) + ".\nLarge images can cause a insufficent performance.\n\nIf possible, use images with the following recommended specs:\nFormat:\t\tPNG or JPG\nColor depth:\t8 Bit (higher is not supported)\nColor space:\tRGB (CMYK is not supported)\nFile Size:\t\t" + formatNumber(sizeLimit), "Recommended image size exceeded", 3, 0);
      }
    }
    
  • Dynamic text behind the image?

    Hello, I have this dynamic text box where im loading a number, which works very well, but then im loading an image from a table on the same place that the number and adds the image to the text box. How can I get the number on the top of the image? THX.

    Code for the part:

    var images_array:Array = new Array ("Sun", "MON", "Tue", "Wed", "Game", "Fri", "Sat");

    var wkDayPic:Date = new Date();

    var wk_day:String = images_array [wkDayPic.getDay ()];

    var day: Number = time.getDate ();

    var year: Number = time.getFullYear ();

    var my_loader:Loader = new Loader();

    my_loader. Load (new URLRequest (wk_day + ".gif"));

    addChild (my_loader);

    my_loader.x = 80;

    my_loader.y = - 55;

    dayNr.text = days + "";

    Try to use: addChild (dayNr);   just after the line where you addChild (my_loader)

  • AS3: dynamically load images in the MC

    Hello

    Currently I have 20 separate png images in the library to make a MC. So, there are 20 MC, each holding a specific image for which it is the right size.

    I want to put in place instead and need help with, to load dynamically a different set of 20 images (that I can add to the library), each one of the MC.

    I think I would need to create 20 empty MC to contain either of these sets of 20 png every first.

    What I need help: how this script so that the 2 buttons can be used: one button would charge the first series, each image in a MC empty specific which is sized to hold (total of 20 MC), and a second button to load the second series of 20 images, each in a specific empty MC that would also be correct size. I checked the loader class, but this seems to be the external URL for images not already in the library.

    Any help, suggestions appreciated.

    saratogacoach

    I hope that you are familiar with how to add dynamically to movieclips in the library.  You do this by assigning a class name to the movieclip in the library and declare you a new instance of movieclip, a lot like you were doing it just for the MovieClip class generic.

    It can work the same way a little to add images.  Right-click on the image in the library and click Properties.  In the Panel that appears, go to the tab inside Actionscript and assign a class name.  Let's say you name UIImage.  To load it into the movieclip you just created you can use...

    var _mcImage:Bitmap = new Bitmap (new UIImage (0, 0));
    _mc. AddChild (_mcImage);

  • Definition of the size of the image in the dynamic text box

    I have a dynamic text box in which I'm embedding an image.  The following code fills the text box

    infoBox.informationText.htmlText=
         "<font size='16' color='#FFFAF0'>"+calledMarkerIndex+
         "\n<font size='14' color='#FFFAF0'>"+calledMarkerDate+
         "<img src='http://jacobull.files.wordpress.com/2010/06/ween.jpg'/>"+
         "\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n<font size='12' color='#FFFAF0'>"+calledMarkerDescription;
    

    How set the size of the image in the code above.  I tried to insert the width and height parameters after the path of the image, but an error is generated.  I would like for the width of the image to be as wide as the text of infoBox.informationText Dynamics

    Any suggestions?

    Also the path to each image corresponds to a variable called calledMarkerContent how could put the img src is equal to the variable called calledMarkerContent?

    Hello J,

    If you use a component to scroll, you can eventually use the ScrollPane for movieclips instead.

    The Adobe AS2 components reference:

    " The ScrollPane component to view video clips, the JPEGs and SWFs in a scrollable area. Using a scroll pane, you can limit the amount of space occupied by these types of media screen. The scroll pane can display the content loaded from a local drive or on the Internet. You can set this content during programming and execution with ActionScript. "page 1093 "

    This way you could integrate the area of dynamic text (for your text) both the movieclip (which has the text for your image inside box) that you can then scale them both in an another movieclip (parent), you use the ScrollPane component on.

    This way your text in dynamic text field dimensionnera not, the image can be scaleed to the size of what ever you like (dynamically) and if the two are sitting in a parent movieclip, this parent movieclip may have a ScrollPane component on it.

    How does that sound?

    Best regards

    Chris

Maybe you are looking for

  • Satellite L775: No download 'BlueRay Player' after update for Windows 8

    Hello Please help me... After upgrade from win 7 to win 8 it is not possible for playback of bluray on my Satellite L775.Where can I download the software for bluray playback? Under the following link, it says that Toshiba offers to install the TOSHI

  • AS100V - does not work after Firmware update

    Hi there has anyone else had this problem? I was at half way through the update of the firmware v 2.0 and then the installer said there is a mistake and to reboot, so I did, and now all I get is the red light on the back of the camera. I tried to res

  • 2012 LabVIEW and Matlab script server error

    I just installed LV 2012 and upgrade the code that runs Matlab scripts. Now when I run it, it gives me an error of server script (1047). I'm using Matlab 2007. Someone at - it the same problem? Anyone know of a solution? I guess it has to do with the

  • error Deskjet 3510

    Does a computer print.  Get the error message.  It is not in offline mode.

  • mobile printer

    I want to make my printer HP Officejet 4620 to another computer. Now, the other computer has Windows 7 and Canon i350 printer. I won't use the cannon.  Do I need to use the installation disk supplied with the HP printer?