Showing posts with label Download. Show all posts
Showing posts with label Download. Show all posts

08 September, 2019

Very wide rows/columns when downloading dashboard to excel (OBIEE 12c)



Very wide rows/columns when downloading dashboard to excel
(OBIEE 12c)


         The problem was when you export whole dashboard or answer to excel, columns and rows goes to big (more than they have characters in it). Many of customers want to have identical data/visualization in excel file like they have in OBIEE portal are unhappy about it. Solution to resolve this problem is realy simple. Open file "xdo.cfg" (location: $OMW_HOME/user_projects/domains/bi/config/fmwconfig/biconfig/OBIJH/xdo.cfg) and change parameter named 

<property name="xlsx-keep-values-in-same-column">true</property>

to 

<property name="xlsx-keep-values-in-same-column">false</property> 

After that, restart all BI services and try to export excel file. You'll see that everything in excel is same like you see in OBIEE portal.

Cheers!



28 September, 2017

Oracle Business Intelligence Enterprise Edition (OBIEE) 12.2.1.3 is available

Oracle Business Intelligence Enterprise Edition (OBIEE) 12.2.1.3 has been released!


You can download it from Oracle Software Delivery Cloud or OTN
Documentation is available on Oracle Business Intelligence Enterprise Edition 12.2.1.3.0 link

Latest available Patch information for 12c, refer to OBIEE 12c: Doc ID 2070465.1

Cheers!

25 January, 2017

OBIEE 12.2.1.2.0 is available

Oracle Business Intelligence 12.2.1.2.0 is available now for download.

You can download it from this link.
Documentation is available on this link.


It's available as usual for Windows, Linux, Solaris on Sparc, Solaris on x86, IBM AIX and HP UX Itanium platforms.

Moving OBIEE to new enviroment

  OBI migration to new enviroment   Everyone has at least once had the need to migrate Oracle Business Intelligence (OBI) to a new enviro...