Wednesday, July 22, 2015

OBIEE 11.1.1.7 and 11.1.1.9 without flash in HTML5 and PNG formats

At the moment using Flash Player is sometimes considered vulnerability. Some browser temporary disable it or threaten to do it, until the solution is found. I'll talk about Using OBIEE 11.1.1.7 and 11.1.1.9 without Flash. 



For 11.1.1.9 Andrew (BIsoftDiary.com) did a great job covering it in his post OBIEE: HTML5 charts instead of flash charts. He suggests to add the line <DefaultWebImageType>HTML5</DefaultWebImageType>  under views -> Charts in instanceconfig.xml. (See few more steps of service restarting and browser issue in his blog).
This option was described in 11.1.1.9 new features here.

All possible options of DefaulWebImageType are:
  • flash - In a browser that does not support the flash format, the image does not render. You should use the html5 value instead.
  • png (W3C Portable Network Graphics)
  • svg (W3C Scalable Vector Graphics) The svg value is not supported in this release, so flash is used if svg is specified.
  • html5 - In a browser that does not support the html5 format, the image renders in the flash format instead.
 Flash, png, and html5 images provide the greatest degree of interaction because they support mouse-over behaviors (such as popup data labels), navigation, and drilling. 

The only new feature in the 11.1.1.9 is the html5 option. 
For 11.1.1.7 we can use the png option with almost no problems. The png option supports drilling on graphs and most of the critical functionality, but can't do sliders.

In the example the Years column is at the Section level in the graph. I can mark the slider.


In HTML5 format it looks fine:
In 11.1.1.7 if we don't want the default flash, we are limited to png format that doesn't support sliders:


P.S.

If you are testing it, don't do the tests on the default Sample Sales dashboards.

3 comments:

  1. We are on OBIEE 11.1.1.7 and updated the DefaulWebImageType to png but it is not supporting mouse-over behaviors (such as popup data labels), navigation, and drilling. Is there a way to make this work?

    ReplyDelete
    Replies
    1. Hi, we are also on the same version as yours. Tried png and the drill downs are not working. Please let me know if you are able to resolve this issue.

      Delete
  2. Has anyone found a solution to 'Copy Link Requires Adobe Flash Player' when opening an Answer from the Catalog?

    ReplyDelete