Vous êtes sur la page 1sur 2

Creating a table view with two levels of header :

To do this, you need to follow a two steps approach : o Go to the table view a edit the table view properties. Set the display column & table heading property from Only column headings to As separate rows. o Then go to each column and set the custom table heading. Set the same table heading for all the column that require the same table heading. Move the reports to other user : - when you want to move the private report to share folder or move the report to another user , you must the following steps : o go to the path : OracleBIData/web/catalog/samplesales/root/user/nieuvv. o Select the folders that you want to move (consist .atr file) and then Copy (Ctr + C). o Go to the other users folder or Shared Folders (ex. OracleBIData/web/catalog/samplesales/root/shared.). and then Paste (Ctr + V) . o Login the OBIEE website ad Administrator o Choose Setting > Administration > Manage Presentation Catalog o Click Shared Folders o Each folder you must Sort in Dashboards : - Go to the table view properties in Result tab (Answers). - Check Enable column sorting in Dashboards. Error when user change date format in Answers : - Because the user dont enough privileges. - Go to the Setting > Administration > Manage Privileges. - Find Answers and subtitle Save content with HTML Makup add more user. Add footer to report in OBIEE : - When you want to add footer for each and every report while creating. - Use the following xml : <?xml version="1.0" encoding="utf-8"?> <WebMessageTables xmlns:sawm="com.siebel.analytics.web.messageSystem"> <WebMessageTable system="Answers" table="ViewDefaults"> <WebMessage name="kuiCriteriaDefaultViewElements"

1.

2. 3.

4.

translate="no"><HTML> <view signature="compoundView" > <pageProps pageSize="a4"> <pageFooter showOnDashboard="true" show="true"> <zone type="top"><caption>[b]Confidential Data[/b]</caption> <displayFormat fontColor="#FF0000"/></zone> </pageFooter> </pageProps> </view> </HTML></WebMessage> </WebMessageTable> </WebMessageTables>

Save this and place it under /OracleBI/web/msgdb/customMessage/Footer.xml and restart Presentation and BI Server. - Create one sample report and go to the Compound view the you will automatically get Footer view. Click an edit then you will be able to edit the text message. 5. How to substract two different dates to product the different in number of years, month, days - using timestampDiff funciton. timestampDiff (interval, expression1, expression2) : interval : SQL_TSI_DAY SQL_TSI_SECOND SQL_TSI_MINUTE SQL_TSI_HOUR SQL_TSI_WEEK SQL_TSI_MONTH SQL_TSI_QUATER SQL_TSI_YEAR Expression1 : date column 1 Expression2 : date column 2 6. Configuring Delivers iBots (Scheduler) : a. First, you must run the schedule script. Navigate to your OracleBI/server/schema/SAJOBS.Oracle.sql. This would basically create the scheduler tables that Oracle Delivers would use later. b. The next step is to open your Job Manager (Start > All Programs > Oracle Business Intelligence > Job Manager) . Go to File > Configuration Options and enter the schema and connection detail for the scheduler schema. In my case it would be flexbo schema. 7.

Vous aimerez peut-être aussi