Welcome to the Oracle Analytics Community

Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture

Manoj Madhavan Rank 2 - Community Beginner

Comments

  • You can download the BI Publisher desktop tool from the below link, http://www.oracle.com/technetwork/middleware/bi-publisher/downloads/index.html The following link has the details to create a RTF template. http://docs.oracle.com/cd/E25178_01/bi.1111/e22254/create_rft_bldr..htm In the section, “5.4.2.2 Step 2: Selecting…
  • To enable subtotal for "Requisition No", edit the analysis and navigate to the "Columns and Measures" section and click on the Sigma icon and select "After" as shown in the attached screenshot. This enables the subtotal for each Req number. MANOJ Dataterrain
  • Hi Brenda, Please send us sample data (dummy data) for your SQL. This will help us to understand in which format the image data is stored in the database. Based on that we can suggest if there is a solution/workaround to resolve the issue. MANOJ Dynasoft Synergy
  • Hi Brenda, To display employee picture in the dashboard, you have to store all your employee pictures in a web folder and should accessible using the https url. Example : https://pbs.twimg.com/profile_images/800840075311333376/515GX-Cc.jpg Store the employee picture with employee id.(Ex: ID001.jpg,ID002.jpg) Use the below…
  • Hi Brenda, To display employee picture in the dashboard, you have to store all your employee pictures in a web folder and should accessible using the https url. Example : https://pbs.twimg.com/profile_images/800840075311333376/515GX-Cc.jpg Store the employee picture with employee id.(Ex: ID001.jpg,ID002.jpg) Use the below…
  • OBIEE always hides consecutive spaces between any characters and displays only one space character, if your actual data is 'US - New York' with two consecutive spaces before and after the ‘-‘ character, it will display the value as 'US - New York' with only one space. But if you export the same report output as CSV format,…